/* == AccountExpiration Basic Style by David 'skOre' Deutsch == */

/* == "Not Allowed" Page styling == */

table#cc_list {
clear: both;
width: 100%;
}

cc_list.tr {
height: 22px;
}

td.cc_icons {
width: 100%;
}

img.cc_icon {
padding: 0 2px;
}

td.cc_gateway {
padding: 5px;
width: 29%
}

/* == Subscription Plans Page == */

.subscriptions {
width: 80%;
height: 60%;
clear: left;

}

.subscriptions table {
width: 80%;
padding-top: 4px;
}

.subscriptions th {
padding: 2px;
font-family:"Arial",Georgia,Serif;
font-size: 12px;
color: #666666;
font-weight: bold;
text-align: left;
border-bottom: 1px solid #666666;
width: 80%;
}

.subscriptions td {
margin: 6px;
font-family:"Arial",Georgia,Serif;
font-size: 10px;
color: #666666;
text-indent: 20px;	
}

.subscriptions td.buttons {
padding: 0px 12px;
text-align: right;
text-indent: 0px;
}

.paypal{
width: 72px;
height: 27px;
background: transparent url(/components/com_acctexp/images/gw_button_paypal.png) no-repeat;
outline: none;
border: none;
cursor : pointer;
}

.paypal:hover {
background: transparent url(/components/com_acctexp/images/gw_button_paypal.png) no-repeat 0 -27px;
}

.ideal{
width: 72px;
height: 27px;
background: transparent url(/components/com_acctexp/images/gw_button_ideal.png) no-repeat;
outline: none;
border: none;
cursor : pointer;
}

.ideal:hover {
background: transparent url(/components/com_acctexp/images/gw_button_ideal.png) no-repeat 0 -27px;
}

.gateway_button {
float: right;
background: #fff;
padding: 0px 4px;
margin: 0px 4px;
}

.aec_procbuttons {
border-top: 1px;
border-top-color: #00053F;
border-top-style: solid;}

/* == Style for the PaymentPage OLD Style== */

/* == Style for the Payment Plans Box == */

.box_introduction {
width: 30em;
margin: 0 4em;
background: #D2D6F2;
}

.introduction_text {
text-align: center;
}

.box_oneplan { /*Wrapping Box for one payment plan*/
position: relative;
width: 69%;
margin: 5px;
}

.box_name { /*Box that holds the plans name*/
position: relative;
width: 518px;
height: 15px;
border-bottom: 2px solid #003e56;
padding: 1px;
}

H1.plan_name { /*Style for the name of the plan*/
padding-left: 1em;
margin-top: 4px;
}

.box_info { /*Box that holds all the plan information*/
position: relative;
width: 43%;
margin: 5px auto;
background: #D2D6F2;
}

P.plan_desc { /*The plans description*/
margin-top: 1px;
padding-left: 1em;
padding-bottom: 1em;
}

/* == Style for the Payment Gateways Box == */

#allgateways { /*Wrapping Box for Payment Gateways*/
position: relative;
width: 80%;
margin: 0 auto;
}

.box_onegateway { /*Wrapping Box for one Payment Gateway*/
position: relative;
width: 119px;
border-bottom: 1px solid #003e56;
border-left: 1px solid #003e56;
border-right: 1px solid #003e56;
margin: 4px;
}

.box_outer_button { /*Wrapping Box for one Button*/
position: relative;
height: 48px;
margin: auto auto;
width: 100px;
}

.box_button { /*Second Wrapping Box for one Button*/
position: relative;
top: 25px;
height: 36px;
margin: 0 auto;
text-align: center; /*workaround for IE*/
}

.box_gateway_description { /*Wrapping Box for Gateway Description*/
border: 1px solid #003e56;
background-color: #fff;
padding: 2px;
margin: 5px;
}

H1.gateway_title { /*Description Text Heading*/
display: block;
font-size: 16pt !important;
border-bottom: 1px solid #666666;
padding-bottom: 2px;
}

P.gateway_description { /*Description Text*/
display: block;
font-size: 13pt !important;
}

input.box_select { /*Radio Button Style*/
padding-top: 50% !important;
}

/* == Styling for Thank you and Cancel Pages == */

table.plan_disclaimer { /*disclaimer at the end of the PaymentPlan Site*/
background: #eee;
border: 1px solid #666666;
font-family:"Arial",Georgia,Serif;
font-size: 12px;
color: #666666;
text-indent: 2px;
}

