/* GLOBAL/HEAD STYLES */
html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Tahoma, Futura Bk, Arial, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 13px; }
h1, h2, h3, h4, h5, h6{ color: #23407a; }

h1{
    font-size: 24px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
h2{ font-size: 18px; margin: 24px 0px 0px 0px; padding: 0px;}
h3{ font-size: 14px; }
h4{ font-size: 13px; }
h5{ font-size: 12px; }
h6{ font-size: 9px; }
h3, h4,h5,h6{ padding: 0px; margin: 0px; }

body{
    color: #6d6d6d;
    font-size: 13px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#pageContainer{
    position: relative;
    margin: 0px auto 0px auto;
    text-align: center;
    width: 990px;
}

#mapContainer{
    position: relative;
    padding: 10px 0px;
    background-color: #32558F;
    color: #FFFFFF;
}
#map{ color: #000000; text-align: left;  }

#map_loader{ display: none; }
#google_pano{ display: none; }

#mapDirectionsC{
    padding: 8px;
    background-color: #bfd5ff;
    border: 1px solid #8ba8df;
    width: 482px;
    margin: 0px auto;
    text-align: left;
    color: #000;
}
#mapDirectionsC td{ padding: 3px; }

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#closeWin{ text-align: right; padding-right: 8px; }
#closeWin a{ color: #FFFFFF; }
#closeWin a:hover{ color: #CCCCCC; }

#header{
    height: 166px;
    background: url(/images/mcr/header_middle.jpg) repeat-x top left;
}
#headerLeftImage{
    background: url(/images/mcr/header_left.jpg) no-repeat top left;
}
#headerLeft{
    width: 375px;
    height: 166px;
}
#headerLeft img{
    width: 375px;
    height: 166px;
}
#headerRight{
    position: relative;
    height: 166px;
    color: #FFFFFF;
    padding-top: 2px;
}
#header td{
    vertical-align: top;
}
#header a{
    color: #DDDDFF;
}
#header a:hover{
    color: #FFFFFF;
}

#headerMenu{
    position: absolute;
    top: 2px;
    right: 0px;
}


#hmenu{
    display: inline;
    list-style: none;

    padding: 0px;
    margin: 0px;
}
#hmenu li{
    float: left;
    display: block;
    width: auto;
}
#hmenu li a{
    padding: 0px 5px;

    color: #DDDDFF;
    font-size: 11px;
    text-transform: uppercase;

    border-right: 1px solid #27447C;
}
#hmenu .hmlast a{
    border-right: 0px solid #27447C;
}
#hmenu li a:hover{
    color: #FFFFFF;
    background: none;
}


#tmenu{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#tmenu li{
    float: left;
    display: block;
    list-style: none;
    width: auto;
}
#tmenu li a{
    display: block;
    width: 110px;
    padding: 3px 3px;
    text-align: center;
    font-size: 9px;
}

#bottomMenu{
    padding: 8px;
    margin-bottom: 8px;

    background-color: #304F88;

    clear: both;
}
#bottomMenu h3{ color: #FFFFFF; }
#bmenu{
    display: inline;
    list-style: none;
}
#bmenu li{
    float: left;
    display: block;
    list-style: none;
    width: auto;
}
#bmenu li a{
    display: block;
    width: 113px;
    padding: 5px 3px;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;

    color: #DDDDFF;
}
#bmenu li a:hover{ color: #FFFFFF; }

table.show{
    width: 100%;
    text-transform: capitalize;
}

table.show td{
    padding: 3px 4px;
    font-size: 11px;
    color: #000;
}
table.show td a{
    font-size: 11px;
}

td.adminTitle{}

table.show tr.cellHeader td{
    padding: 8px 4px !important;
    color: #fff !important;
}

table.show tr.cellHeader{
    background-color: #1E3B75;
    color: #FFFFFF;

}

tr.cellHeader a{
    color: #DDDDFF;
    font-weight: bold;
}
tr.cellHeader a:hover{
    color: #FFFFFF;
}

tr.cell{
    background-color: #FFFFFF;
    border-bottom: 1px solid #999999;
}
tr.cellOdd{
    background-color: #EEEEEE;
    border-bottom: 1px solid #999999;
}
tr.cellError{
    background-color: #8C535F;
    color: #FFFFFF;
}

tr.cellOver{
    background-color: #3E5E9A;
    color: #fff !important;
}
tr.cellOver td{
    color: #fff !important;
}
tr.cellVisited{
    background-color: #C2D1EF;
    color: #000000;
}
tr.cellVisited td{
    color: #000000 !important;
}

tr.cell, tr.cellOdd, tr.cellError, tr.cellOver, tr.cellVisited{
    cursor: pointer;
}

.cellOver .mapLnk{
    background-color: #FFFFFF;
}
.cellVisited .mapLnk{
    background-color: #FFFFFF;
}

.mlsSearch{ width: 420px; margin: 0px 0px 0px auto; }
#mlsSearch td, .mlsSearch td{ padding: 5px 3px; }
.mlsNumberContainer{ padding: 4px 0px; }

.property_preview_loader{
    display: none;
    background: #fff url(/images/ajax_loader.gif) no-repeat center center;
    text-align: center;
    position: absolute;
    min-height: 65px;
    height: auto;
    width: 177px;
    z-index: 20000;

    box-shadow: 0px 0px 5px #000;
    -moz-box-shadow: 0px 0px 5px #000;
    -webkit-box-shadow: 0px 0px 5px #000;
    border: 1px solid #8e8e8e;
}
.property_preview_loader .load_error{
    width: 177px;
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #8e8e8e;
    background-color: #fff;
}

.property_preview_loader img{ display: block; }
