﻿html{
    height:100%;
}

body {
    height:100%;
    margin:0px;
    padding:0px;
}

.normal {
    font-family:Verdana;
    font-size:11px;
}

.normal14 {
    font-family:Verdana;
    font-size:14px;
}

.normal9 {
    font-family:Verdana;
    font-size:9px;
}

p {
    font-family:Verdana;
    font-size:11px;
}

td {
    font-family:Verdana;
    font-size:11px;
}

img {
    border: 0px;
}

propertySearchThumb {
    border: solid 1px #999999;
}

.header1 {
    font-family:Verdana;
    font-size:15px;
    font-weight:bold;
    padding-bottom:4px;
}

.subheader1 {
    font-family:Verdana;
    font-size:13px;
    font-weight:bold;
    color:#B3760C;
}

.subheader2 {
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    color:#000000;
}

.subheader3 {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#000000;
}

.propertyDetailLine {
    padding-bottom:3px;
}

.biglink {
    font-family:Verdana;
    font-size:12px;
}

.indent10 {
    padding-left:10px;
}

.pageview {
    border:solid 1px #999999;
    padding:5px;
} 
    
a:link {
    color:#0000FF;
    text-decoration:none;
}

a:visited {
    color:#0000FF;
    text-decoration:none;
}

a:hover {
    color:#0000FF;
    text-decoration:underline;
}

a:active {
    color:#FF0000;
    text-decoration:none;
}  

/* Form Elements */

.formLabel {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    white-space:nowrap;
    text-align:right;
}

.formLabelLeft {
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    white-space:nowrap;
    text-align:left;
}

.formTextbox {
    font-family:Verdana;
    font-size:11px;
    border: solid 1px #999999;
}

.formCheckbox {
    font-family:Verdana;
    font-size:11px;
    border: solid 1px #999999;
}

/* Status Messages */

.error
{
    font-weight:bold;
    color:Maroon;
}

.success 
{
    font-weight:bold;
    color:Navy;
}

/* Grid */

.alternate_row
{
     background-color:#f4f4f4;
}

.regular_row
{
    background-color:White; 
}

.showMe {
    display:block;
}

.hideMe {
    display:none;
}