﻿/*-----------------------------------------------------------------
Begin table formatting
-----------------------------------------------------------------*/
#fees, #depositBox, #moneymarket, #cdRates, #loans, #autoLoans, #RecLoans
{
border-collapse:collapse;
width:100%;
border: 1px solid #666;    
}
th, td, tr th
{
padding: 0.1em 1em;  
text-align:center; 
font-family:Calibri;
}
col
{
border-right:1px solid #717171;    
}
/*the rightmost column of every table doesn't need a border*/
col#descrCol, col#boxSizeCol, col#apyCol, col#cdMinCol, col#FinancingAvailCol, col#MaxTermCol, col#RecTermCol
{
border:none;    
}
/*tablehead refers to the orange table head*/
thead
{
background: url(Images/tablehead.jpg) repeat-x left center;
border-top:1px solid #a5a5a5;
border-bottom:1px solid #a5a5a5;
color:#271d00;
text-align:center;
}
/*tablehead2 is the yellow table head*/
#loans thead
{
background: url(Images/tablehead2.png) repeat-x left center;
border-top:1px solid #a5a5a5;
border-bottom:1px solid #a5a5a5;
color:#271d00;
text-align:center;
}
th
{
font-weight:bold;
text-align:left;
}
/*these help with search engines but are not visible*/
#feeScheduleHead, #loanRatesHead, #autoLoansHead, #RecLoansHead
{
left: -1000em;
}
/*used to help readablity on tables, is orange*/
.odd
{
background-color:#EDDa74;
}
/*also helps readability on tables, is silver*/
.odd2
{
   background-color:silver; 
}

tbody tr:hover{
    color:White;
    background:gray;    
}

td:hover{
    color:white;
    background-color:#271d00;    
}
/*---------------------------------------------------
        End table formatting 
----------------------------------------------------*/