table.payment_details {
background: #eee;
border: 1px solid #66666;
font-family:"Arial",Georgia,Serif;
font-size: 12px;
color: #666666;
text-indent: 2px;
}

td.payment_item {
padding: 4px;
}

.payment_item {
margin: 10px 10px 0px 10px;
color: #00053F;	
}

.payment_date {
color: #00053F;	
text-align: right;
margin: 0px;
}

/* == Styling for the Expired Page == */

#box_expired {
width: 65%;
margin: 5% auto;
text-align: center;
clear: both;
}

#box_pending {
width: 65%;
text-align: left;
padding-bottom: 40px;
}

#alert_level_3 {
width: 80%;
height: 60%;
background-color: #D2D6F2;
}

#alert_level_1 {
width: 80%;
height: 60%;
background-color: #D2D6F2;
}

#alert_level_-1 {
width: 80%;
height: 60%;
background-color: #D2D6F2;
}

#alert_level_2 {
width: 72%;
height: 60%;
background-color: #D2D6F2;
}

#expired_greeting {
padding-top: 14px;
border: 2px solid #D2D6F2;
}

#box_expired p {
text-align: center;
}

#box_expired strong {
font-weight: bold;
}

#days_left{
padding-top: 14px;
border: 2px solid #fff;
}

* html #days_left{
}

#days_left h1 {
font-weight: bold;
font-size: 13pt;
text-align: center;
}

#days_left p {
font-weight: bold;
font-size: 13pt;
text-align: center;
}

#days_left strong {
font-weight: bold;
font-size: 13pt;
text-align: center;
}

#renew_button {
padding: 25px;
text-align: center;
border: 2px solid #fff;
}

#upgrade_button {
padding: 15px;
text-align: center;
border: 2px solid #fff;
position: relative;
text-align: center;
display: block;
}

#renew_info {
padding: 5px;
text-align: center;
border: 2px solid #fff;
}

/* == Styling for the Confirmation Page == */

#confirmation {
width: 80%;
}

#confirmation table {
width: 82%;
padding-top: 10px;
}

#confirmation th {
background: #EEEEEE;
padding: 6px;
margin: 3px;
color: #00053F;
}

#confirmation td {
padding: 10px;
margin: 3px;
text-align: left;
color: #00053F;
}

td.confirmation_description {
text-align: left;
color: #00053F;
}

td.confirmation_button {
text-align: left;
}

td.append_button {
text-align: center;
width: 65%;
}

/* == Styling for the Checkout Page == */

#checkout {
width: 71%;
padding: 6px;
}

#checkout table {
margin: 0 auto;
}

td.cleft {
padding: 2px;
margin: 0px;
width: 36%;
text-align: right !important;
}

td.cright {
padding: 2px;
margin: 0px;
width: 36%;
text-align: left !important;
}

table.amount {
width: 80%;
padding: 2px 10%;
padding-top: 16px;
}

div#amountbox {
border:#DDD solid 1px;
}

table.amount tr {
position: relative;
width: 80%;
padding: 2px;
border-bottom: 1px solid #555;
}

tr.total {
border-top: 2px solid #000;
border-bottom: none !important;
line-height: 30px;
}

td.item {
text-align: left;
}

td.amount {
text-align: right;
}

td.item_later {
text-align: left;
width: 36%;
color: #00053F;	
}

td.amount_later {
text-align: right;
width: 29%;
color: #00053F;	
}

td.couponerror {
background-color: #fcc;
clear: both;
width: 80%;
margin-bottom: 10px;
border-bottom: 2px solid #aaa;
padding: 8px 4px 2px 8px;
}

.couponwarning {
background-color: #ffb;
clear: both;
width: 80%;
}

td.couponinfo {
text-align: center;
background-color: #eee;
border-bottom: 2px solid #aaa;
padding: 2px !important;
}

td.coupondetails {
text-align: center;
padding: 4px !important;
}

table#couponsbox {
background-color: #ddd;
border-collapse: collapse;
}

table#paramsbox {
margin-top: 24px;
background-color: #ddd;
}

table#checkoutbox {
margin-top: 24px;
background-color: #ddd;
border-collapse: collapse;
}

table#checkoutbox th {
text-align: center;
background-color: #C0C4E1;
border-bottom: 2px solid #aaa;
padding: 2px !important;
font-weight: bold;
}

td.checkout_action {
text-align: center;
}

