﻿body
{
    background-color: #B90501;
    font-family: Arial,Verdana;
    font-size:0.8em;
}
a
{
    text-decoration: none;
    color: Black;
}

.BodyMain
{
    width: 1000px;
    background-color: #E1DFA6;
    border: solid 2px Black;
}
.BodyHeader
{
}
.HeaderMain
{
    width: 100%;
}
.HeaderMenu
{
    width: 100%;
}
.BodyFooter
{
    width: 900px;
    background-color: #B90501;
    color: White;
    font-size: 0.8em;
}
.Error
{
    color: Red;
    font-size:0.8em;
}
.Button
{

}
.LoginDefault
{
    border: solid 1px Gray;
    width: 280px;
    padding: 3px 3px 3px 3px;
    font-size: 0.9em;
}
/* Menu Control */
.staticMenu
{
}
.staticMenuItem
{
    color: Black;
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 4px;
    padding-left: 4px;
    border-right: solid 1px Black;
}
.staticHover
{
}
.staticSelected
{
}
.dynamicMenu
{
    z-index: 1; /* To enable correct rendering of asp:menu control in IE8 */
}
.dynamicMenuItem
{
    background-color: black;
    color: White;
    font-weight: bold;
    display: block;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.4em;
    padding-left: 0.4em;
    width: 150px;
    border-bottom: solid 1px #B5B5B5;
}


.dynamicHover
{
}
.dynamicSelected
{
}
/* End Menu Control */
.FooterHyperlink
{
    text-align: left;
}
.FooterHyperlink a
{
    color: Silver;
    font-weight: bold;
    text-decoration: none;
}
.RedBackgrounWithBlackBorder
{
    background-color: #B90501;
    color: White;    
    font-size: 0.9em;
    border: solid 1px Black;
}
.DefaultBackgroundWithRedBorder
{
    background-color: #E1DFA6;
    color: Black;    
    font-size: 0.9em;
    border: solid 1px #B90501;    
}
.PageHeaderText
{
    font-size:1.4em;
    font-weight: bold;
}
.TableDefaultStyle
{
    font-size:0.8em;    
    width:100%;
}
.ContentBoldDefaultText
{
    font-weight:bold;
}
.PropertySearchDefault
{
    width:100%;
    font-size:0.8em;
    text-align:left;
}
.PropertyDetailsText
{
    font-size:0.9em;
    text-align:center;    
    width:100%;
}
.SearchHeaderText
{
    font-size:0.9em;
    font-weight:bold;
    font-style:italic;
}
.TextAlighLeftFont08
{
    font-size: 0.9em;
    text-align:left;
    width:80%;
}
.EmailFormDefault
{
    font-size: 0.8em;
    text-align:left;
    background-color: #E6E6DA;
    border:solid 1px Gray;
    width: 100%;
}
.BorderGraySolid1px
{
    border:Solid 1px Gray;
}
.FeaturePropertyTable
{
    width: 100%; 
    padding-top: 10px; 
    text-align: left; 
    font-size: 0.7em; 
    border: solid 1px Gray;
    background-color:#BCBA8B;
}
.FloatRight
{
    float:right;
    margin: 5px 5px 5px 10px;
}
.UserPageTextBoxDefault
{
    width:300px;
}
.UserTextDefault
{
    font-weight: bold;
} 
