﻿body, html
{
    margin: 0px;
    padding: 0px;
}
body, html, input
{
    font-family: Trebuchet, sans-serif;
    font-size: 12px;
    color: #000;
}
body      
{
    height: 100%;
    overflow: auto;    
    background: url('Images/page_background.jpg') no-repeat center top;
}
.input {  font-family: Trebuchet, sans-serif; font-size: 12px; }
.inputBig { font-size: 14px; }
.whiteBoldText { font-size: 14px; font-weight: bold; color: #ffffff; }
.inputTextBoxWithHint { color: #c0c0c0; }
.clear { clear: both; }
.clearLeft { clear: left; }
.blueRoundSubmitButton20 { width: 20px; height: 20px; cursor: pointer; margin-left: 2px; vertical-align: middle; }
.submitButton { color: #165093; font-weight: bold; background-color: Transparent; width: 88px; height: 27px; border: none; background-image: url('/Content/Images/button_background2.png'); }
.containerDiv
{   
    border: solid 1px #fff; 
}
#pageContainer
{
    width: 100%;
    height: auto;
    min-height: 900px;
    position: relative;
    overflow: hidden;    
}
#contentContainer
{
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 902px;    
}
#header
{
    background-image: url('Images/header_background.gif');
    width: 900px;
    height: 90px;
    margin-top: 20px;
}
#footer
{
    width: 900px;
    height: 90px;
    margin-top: 20px;
    text-align: center;    
    padding-top: 10px;
    padding-bottom: 10px;
    background: url('Images/fp_strip_185.jpg') repeat-x;
}
#headerLogo
{
    width: 219px;
    height: 61px;
    background-image: url('Images/equinox_logo.png');
    float: left;
    margin-left: 35px;
    margin-top: 13px;
}
#homeFlashContainer, #mlsIdMissing, #newListingsContainer
{
    width: 900px;
    height: 400px;
    margin-top: 10px;
    background-color: #74A7D4;
}
#homeFlashContainer { vertical-align: top; border: none; }
#newListingsContainer
{
    height: auto;
}
#mlsIdMissing
{    
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
#featuredProperties, .quicksearchCloudContainer
{
    width: 900px;
    height: 185px;
    margin-top: 0px;
    background: url('Images/fp_strip_185.jpg') repeat-x;
}
.quicksearchCloudContainer
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 90px;
    background: none;
    border: none;
}
.qsCloudLink,.innerCloudContainer { font-size: 11px; font-weight: normal; color: #fff; margin-left: 7px; margin-right: 7px; }
.innerCloudContainer { margin-left: 16px; margin-right: 16px; }
#headerBarTop
{
    height: 30px;
    width: 100%;
}
#headerBarBottom
{
    height: 26px;
    width: 100%;
}
#headerBar
{
    width: 525px;
    height: 60px;
    margin-top: 23px;
    margin-right: 20px;
    float: right;   
}
#headerMenu
{
    width: 98%;
    margin-top: 6px;
    margin-left: 5px;
    height: 12px;
    text-align: center;
}
.headerMenuCell
{
    border-left: solid 2px #fff;
}
.headerMenuText
{    
    color: #fff;
    text-decoration: none;
}
.headerMenuText:hover
{
    color: #125192;
    cursor: pointer;
}
.portletHeader
{
    height: 23px;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    background: url('Images/qs_strip.jpg') repeat-x;
    margin: 5px;
    color: #fff;
    padding-left: 5px;
    padding-top: 4px;
}
.imgButton
{
    vertical-align: middle;
    cursor: pointer;
    border: none;
}
.errorImage
{
    vertical-align: middle;
    border: none;
    height: 20px;
    width: 20px;
    margin-left: 3px;
    display: none;
}
.errorContainer
{
    width: 98%; border: 2px solid #CD0A0A; height: auto; background-color: #FEF8F6; margin-top: 5px; display: none; color: #D60B48; padding: 5px;
}
.infoContainer
{
    width: 98%; border: 2px solid #4178B0; height: auto; background-color: #FCFAF1; margin-top: 5px; display: none; color: #3E75AE; padding: 5px;
}
#contactContainer, #saveNotificationContainer, #messageBoxContainer, #saveSearchContainer
{
    position: absolute; display: none; width: 600px; height: 400px; border: solid 1px #235D9C; margin-left: auto; margin-right: auto; top: 115px; z-index: 3002; background-color: #74A7D4;
}
#saveNotificationContainer { height: 70px; }
#saveSearchContainer { height: 150px; margin-left: 140px; }
#messageBoxContainer { height: 120px; }
#contactFormArea, #saveNotificationFormArea, #messageBoxFormArea, #saveSearchFormArea { height: 360px; margin-left: 5px; margin-right: 5px; background-color: #fff; margin-top: -5px; }
#saveSearchFormArea { height: 110px; }
#saveNotificationFormArea { height: 30px; }
#messageBoxFormArea { height: 80px; }
#contactFormContainer { font-size: 14px; color: #fff; }
#saveMessage, #messageBoxMessage { font-size: 15px; font-weight: bold; margin-left: 5px; padding-top: 4px; }
#contactMessageContainer { float: left; height: 22px; width: 370px; display: none; margin-top: -3px; padding-left: 5px; padding-top: 5px; }
#contactButtonContainer { float: right; }
.contactCloseImage { vertical-align: middle; float: right; cursor: pointer; margin-right: 4px; }
#logonErrorMessage, #resetErrorMessage { color: #ff0000; font-weight: bold; font-size: 13px; margin-bottom: 5px; }