#checkoutbox a.linkbutton {
display: block;
padding: 4px;
width: 10em;
margin: 0 auto;
border-top: 2px solid #fff;
border-right: 2px solid #333;
border-bottom: 2px solid #333;
border-left: 2px solid #fff;
background-color: #00053F;
}

#checkoutbox a:active {
display: block;
padding: 4px;
width: 10em;
margin: 0 auto;
border-top: 2px solid #333;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
border-left: 2px solid #333;
background-color: #ddd;
}

#checkoutbox label {
	display:block;
	width:35%;
	clear:left;
	text-align:right;
	padding-right:2%;
}
#checkoutbox .inputbox, #checkoutbox select{
	clear:right;
}
#checkoutbox .button{
	clear: both;
	display:block;
	margin: 6px;
}

table#aec_checkout {
width: 43%;
margin: 10px 10%;
border-collapse: collapse;
color: #00053F;	
}

.current_period {
color: #00053F;	
}

table#aec_checkout td {
padding: 2px !important;
}

tr.aec_term_typerow {
background-color: #eef;
text-indent: 12px;
border-bottom: 2px solid #aad;
}

tr.aec_term_typerow th {
padding: 3px !important;
padding-top: 5px !important;
font-size: 13pt;
}

tr.aec_term_costrow {
background-color: #eef;
}

tr.aec_term_discountrow {
background-color: #f5f5f5;
}

tr.aec_term_totalrow {
background-color: #ddd;
border-top: 2px solid #555;
}

tr.aec_term_row_sep {
height: 20px;
}

td.aec_term_costtitle {
}

td.aec_term_costamount {
padding-right: 4px !important;
text-align: right;
font-weight: bold;
}

td.aec_term_discountamount {
padding-right: 4px !important;
text-align: right;
}

td.aec_term_totalamount {
padding-right: 4px !important;
text-align: right;
font-weight: bold;
text-decoration: underline;
}


table#aec_checkout_params {
width: 65%;
padding: 8px 4px;
margin: 8px 5% 4px 5%;
background-color: #fff;
border: 1px solid #aaa;
}


/* == Styling for the Subscription Details Page == */

#subscription_details {
padding: 8px;
}

div#aec_navlist_profile
{
margin: 10px;
padding: 0;
height: 14px;
font: 11px Verdana, sans-serif;
width: 71%;
border-bottom: 1px solid #bbb;
list-style-type: none;
background: #fff;
}

ul#aec_navlist_profile li
{
margin: 0;
padding: 0;
width: auto;
display: block;
}

ul#aec_navlist_profile li a, ul#aec_navlist_profile li a:link
{
background: #eee;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
border-bottom: 1px solid #eee;
margin-right: 4px;
}

ul#aec_navlist_profile li a:hover
{
color: #00053F;	
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

ul#aec_navlist_profile li a#current, ul#aec_navlist_profile li a#current:link
{
color: #00053F;	
background: #fff;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

ul#aec_navlist_profile li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

div.subscription_info {
border:3px solid #bbb;
margin: 2px;
padding: 4px;
}

#subscription_details h2 {
font-weight: bold;
font-size: 13pt;
}

#subscription_details table {
width: 70%;
padding-top:10px;
}

#subscription_details th {
background: #eee;
padding: 6px;
margin: 3px;
}

#subscription_details td{
padding: 10px;
margin: 3px;
text-align: center;
}

#thankyou_page {
}

#cancel_page {
}

#myTabs{
margin: 6px auto;
padding: 2px;
}

.mootabs_title {
list-style-image: none;
list-style-type: none;
margin: 0px;
padding: 0px;
height: 15px;
}

.mootabs_title li {
background-color: #ddd;
padding: 2px 8px 2px 8px;
margin-right: 2px;
cursor: pointer;
height: 15px;
list-style-type: none !important;
}

.mootabs_title li.active {
background-color: #e6e6e6;
text-decoration: underline;
}

.mootabs_title li.selected {
background-color: #e6e6e6;
font-weight: bold;
}

.mootabs_panel {
display: none;
background-color: #ddd;
position: relative;
width: 80%;
top: -1px;
clear: both;
overflow: visible;
padding: 2px;
}

.mootabs_panel.active {
background-color: #e6e6e6;
display: block;
}

.mootabs_panel.selected {
background-color: #e6e6e6;
display: block;
}

table.aec_items{
width: 100%;
border: 1px;
border-color: #ddd;
border-style: solid;
}