﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
}

h1
{
    font-size: 14pt;
}

.chartHeader
{
    background-image: url('images/navBackground.jpg');
    color: #31779a;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    font-family: arial;
    height: 18px;
    text-align: center;
    vertical-align: middle;
}

.cssButton
{
    font-family: Arial;
    font-size: 10pt;
    background-image: url('images/cssButtonBG.jpg');
    height: 25px;
    border: solid 1px #2a8bc1;
    color: #666666;
}

.hidden
{
    visibility: hidden;
}

.information
{
    font-family: Arial;
    font-size: 10pt;
    color: #444444;
    line-height: 12pt;
}


.navigate
{
    font-size: 10pt;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-family: arial;
}

.navigate a:link, .navigate A:visited
{
    color: #31779a;
    text-decoration: none;
    padding-left:5px;
    padding-right:5px;
}

.navigate a:hover, .navigate A:visited:hover
{
    color: #000000;
}

.newListings
{
font-size: 8pt;
}

.newListings a:link, .newListings A:visited
{
    color: #31779a;
    text-decoration: underline;
}

.newListings a:hover, .newListings A:visited:hover
{
    color: #333333;
}

.featuredLink a:link, .featuredLink A:visited
{
    color: #31779a;
    text-decoration: underline;
}

.featuredLink a:hover, .featuredLink A:visited:hover
{
    color: #333333;
}

.footer
{
    color: #31779a;
    font-size: 8pt;
    padding-top: 1px;
    text-align: left;
    vertical-align: middle;
    font-style: normal;
    font-weight: bold;
    font-family: arial;
}

.navigateFooter
{
    font-size: 8pt;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-family: arial;
    
}

.navigateFooter a:link, .navigateFooter A:visited
{
    color: #31779a;
    text-decoration: none;
}

.navigateFooter a:hover, .navigateFooter A:visited:hover
{
    color: orange;
}

.quickSearch a:link, .quickSearch A:visited
{
    font-weight: bold;
    color: #31779a;
    text-decoration: none;
}

.quickSearch a:hover, .quickSearch A:visited:hover
{
    color: #31779a;
}

.rentalHeader
{
    font-family: Arial;
    font-size: 9pt;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.rentalTitle
{
    font-family: Arial;
    font-size: 9pt;
    color: #555555;
    font-weight: bold;
    text-align: left;
}
.rentalDetails
{
    font-family: Arial;
    font-size: 9pt;
    color: #393939;
    line-height: 13pt;
}

.rentalDetailTable
{
    border: solid 1px gray;
    background-color: #F4F6FC;
}

.rentalResultTable
{
    border: solid 1px gray;
    background-color: #ffffff;
}

.sectionHeader
{
    font-family: Arial;
    font-size: 12pt;
    font-weight:bold;
}

.txtSearchBox
{
    font-family: Arial;
    font-size: 10pt;
    background-image: url('images/textboxBG.jpg');
    height: 15px;
    border: solid 1px #cccccc;
    padding-left: 4px;
    color: #2a8bc1;
}