.rateTable {
height:480px;
width:300px;
left:150px;
}

#tabHighest td, #tabRecent td {
background-color: white;
}

tbody.bg2 td {
background-color: white;
}

#rightbar .rateTable .top {
position: relative;
top: 10px;
}

#rightbar .rateTable .bottom {
position: relative;
top: -10px;
}

.content .individualRate {
border:1px solid red;
}

div.individualRate {
width: 380px;
}

div.individualRate h1 {
width: 375px;
}

div.bankDescription p {
width: 375px;
}

.main-rate {
height:100px;
}

/**************************
    Rate Table - Large 
***************************/
.rateTable.large{
    width:800px;
}
.rateTable.large .top{
    background:url(/img/gobankingrates/rates/tablebg-top-large.png) no-repeat top left;
    height:10px;
    position:absolute;
    width:800px;
    top:-10px;
}
.rateTable.large .container{
    background:url(/img/gobankingrates/rates/tablebg-mid-large.png) repeat-y;
}
.rateTable.large .bottom{
    background:url(/img/gobankingrates/rates/tablebg-bottom-large.png) no-repeat bottom left;
    height:10px;
    width:800px;
    position:relative;
    top:-14px;
}
.jqmWindow.large{
    margin-left:-275px;
    width:800px;
}
/********************************************
    Rate Table- Rate Comparison Overlay
**********************************************/
.rateTable.large .content.ratecomparison {
    background:#fff;
    position:relative;
    width:780px;
}


