/* Orbisius.com */

#pricing_table {
	border:1px solid #666 !important;
	padding:5px;
	width: 100%;
}

#pricing_table .header_row {
	font-weight:bolder;
	background:#666;
	text-align:center;
	color:#fff;
}

#pricing_table td  {
	vertical-align:top;
	padding:5px;
}

#pricing_table td.plan_label_cell {
	width:25%;
}

#pricing_table td.plan_billing_cycle_cell {
	width:25%;
}

.app_downloads_table {
    border:1px solid #999;
    margin:0;
    padding:0;
    table-layout: fixed;
    width: 100%;
}

.app_table_row_odd {
    background:#dadada;
}

.app_downloads_table tr:hover {
    background:#FFFF66;
}

.app_downloads_table tr td {
    padding:5px;
    border: 1px solid black;
    overflow: auto;
}

.app_downloads_table tr td a {
    display: block;
}

.app_downloads_table tr .plugin_number {
    width:4%;
    text-align: center;
}

.app_downloads_table tr .plugin_name_cell {
    width: 75%;
}

.app_downloads_table tr td.download_url_cell {
    text-align: center;
}

.app_table_header_row {
    font-weight:bolder;
	background:#666;
	text-align:center;
	color:#fff;
}

#pricing_table ul {
    margin: 0;
}
.plan_gold {
    background: #FFFF99;
    color: black;
}

.plan_silver {
    background: #C0C0C0;
    color: black;
}

.plan_bronze {
    background: #CD7F32;
    color: white;
}

.club_plan {
    padding: 5px;
}

.club_select_plan_container {
    text-align: center;
}

/* Make the fields stand out by putting a nice black border around them. */
#registerform, #loginform, #lostpasswordform {
    border: 3px solid #ccc;
}

div#login form#registerform #wp-submit, div#login form#loginform #wp-submit, div#login form#lostpasswordform #wp-submit {
    font-weight: bolder;
    background: green !important;
    color: white !important;
}

div#login form#registerform input, div#login form#loginform input, div#login form#lostpasswordform input {
    border: 2px solid #555 !important;
}

#pricing_table ul li {
    list-style-image: url(images/tick.png);
    vertical-align: top;
}

/* Common */
.app-alert-error {
    background: #D54E21;
    border: 1px solid #eee;
    color: white;
    padding: 5px;
    text-align: center;
}

.app-alert-success {
    background: green;
    border: 1px solid #eee;
    color: white;
    padding: 5px;
    text-align: center;
}

.app-alert-notice {
    background: #FFEC8B;
    border: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

/* Tutorial css */
.tut_snippets_textarea {
    min-height: 150px;
    margin: 0;
    width: 100%;
}

.tut_cost_free {
    color: green;
}

.tut_login_link_parent a, .tut_logout_link_parent a {
    padding: 5px;
    color:green !important;
    font-weight: bolder;
}

.app-hide, .tut_hide {
    display: none;
}

.tut_recent_tutorials_container .tut_recent_tutorial {
    display: inline-block;
}

.tut_error {
    background: #8B0000;
    padding:5px;
    color:white;
    margin: 10px 0;
}

.tut_success {
    background: #228B22;
    padding:5px;
    color:white;
    margin: 10px 0;
}

.tut_notice {
    _background: #F5DEB3; /* soft orange */
    background: #008080; /* soft teal */
    padding:5px;
    color:white;
    margin: 10px 0;
}

.tut_content {
    margin: 10px 0;
}

/* Mailchimp CSS tweaks */
#mc_subheader h3,.mc_subheader h2, .mc_subheader h1 {
    padding-bottom: 5px;
    _font-size: 18px;
}

#mc_subheader div {
    line-height:1.5;
}

.app_checkout_button {
    background: #ccc;
    padding-top:10px;
    padding-right: 10px;
}

.app_select_plan_pricing_container {
    text-align: center;
    margin: 10px 0;
    background: none repeat scroll 0 0 red;
    color: white;
}

.app_select_plan_button {
    border: 1px solid #ccc;
    padding:3px;
    text-decoration: none;
    background: green;
    color: white;
    min-width: 150px;
    display: block;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.app_plan_checkout_pick_billing_frequency_container {
    display: block;
    background: #FFFF99;
    float: left;
    width: 40%;
    padding:1%;
    margin:1%;
    border: 1px solid #777;
    min-height: 140px;
    text-align: center;
}

.app_plan_checkout_pick_billing_frequency_container_monthly {
    float: left;
}

.app_plan_checkout_pick_billing_frequency_container_yearly {
    float: right;
}

.app_plan_checkout_pick_billing_frequency_container_selected {
    border:3px solid #555;
}

.app_plan_checkout_pick_billing_frequency_container:hover {
    background: yellow;
    color:black;
}

.app_login_choice_wrapper {
    width:100%;
    min-height: 300px;
    padding:10px;
}

.app_login_choice_wrapper .login {
    background:#eee;
    width:45%;
    display:block;
    float:left;
    padding-left:10px;
}

.app_login_choice_wrapper .register {
    width:45%;
    height:200px;
    background:#eee;
    display:block;
    float:right;
    padding-left:10px;
}

.app_login_choice_wrapper .register a {
    background: green;
    color:white;
    padding:5px;
    text-decoration: none;
    
}

.app_clear_both {
    clear: both;
}
