﻿.card_table_main
{
	margin: 10px, 0px;
}


.apr_cell {
    font-weight:bold;
}

.typical_aer_cell 
{
    font-weight:bold;
    font-size:12px;
}

.rewards_desc_cell
{
	text-align:left;
	font-size: 9pt;
}       

.card_table {
    background-color:#DFF7FF;
}

.card_table 
{
    text-align:center;
}

.card_table_bottom_row td {
    border-top:solid #91D7EE 1px;    
}

.card_table_top_row td {
    border-top: solid white 4px;
}

.card_table_header_row {
background-color:#91D7EE;
font-weight:bold;
}

.card_table_header_row td {
    border-right: solid white 1px;
    padding:3px;
}

.card_table_apply_button
{
    width:40px;
    height:22px;
    line-height:22px;
    text-align:center;
    vertical-align:middle;
    background-image:url(../images/creditcard/credit_card_table_apply_button.gif);
    background-repeat:no-repeat;
    display:block;
    color:white !important;
    font-weight:bold;
    font-size:9px;
    text-decoration:none !important;
}    

.card_table_card_name
{
    font-weight:bold;
    color:#00465F;
}

/* Tabs */

.card_table_inactive_tab .card_table_tab 
{
    background:url(/images/creditcard/corner/blue_tl.gif) no-repeat 0 0;
}

.card_table_inactive_tab .card_table_tab div
{
    background:url(/images/creditcard/corner/blue_tr.gif) no-repeat 100% 0;
}

.card_table_active_tab .card_table_tab 
{
    background:url(/images/creditcard/corner/lightblue_tl.gif) no-repeat 0 0;
}

.card_table_active_tab .card_table_tab div
{
    background:url(/images/creditcard/corner/lightblue_tr.gif) no-repeat 100% 0;
}



.card_table_active_tab,
.card_table_inactive_tab {
	padding:0px;
	border-right:solid white 2px;
	vertical-align:top;
	text-align:center;

}

.card_table_inactive_tab 
{
    background-color:#007AA8;
    border-bottom:solid white 1px;
}
.card_table_active_tab
{
    background-color:#91D7EE;
    border-bottom:solid #91D7EE 1px;
}

.card_table_inactive_tab div div a
{
    color:White !important;
}

.card_table_active_tab div div a
{    
    color:Black !important;
}

.card_table_active_tab a,
.card_table_inactive_tab a
{
	padding: 5px 3px 5px 3px;
	display:block;
	
}


