﻿#TopHalf
{
    background-image:url('../Images/loan_calculator.png');
}

#MainContent #Right
{
    height:330px;
}

#MainContent #Left
{
    height:330px;
}


label
{
    display: inline-block;
    line-height: 2.5;
    vertical-align: top;
    width: 145px;
    vertical-align:middle;
    font-size:10pt;
    font-weight:bold;
}

#LeftBox
{
    float:left;
    width:350px; 
    height:230px; 
    border:solid 2px white; 
    margin:0 10px 0 0;
    padding:5px;
}

#RightBox
{
    float:left;
    width:350px; 
    height:230px; 
    border:solid 2px white;
    padding:5px;
}

#APRLogo
{
    width:140px;
    height:90px;
    float:right;
    background-image:url('../Images/APR_blank_bckgrnd.png');
}

#RightBox ul
{
    list-style:none;
    padding:5px;
    margin:0;
    list-style-image:none;
}

#LeftBox ul
{
    list-style:none;
    padding:5px;
    margin:0;
    list-style-image:none;
}

a 
{
    text-decoration:none;
    color:White;
}

a:hover
{
    text-decoration:underline;
}

.Header
{
    font-size:12pt;
    font-weight:bold;
    text-align:center;
    padding:10px 0 10px;
    height:60px;
}

.Header td
{
    padding:0 5px 0 5px;    
}


td
{
    border-right:solid 1px white;
}

.DataRows
{
    font-size:10pt;
    text-align:center;
}

.DataRowsSelected
{
    background:yellow;
       font-size:10pt;
    text-align:center;
    color:Black;
}

.ResultsTable
{
    border-left:solid 1px white;
    border-top:solid 1px white;
    border-bottom:solid 1px white;   
}

#Callback
{
    float:left; 
    border:solid 2px white;
    margin:20px 0; 
    padding:5px;
    width:350px;
}

#Callback ul
{   
    list-style:none; 
    padding:2px; 
    margin:0;
}

#Callback ul li
{
    list-style-image:none;
}