/* CSS Document */

*
{
    margin: 0;
    padding: 0;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: 12pt trebuchet MS;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: 12pt trebuchet MS;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.taboff
{
    background-color: #2E4d7B;
    width: 200px;
    padding: 7px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    margin-left: 7px;
    text-transform: uppercase;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}
.tabon
{
    background-color: #c78413;
    width: 200px;
    padding: 7px;
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    margin-left: 7px;
    text-transform: uppercase;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

a:hover.tabon
{
    background-color: #cccccc;
    color: #212121;
    text-decoration: none;
}

a:hover.taboff
{
    background-color: #2E4d7B;
    color: #fff;
    text-decoration: none;
}

.tabgone
{
    display: none;
}
* body
{
    font-size: x-small; /* For IE5/Win */
    font-size: small; /* For other IE versions */
}

body
{
    font: small/1.2em Arial, Helvetica, sans-serif;
    color: #474646;
    margin: 0;
    padding: 0;
    text-align: center;
    background: #fff;
}


/* ---------- Start Mega Drop Down --------- */
#wrap
{
    min-height: 100%;
    width: 1090px;
    margin: -1px auto 0;
    border-bottom: 0;
    height: 60px;
}
* html #wrap
{
    height: 100%;
}

#mega
{
    list-style: none;
    height: 2em;
    margin: 0px -1px 0 0;
}
#mega li
{
    background: #fff;
    margin-left: 0px;
    float: left;
    text-align: center;
    position: relative;
}
#mega li:hover
{
    background: #fff;
    border-bottom: 0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
    padding: 0px 0 1px 0;
    margin-top: 0px;
    z-index: 999; /* shadow above adjacent li */
}
#mega a
{
    color: #000;
    outline: 0;
    text-decoration: none;
    display: block;
    line-height: 2em;
}
/* ----------- Hide/Show Div ---------- */
#mega div
{
    position: absolute;
    left: -999em;
    margin-top: 1px;
    width: 230px;
    padding: 0 10px 10px;
    border: 1px solid #ccc;
    border-top: 0;
    font-weight: normal;
    text-align: left;
    background: #fff;
}
#mega li:hover div
{
    left: -1px;
    top: auto;
}
#mega li.dif:hover div
{
    left: -221px;
}

#mega li.dif2:hover div
{
    left: -165px;
}
/* --------- Within Div Styles --------- */
#mega div h2 a
{
    font: 12pt trebuchet MS;
    font-size: 12px;
    line-height: 1.2;
    background: #2E4d7B;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    margin: 5px 0 2px 0;
    clear: both;
    float: left;
    width: 220px;
    position: relative; /* makes above drop shadow */
}


#mega div p
{
    float: left;
    width: 100px;
    padding-left: 10px;
    position: relative; /* makes above drop shadow */
}
#mega div p a
{
    float: left;
    clear: left;
    width: 100%; /* For IE6/7 */
    font-size: 12px;
    color: #1988DA;
    text-decoration: none;
    line-height: 1.7;
}
#mega div a:hover, #mega div a:focus, #mega div a:active
{
    text-decoration: underline;
}

/* ---------- End Mega Drop Down --------- */

.chkbox INPUT
{
    color: black;
    border-style: none;
    margin-right: 5px;
}


.inputtext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #212121;
}

.input_text_small
{
    width: 200px;
}

.input_text_large
{
    width: 300px;
}

.inputerror
{
    border: 1px solid red;
}

.input_text_small_error
{
    width: 200px;
    background-color: #fdd5d5;
}
.error_search
{
    color: red;
    float: left;
    text-align: left;
}

.error_search input
{
    background-color: #fdeaea;
}

.error_search select
{
    background-color: #fdeaea;
}

.error_search textarea
{
    background-color: #fdeaea;
}

.btablered
{
    border: 1px solid red;
}
.btable
{
    border: 1px solid #999999;
    background-color: #ffffff;
}

.dtable
{
    border: 1px solid #999999;
    background-color: #e3e3e3;
    padding: 10px 10px 10px 10px;
}

.blog-content
{
    font-size: 20px;
    color: #2f7da2;
    text-decoration: none;
}

.blog-content:hover
{
    font-size: 20px;
    color: #666666;
    text-decoration: none;
}



.bold_text_white
{
    padding-left: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.bold_text_white a
{
    padding-left: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.bold_text_white a:hover
{
    color: #13a7f4;
    padding-left: 20px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.boxtitles
{
    width: 150px;
    margin: 5px 0px 10px 0px;
    color: #ffffff;
    white-space: normal;
    text-decoration: none;
}

.boxtitles a
{
    width: 150px;
    margin: 5px 0px 10px 0px;
    white-space: normal;
    text-decoration: none;
}

.boxtitles a:hover
{
    width: 150px;
    margin: 5px 0px 10px 0px;
    color: #13a7f4;
    white-space: normal;
    text-decoration: none;
}

.smalltexttitle
{
    font-size: 11px;
    color: #333;
    text-decoration: none;
}

.smalltexttitle a
{
    font-size: 11px;
    color: #197cc9;
    text-decoration: none;
}

.smalltexttitle a:hover
{
    font-size: 11px;
    color: #13a7f4;
    text-decoration: none;
}


.buttonpulse:link, .buttonpulse:visited, .buttonpulse:hover
{
    margin: 3px 0px 0px 0px;
    display: inline-block;
    padding-left: .4em;
    font: 10px verdana;
    background-color: #e3e3e3;
    color: #ff0000;
    border: 1px solid #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}


.white_box
{
    padding: 5px;
    border: 1px solid #FFFFFF;
}

.pagination-main
{
    width: 260px;
    padding: 1em;
    vertical-align: middle;
}


.pagination
{
    font: bold 11px verdana;
    color: #939393;
    text-decoration: none;
    margin: 2px 0 0 20px;
}

.pagination a
{
    font: bold 11px verdana;
    color: #939393;
    text-decoration: none;
    background-color: #E7E7E7;
    border: 1px solid #D6D6D6;
    padding: .3em .5em .3em .5em;
    margin-left: .4em;
    float: left;
}
.pagination a:hover
{
    font: bold 11px verdana;
    color: #D22323;
    text-decoration: none;
    background-color: #F7D7D7;
    border: 1px solid #F2BBBB;
    padding: .3em .5em .3em .5em;
    float: left;
}

.pagi_main
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

.pagi
{
    font: 11px verdana;
    color: #212121;
    background-color: #ffffff;
    border: 1px solid #212121;
    margin-left: .4em;
    float: left;
    padding: .3em .5em .3em .5em;
    text-decoration: none;
}

.pagi:hover
{
    font: 11px verdana;
    color: #ffffff;
    background-color: #666666;
    border: 1px solid #212121;
    margin-left: .4em;
    float: left;
    padding: .3em .5em .3em .5em;
    text-decoration: overline;
}

.pagi_active
{
    font: 11px verdana;
    color: #ffffff;
    background-color: #666666;
    border: 1px solid #212121;
    margin-left: .4em;
    float: left;
    padding: .3em .5em .3em .5em;
    text-decoration: none;
}

.pagi_active:hover
{
    font: 11px verdana;
    color: #ffffff;
    background-color: #666666;
    border: 1px solid #212121;
    margin-left: .4em;
    float: left;
    padding: .3em .5em .3em .5em;
    text-decoration: none;
}

.errortopbox
{
    color: #ff0000;
    background: #ffff00;
    padding: 5px 5px 5px 5px;
    border: solid 1px #000000;
}

.gray_box
{
    padding: 0 0 0 0;
    border: 1px solid #C9C9C9;
}

.gray_box_left_bot
{
    font: bold 11px verdana;
    color: #0074CD;
}

.gray_box_bot
{
    border-right: 1px solid #C9C9C9;
    border-bottom: 1px solid #C9C9C9;
    border-left: 1px solid #C9C9C9;
    font: 11px verdana;
    padding: 0 0 0 0;
    color: #999999;
    margin-left: 6px;
}
.gray_box_inner
{
    font: 11px verdana;
    padding: 5px 5px 5px 5px;
    color: #999999;
}

.gray_box_title
{
    background-color: #e3e3e3;
    padding: 5px 5px 5px 5px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
}

.gray_box_left
{
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.gray_box_table
{
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.gray_box_uni
{
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    text-align: left;
    margin: 10px 10px 10px 0px;
}

.gray_box_uni_left
{
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.gray_box_uni_right
{
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

.gray_box_uni_right_image
{
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
}


.gray_box_left_top
{
    background-color: #ffffff;
    font: bold 11px verdana;
    color: #0074CD;
    border: 1px solid #CCCCCC;
}


.gray_box_right
{
    background-color: #F5F5F5;
    font: 11px verdana;
    color: #6E6E6E;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

.gray_box_right_top
{
    background-color: #F5F5F5;
    font: 11px verdana;
    color: #6E6E6E;
    border: 1px solid #CCCCCC;
}

.light_gray_box
{
    background-color: #F9F8F8;
    font: 11px verdana;
    color: #6E6E6E;
}


.highlight_text
{
    font: 18px trebuchet MS;
    color: #ffffff;
    text-decoration: none;
    float: left;
    background-color: #107AC8;
    height: 26px;
    padding: .1em 1.2em 0 1.2em;
}

.heading_login
{
    font: 16px trebuchet MS;
    color: #1988DA;
    text-decoration: none;
    width: 800px;
    margin-left: 50px;
    margin-right: 100px;
    margin-bottom: 10px;
}


.list li
{
    list-style-image: url(../../images/arrow1.jpg);
    color: #212121;
    text-decoration: none;
    line-height: 100%;
    margin-bottom: 1.5em;
}

.list-green li
{
    list-style-image: url(../../images/arrow1-green.jpg);
    font: 14px verdana;
    color: #428C46;
    text-decoration: none;
    line-height: 100%;
    margin-bottom: 1.5em;
}


.list1 li
{
    list-style-image: url(../../images/arrow1.png);
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 100%;
    margin-bottom: .5em;
}

.list2 li
{
    list-style-image: url(../../images/arrow1.jpg);
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 100%;
    margin-bottom: 1.5em;
}


.list2 li a
{
    font: bold 11px verdana;
    color: #666666;
    text-decoration: none;
}

.list2 li a:hover
{
    color: #c00000;
}


.list3 li
{
    list-style-image: url(../../images/arrow2.gif);
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 170%;
    margin-bottom: .5em;
}

.list4 li
{
    list-style-image: url(../../images/arrow2.gif);
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 130%;
    margin-bottom: .5em;
}


.list_ns li
{
    list-style-image: url(../../images/arrow1.jpg);
    font: bold 12px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 100%;
    margin-bottom: 1.5em;
}

.table-text
{
    padding: 10px 10px 10px 10px;
}

.dgpadnoalign td
{
    border-top: 1px solid #cccccc;
    background-color: #eff7f4;
}

.dgpadnoalign2 td
{
    background-color: #ffffff;
}


.dgpad2 th
{
    padding: 5px 5px 5px 5px;
}

.dgpad th
{
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.dgpad td
{
    padding: 5px 5px 5px 5px;
    text-align: left;
    font: 11px verdana;
}

.dgpad a
{
    text-decoration: none;
}
.dgpad a:hover
{
    text-decoration: none;
}

.dgpad th
{
    padding: 5px 5px 5px 5px;
    text-align: left;
}

.dgpadhigh td
{
    padding: 15px 15px 15px 15px;
     border-bottom: 1px solid #ccc;
    font: 11px verdana;
}

.dgpadhigh a
{
    text-decoration: none;
}
.dgpadhigh a:hover
{
    text-decoration: none;
}

.dgpadhigh th
{
    padding: 15px 15px 15px 15px;
    text-align: left;
}

.dgpadajax th
{
    padding: 2px 2px 2px 2px;
    text-align: left;
}

.dgpadajax td
{
    padding: 2px 2px 2px 2px;
    text-align: left;
    font: 12px verdana;
}

.dgpadajax a
{
    text-decoration: none;
}
.dgpadajax a:hover
{
    text-decoration: none;
}

.table_box_body_login
{
    background-color: #F5F5F5;
    padding: .5em;
}

.table_box_body_scroll
{
    background-color: #F5F5F5;
    font: 11px Verdana;
    color: #757575;
    padding: 1px;
}

.table_box_body_broker
{
    background-color: #F5F5F5;
    font: 11px Verdana;
    color: #757575;
    padding: .4em;
}

.table_box_body_free_15_35
{
    background-color: #F5F5F5;
    font: 11px Verdana;
    color: #757575;
    padding: .1em;
}

.table_box_body_tenant
{
    background-color: #F5F5F5;
    font: 11px Verdana;
    color: #757575;
    padding: .4em;
}

.row-deep
{
    background-color: #F0F0F0;
}

.row-light
{
    background-color: #FAFAFA;
}

.blue_box
{
    padding: 5px;
    background-color: #ffffff;
}


.blue_box_head_brokers_ac
{
    background-image: url(../../images/blue_box_head_bg.gif);
    background-repeat: repeat-x;
    height: 33px;
    font: bold 12px verdana;
    color: #316297;
    text-decoration: none;
    text-align: center;
}

.standardbuttonhref:link, .standardbuttonhref:visited
{
    display: inline-block;
    background-image: url(../../images/button_gradient_dark.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: .4em;
    font: bold 12px verdana;
    color: #ffffff;
    padding-right: .4em;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}

.standardbuttonhrefsmall:link, .standardbuttonhrefsmall:visited
{
    background-color: #666666;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefsmallfixed:link, .standardbuttonhrefsmallfixed:visited
{
    margin: 3px 0px 0px 0px;
    width: 260px;
    text-align: center;
    display: inline-block;
    background-image: url(../../images/button_gradient_dark.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: .4em;
    font: bold 10px verdana;
    color: #ffffff;
    padding-right: .4em;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}

.standardbuttonhrefsmallr:link, .standardbuttonhrefsmallr:visited
{
    display: inline-block;
    background-image: url(/images/button_gradient_dark.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: .4em;
    font: bold 10px verdana;
    color: #cccccc;
    padding-right: .4em;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}

.standardbuttonhrefsmallred:link, .standardbuttonhrefsmallred:visited
{
    background-color: #990000;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefXsmallred:link, .standardbuttonhrefXsmallred:visited
{
    background-color: #990000;
    padding: 3px 8px 3px 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefsmallredblock:link, .standardbuttonhrefsmallredblock:visited
{
    margin: 3px 0px 0px 0px;
    display: block;
    padding-left: .4em;
    font: 10px verdana;
    background-color: #e3e3e3;
    color: #ff0000;
    border: 1px solid #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}


.standardbuttonhrefsmallgreen:link, .standardbuttonhrefsmallgreen:visited
{
    background-color: #336600;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefXsmallgreen:link, .standardbuttonhrefXsmallgreen:visited
{
    background-color: #336600;
    padding: 3px 8px 3px 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefsmallorange:link, .standardbuttonhrefsmallorange:visited
{
    background-color: #336666;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefxsmallorange:link, .standardbuttonhrefxsmallorange:visited
{
    background-color: #cc6600;
    padding: 3px 8px 3px 8px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefsmallblue:link, .standardbuttonhrefsmallblue:visited
{
    background-color: #2E4d7B;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    text-decoration: none;
    behavior: url(/border-radius.htc);
    border-radius: 3px;
}

.standardbuttonhrefsmallgreendim:link, .standardbuttonhrefsmallgreendim:visited
{
    display: inline-block;
    background-image: url(/images/button_gradient_green.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: .4em;
    font: bold 10px verdana;
    color: #cccccc;
    padding-right: .4em;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}

.standardbutton
{
    display: inline-block;
    background: #212121;
    padding-left: .4em;
    font: bold 10px verdana;
    color: #ffffff;
    padding-right: .4em;
    padding-top: .1em;
    padding-bottom: .1em;
}

.standardbuttonred
{
    display: inline-block;
    background: #ff0000;
    padding-left: .4em;
    font: bold 10px verdana;
    color: #ffffff;
    padding-right: .4em;
    padding-top: .4em;
    padding-bottom: .4em;
}

.standardbuttondark
{
    display: inline-block;
    background: #212121;
    padding-left: .4em;
    font: bold 12px verdana;
    color: #ffffff;
    padding-right: .4em;
    padding-top: .4em;
    padding-bottom: .4em;
}

.ddlreverse
{
    background-color: #212121;
    color: #ffffff;
}

.input_bg
{
    width: 120px;
    height: 17px;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    padding-left: 5px;
    font: 11px verdana;
    color: #808080;
}

.input_bg1
{
    width: 140px;
    height: 17px;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    padding-left: 5px;
    font: 11px verdana;
    color: #808080;
}

.input_bg2
{
    width: 300px;
    height: 17px;
    background: #ffffff;
    border: 1px solid #bcbcbc;
    padding-left: 5px;
    font: 11px verdana;
    color: #808080;
}

.input_bgindex
{
    width: 300px;
    height: 17px;
    padding-left: 5px;
}

.input_text_signup_popup-quickpop
{
    width: 205px;
}

#input_right_area
{
    width: 250px;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    font: 11px verdana;
    color: #212121;
}

.formheader
{
    margin-top: 0px;
    float: left;
    margin-left: 135px;
}

.formw_right
{
    margin-top: 5px;
    margin-left: 3px;
    text-align: left;
}

#welcome_logout
{
    margin-top: 3px;
    height: 80px;
}

.formw_right_second
{
    margin-top: 3px;
    margin-left: 3px;
    text-align: left;
    display: inline;
    float: left;
}

#header-bg
{
    width: 100%;
    height: 42px;
    margin: 12px 0 0 0;
}


#header-bg2
{
    width: 100%;
    height: 60px;
    margin: 0 0 0 0;
}


.header-bg
{
    width: 100%;
    height: 40px;
}

.header-bg2
{
    width: 100%;
    height: 60px;
}

#leftcap
{
    float: left;
    width: 11px;
    height: 20px;
    padding: 0;
}

img
{
    border: none;
}
a
{
    color: #197cc9;
    text-decoration: underline;
    outline: none;
}
a:hover
{
    color: #666;
    text-decoration: underline;
}

a:active
{
    outline: none;
}

.heading
{
    font: 20px trebuchet MS;
    color: #1988DA;
    text-decoration: none;
    float: left;
    padding-top: .2em;
}

h1
{
    font-size: 150%;
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
    text-decoration: none;
    color: #000000;
}

h2
{
    line-height: 110%;
}

.icon-heading
{
    float: left;
    margin-left: .3em;
    float: left;
}

.heading_gray
{
    font: 20px trebuchet MS;
    color: #727272;
    text-decoration: none;
}

.hidequickpop
{
    display: none;
}
.showquickpop
{
    padding-top: .4em;
    padding-bottom: .4em;
}

.normal_text
{
    font: 11px verdana;
    color: #212121;
    text-decoration: none;
}

.pic_small_border
{
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 4px;
}

.small_pic
{
    float: left;
    width: 90px;
}


.small_pic1
{
    float: left;
    width: 60px;
}


.side_left3
{
    padding: 8px 0 0 0;
    width: 220px;
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}



.side_left3_new
{
    padding: 8px 0 0 0;
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

.invalid
{
    font: 10px verdana;
    color: #c00000;
    text-decoration: none;
}


.dashed_divider
{
    border-bottom: 1px dashed #999999;
    width: 96%;
    height: 15px;
    float: left;
    margin-bottom: .8em;
}

.broker_small_box
{
    width: 131px;
    height: 130px;
    float: left;
}

.broker_small_box_owner_report
{
    width: 131px;
    height: 150px;
    float: left;
}

.broker_small_box_divider
{
    width: 7px;
    height: 130px;
    border-right: 1px dashed #bbbbbb;
    margin: 0 6px 0 0;
    float: left;
}

.broker_small_box_divider_owner_report
{
    width: 7px;
    height: 150px;
    border-right: 1px dashed #bbbbbb;
    margin: 0 6px 0 0;
    float: left;
}

.checkbox_new
{
    width: 32px;
    float: left;
    margin: 22px 5px 0 8px;
}

.heading-row
{
    background-color: #E2E2E2;
    height: 15px;
    margin: 0 0 5px 0;
    padding: .2em;
}
.email-row
{
    width: 40px;
    float: left;
}

.report-row
{
    width: 40px;
    float: left;
    margin: 0 0 0 5px;
}

.image-row
{
    width: 60px;
    float: left;
    margin: 0 0 0 25px;
}

.description-row
{
    width: 100px;
    float: left;
    margin: 0 0 0 70px;
}



.table_box_t_l
{
    background-image: url(../../images/box_t_l.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 11px;
    height: 11px;
}

.table_box_t_r
{
    background-image: url(../../images/box_t_r.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 11px;
    height: 11px;
}

.table_box_b_l
{
    background-image: url(../../images/box_b_l.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 11px;
    height: 11px;
}

.table_box_b_r
{
    background-image: url(../../images/box_b_r.gif);
    background-repeat: no-repeat;
    background-position: left;
    width: 11px;
    height: 11px;
}

.table_box_top
{
    background-image: url(../../images/box_top.gif);
    background-repeat: repeat-x;
    background-position: top;
    height: 11px;
}

.table_box_bottom
{
    background-image: url(../../images/box_bottom.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    height: 11px;
}

.table_box_left
{
    background-image: url(../../images/box_left.gif);
    background-repeat: repeat-y;
    background-position: right;
    width: 11px;
}

.table_box_right
{
    background-image: url(../../images/box_right.gif);
    background-repeat: repeat-y;
    background-position: left;
    width: 11px; /*display: inline;*/
}

.table_box_body
{
    background-color: #F5F5F5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #757575;
    padding: 1em;
}

.green_heading
{
    font: 20px trebuchet MS;
    color: #679712;
    text-decoration: none;
    margin: 0 0 0 0;
    text-align: center;
}

.green_heading_small
{
    font: 18px trebuchet MS;
    color: #679712;
    text-decoration: none;
    margin: 0 0 0 0;
}

.black_heading_small
{
    font: 18px trebuchet MS;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}
.heading_8
{
    font: 8pt trebuchet MS;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}
.heading_11
{
    font: 12pt trebuchet MS;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}
.greenheading_11
{
    font: 12pt trebuchet MS;
    color: #0C5F0A;
    text-decoration: none;
    margin: 0 0 0 0;
    font-weight: bold;
}
.heading_11_Black
{
    font: 12pt trebuchet MS;
    color: #000000;
    text-decoration: none;
    margin: 0 0 0 0;
}

.heading_22
{
    font: 16pt trebuchet MS;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}

.headingmajor
{
    font: 16pt trebuchet MS;
    color: #24415d;
    text-decoration: none;
    margin: 0 0 0 0;
}

.headingminor
{
    font: 12pt trebuchet MS;
    color: #003333;
    text-decoration: none;
    margin: 0 0 0 0;
    font-weight: bold;
}

.dlgrid
{
    color: #336699;
    line-height: 1em;
    letter-spacing: -2px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-shadow: 0.05em 0.05em 0.05em #fff;
}

.dlgrid:hover
{
    color: #212121;
    line-height: 1em;
    letter-spacing: -2px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-shadow: 0.05em 0.05em 0.05em #fff;
}

.heading_22Bold
{
    font: 20pt trebuchet MS;
    font-weight: bold;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}

.greenheading_22
{
    font: 14pt trebuchet MS;
    color: #0C5F0A;
    text-decoration: none;
    margin: 0 0 0 0;
    font-weight: bold;
}

.heading_22:link
{
    font: 14pt trebuchet MS;
    color: #0536af;
    text-decoration: none;
    margin: 0 0 0 0;
}

.heading_22:visited
{
    font: 14pt trebuchet MS;
    color: #0536af;
    text-decoration: none;
    margin: 0 0 0 0;
}


.heading_44
{
    font: 20pt trebuchet MS;
    color: #212121;
    text-decoration: none;
    margin: 0 0 0 0;
}

#right_badge_area
{
    width: 107px;
    height: 73px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

#logincredentials
{
    width: 270px;
    height: 20px;
    float: left;
    margin-top: -40px;
    margin-right: 0px;
    margin-left: 535px;
}

#logincredentials_display
{
    width: 200px;
    height: 40px;
    float: left;
    margin-top: 40px;
    margin-left: 0px;
}

#content_inner-green
{
    width: 885px;
    padding: 5px 0px 10px 20px;
    background-image: url(../../images/go-green-bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

#content_inner
{
    width: 885px;
    padding: 5px 0px 10px 20px;
}

.comma_why_building_search
{
    background-image: url(../../images/comma_why_building_search.gif);
    width: 537px;
    height: 44px;
    background-repeat: no-repeat;
    font: 22px trebuchet MS;
    color: #67b29a;
    text-decoration: none;
    padding: 10px 0 0 40px;
    clear: both;
    margin-left: 180px;
}

.comma_services_n_features
{
    background-image: url(../../images/comma.gif);
    height: 79px;
    background-repeat: no-repeat;
    width: 672px;
    font: 22px trebuchet MS;
    color: #67b29a;
    text-decoration: none;
    padding: 10px 0 0 40px;
    clear: both;
    margin-left: 105px;
}
.comma
{
    background-image: url(../../images/comma.gif);
    height: 79px;
    background-repeat: no-repeat;
    width: 672px;
    font: 22px trebuchet MS;
    color: #67b29a;
    text-decoration: none;
    padding: 10px 0 0 40px;
    clear: both;
    margin-left: 105px;
}

.heading_12
{
    font: bold 12px verdana;
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dashed #999999;
    padding-bottom: 4px;
}


.heading12
{
    font: bold 12px verdana;
    color: #666666;
    text-decoration: none;
    padding-bottom: 4px;
}


.heading12_new
{
    font: 12px verdana;
    color: #666666;
    text-decoration: none;
    padding-bottom: 4px;
    margin: 2px 0 0 10px;
    float: left;
}


.heading11_new
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    padding-bottom: 4px;
    margin: 2px 0 0 5px;
    float: left;
}

.heading12_blue
{
    font: bold 12px verdana;
    color: #1988DA;
    text-decoration: none;
    padding-bottom: 4px;
}

.heading22_blue
{
    font: bold 22px trebuchet MS;
    color: #1988DA;
    text-decoration: none;
    padding-bottom: 4px;
}

.heading18_blue
{
    font: bold 18px trebuchet MS;
    color: #1988DA;
    text-decoration: none;
    padding-bottom: 2px;
}

.blue_bold
{
    font: bold 11px verdana;
    color: #1988DA;
    text-decoration: none;
}

.blue_text
{
    font: 11px verdana;
    color: #0074CD;
    text-decoration: none;
}

.rowpad .ajax__calendar_container
{
    background-color: #ffffff;
    border: solid 1px #999999;
    padding: 2px;
}

.rowpad tr td
{
    background-color: #ffffff;
     border-bottom: solid 1px #ffffff;
    padding: 1px 1px 1px 1px;
}

.signup_broker_free_15_35_heading
{
    margin: -25px 0 0 0;
    font: 18px trebuchet MS;
    color: #787878;
    text-decoration: none;
}

.signup_broker_free_15_35_heading_blue
{
    margin: 0 0 0 0;
    font: 18px trebuchet MS;
    color: #1988DA;
    text-decoration: none;
}

.signup_broker_free_15_35_heading_gray
{
    margin: 0 0 0 0;
    font: 18px trebuchet MS;
    color: #C6C6C6;
    text-decoration: none;
}

.signup_broker_free_15_35_heading_yellow
{
    margin: 0 0 0 0;
    font: 18px trebuchet MS;
    color: #F4C021;
    text-decoration: none;
}


.broker_heading_italic
{
    font: 18px trebuchet MS;
    color: #727272;
    font-style: italic;
    margin: 0 0 10px 0;
}


.broker_heading_italic_green
{
    font: 18px trebuchet MS;
    color: #679712;
    font-style: italic;
    margin: 0 0 10px 0;
}

#broker-list ol
{
    list-style-type: upper-latin;
    list-style: decimal;
    font: 12px verdana;
    color: #993300;
}

.normal_text_list
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 170%;
}

.normal_text_list1
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 220%;
}

.normal_text_list2
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
    line-height: 220%;
    margin: 10px 20px 20px 30px;
}

.flaot-right
{
    float: right;
    margin: 0 0 10px 10px;
}

.flaot-left
{
    float: left;
    margin: 0 10px 10px 0;
}

.signup-bt
{
    z-index: 100;
    position: relative;
    left: 0px;
    top: 390px;
    display: inline;
}
.signup-bt2
{
    z-index: 100;
    position: relative;
    left: 0px;
    top: 340px;
    display: inline;
}


.normal_text_small
{
    font: 10px verdana;
    color: #666666;
    text-decoration: none;
}


.normal_link
{
    font: 11px verdana;
    color: #0074CD;
    text-decoration: underline;
}

.normal_link:hover
{
    font: 11px verdana;
    color: #c00000;
    text-decoration: underline;
}

.normal_link1
{
    font: 11px verdana;
    color: #0074CD;
    text-decoration: none;
}

.normal_link1:hover
{
    font: 11px verdana;
    color: #c00000;
    text-decoration: none;
}


.input_right
{
    margin-left: 275px;
    padding: 6px 0 0 0;
    font: 11px verdana;
    color: #000000;
    text-decoration: none;
}

.input_right2
{
    margin-left: 0px;
    padding: 6px 0 0 0;
    text-align: left;
    text-decoration: none;
}

.input_right_short
{
    margin-left: 130px;
    padding: 6px 0 0 0;
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

.input_left_short
{
    float: left;
    padding: 8px 0px 0 0;
    width: 110px;
    text-align: right;
    clear: both;
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}
.input_left_short_Dark
{
    float: left;
    padding: 8px 0px 0 0;
    width: 110px;
    text-align: right;
    clear: both;
    font: 11px verdana;
    color: #000000;
    text-decoration: none;
}


.input_left
{
    float: left;
    padding: 8px 0px 0 0;
    width: 270px;
    text-align: right;
    clear: both;
    font: 11px verdana;
    color: #000000;
    text-decoration: none;
}

.input_left2
{
    float: left;
    padding: 8px 0px 0 0;
    width: 270px;
    text-align: right;
    clear: both;
    font: 11px verdana;
    text-decoration: none;
}

.pic
{
    background-image: url(../../images/pic1.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 360px;
    height: 161px;
}
.pic1
{
    background-image: url(../../images/pic2.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 273px;
    height: 127px;
    float: left;
    padding-right: .7em;
    margin-bottom: .7em;
}

.pic3
{
    background-image: url(../../images/pic3.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 360px;
    height: 156px;
    float: left;
    padding-right: .7em;
}

.pic4
{
    background-image: url(../../images/pic4.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 232px;
    height: 126px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}


.pic5
{
    background-image: url(../../images/pic5.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 232px;
    height: 126px;
    float: left;
    padding-right: .7em;
}


.pic6
{
    background-image: url(../../images/pic6.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 146px;
    height: 547px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}

.piccenter
{
    background-image: url(../../images/pic6.jpg);
    background-repeat: no-repeat;
    width: 146px;
    height: 547px;
    padding-left: .7em;
    padding-bottom: .7em;
    margin-left: auto;
    margin-right: auto;
}


.pic7
{
    background-image: url(../../images/pic7.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 126px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}



.pic8
{
    background-image: url(../../images/pic8.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 156px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}



.pic9
{
    background-image: url(../../images/pic9.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 106px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}


.pic10
{
    background-image: url(../../images/pic10.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 186px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}


.pic11
{
    background-image: url(../../images/pic11.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 156px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}




.pic12
{
    background-image: url(../../images/pic12.jpg);
    background-repeat: no-repeat;
    width: 272px;
    height: 156px;
    float: right;
    margin-left: .7em;
    padding-bottom: .7em;
}


.pic13
{
    background-image: url(../../images/pic13.jpg);
    background-repeat: no-repeat;
    width: 272px;
    height: 156px;
    float: right;
    margin-left: .7em;
    padding-bottom: .7em;
}


.pic14
{
    background-image: url(../../images/pic14.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 156px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}

.pic15
{
    background-image: url(../../images/pic15.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 272px;
    height: 156px;
    float: right;
    padding-left: .7em;
    padding-bottom: .7em;
}


.pic16
{
    background-image: url(../../images/pic16.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 588px;
    height: 392px;
    padding-right: .7em;
    padding-bottom: .7em;
}


.pic17
{
    background-image: url(../../images/pic17.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 242px;
    height: 303px;
}

#wrapper
{
    margin: 0 auto;
    text-align: left;
    width: 1080px;
}

#body-bg
{
    margin: 0 auto;
    text-align: left;
    width: 980px;
}

.nonlink_block_title
{
    color: #212121;
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
}

.blue_links
{
    color: #1988DA;
    text-decoration: none;
    line-height: 1.2;
}

.blue_links:hover
{
    color: #333333;
    text-decoration: none;
}

.red_links_block
{
    color: #FC0707;
    display: block;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.5;
}

.blue_links_block
{
    color: #0536af;
    display: block;
    font-size: 11px;
    text-decoration: none;
    line-height: 1.5;
}

.blue_links_block_title
{
    color: #20376f;
    display: block;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.5;
    font-weight: bold;
}

.blue_links_inline
{
    color: #0536af;
    font-size: 11px;
    display: inline-table;
    text-decoration: none;
    line-height: 1.5;
}
.blue_links_block:hover
{
    color: #333333;
    text-decoration: none;
}

.error
{
    color: #ff0000;
    text-decoration: none;
}

.errorddl
{
    color: #333333;
    background-color: #ffffff;
}

.blue_links:hover
{
    color: #333333;
    text-decoration: none;
}
.links_bold
{
    font: bold 11px verdana;
    color: #787878;
    text-decoration: none;
}
.links_bold:hover
{
    font: bold 11px verdana;
    color: #c00000;
    text-decoration: none;
}

.blue_links_bold
{
    font: bold 11px verdana;
    color: #1988DA;
    text-decoration: none;
}

.blue_links_bold:hover
{
    font: bold 11px verdana;
    color: #333333;
    text-decoration: none;
}

.blue_links_bold_padding
{
    font: bold 11px verdana;
    color: #1988DA;
    text-decoration: none;
    line-height: 30px;
}

.blue_links_bold_padding:hover
{
    font: bold 11px verdana;
    color: #333333;
    text-decoration: none;
    line-height: 30px;
}

.titletext1
{
    font-size: 15px;
    color: #212121;
    font-weight: bold;
}


.titletext2
{
    font-size: 12px;
    color: #212121;
    font-weight: bold;
}

.smalltext1
{
    font-size: 11px;
    color: #666666;
}

.smalltextfooter
{
    font-size: 11px;
    color: #666666;
    background-image: url('/images/footer_bg.jpg');
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
    height: 99px;
}


#mainNavigation_rightcap
{
    float: left;
    width: 11px;
}

ul#nav
{
    float: left;
    width: 1080px; /*Width of Menu Items */
    background: #345870;
    border-left: 1px solid #506197;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    text-align: left;
}

#nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1;
}

#mainNavigation
{
    float: left;
    width: 1080px;
    margin-top: 10px;
}
.blogtitle
{
    text-transform: uppercase;
    font-size: 109%;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #212121;
    font-weight: bold;
}

.blogtitle:hover
{
    text-transform: uppercase;
    font-size: 109%;
    text-decoration: none;
    color: #e3e3e3;
}

ul#nav li a
{
    display: block;
    text-decoration: none;
    color: #fff;
}

ul#nav li a.top
{
    text-transform: uppercase;
    font-size: 100%;
}

ul#nav li
{
    float: left;
}

/* submenu definition */
ul#nav li ul
{
    position: absolute;
    left: -999em;
    font-weight: normal;
    width: 140px;
    z-index: 100;
    border: 5px solid #345870;
    background: #345870;
    margin-left: 0px;
}
/* end submenu definition */

ul#nav li ul li
{
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    text-indent: 0;
    display: block;
    float: none;
    margin-bottom: 3px;
}

ul#nav li ul li a
{
    color: #fff;
    text-decoration: none;
    display: block;
    background: #345870; /* IE6 Bug */
    padding: 2px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #345870;
    border-bottom: 1px solid #345870;
    border-left: 1px solid #345870;
}
/* end drop down styles */

ul#nav li ul li a:hover
{
    color: #fff;
    background: #345870;
    text-decoration: underline;
}

ul#nav li ul li a.hl
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background: #345870;
}

ul#nav li ul li a.hl:hover
{
    color: #fff;
    background: #345870;
    text-decoration: none;
    font-weight: bold;
}

ul#nav li:hover ul, ul#nav li.over ul
{
    left: auto;
    color: #fff;
}

ul#nav li.home, ul#nav li.search, ul#nav li.market, ul#nav li.services, ul#nav li.post, ul#nav li.aboutus
{
    margin: 0;
    padding: 0 0 0 15px;
    cursor: pointer;
}
ul#nav li a.top
{
    padding: 8px 25px 8px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    min-height: 16px;
}

ul#nav li.home:hover, ul#nav li.search:hover, ul#nav li.market:hover, ul#nav li.services:hover, ul#nav li.post:hover, ul#nav li.aboutus:hover, ul#nav li.over
{
    background-position: left -80px;
}
ul#nav li.home:hover a.top, ul#nav li.search:hover a.top, ul#nav li.market:hover a.top, ul#nav li.services:hover a.top, ul#nav li.post:hover a.top, ul#nav li.aboutus:hover a.top, ul#nav li.over a.top
{
    background-position: right -80px;
    color: #e3e3e3;
}


ul#nav li:hover a.top, ul#nav li.home_on a, ul#nav li.search_on a
{
}



/* begin hover styles */

ul#nav li.home, ul#nav li.home_on a
{
}
ul#nav li.home_on, ul#nav li.search_on, ul#nav li.market_on, ul#nav li.services_on, ul#nav li.post_on, ul#nav li.aboutus_on
{
    margin: 0;
    padding: 0 0 0 15px;
    cursor: pointer;
    background-position: left -80px;
}


ul#nav li.home_on a.top, ul#nav li.search_on a.top, ul#nav li.market_on a.top, ul#nav li.services_on a.top, ul#nav li.post_on a.top, ul#nav li.aboutus_on a.top
{
    background-position: right -80px;
    color: #e3e3e3;
}




.float-holder-left
{
    margin: 0px 0 -10px -5px;
}



.nav2 div
{
    width: 150px;
    position: absolute;
    margin: -29px 0 0 0;
    left: -3000px;
    padding: 2px;
    color: #fff;
}




.float-holder-left .nav2 div.zone
{
    padding: 0;
    width: 150px;
    height: 10px;
    left: -3000px;
    top: auto;
    bottom: 0px;
}

.float-holder-left .nav2 li:hover div.zone
{
    left: 0;
}

.float-holder-left li:hover div div, .float-holder-left div li:hover div div
{
    left: -3000px;
}



.float-holder-left li:hover div, .float-holder-left div li:hover div
{
    left: 138px;
    top: 0 auto;
}



/* Rounded Bucket Containers */

.bucket-container
{
    position: relative;
}

.bucket-container-icon .hdr-main span
{
    padding-left: 35px;
}
.bucket-container .hdr-main, .bucket-container .hdr-alpha, .bucket-container .hdr-beta, .bucket-container .hdr-gamma
{
    margin: 0 5px 0 0 !important;
}

.bucket-container-icon .bucket-hdr-icon
{
    position: absolute;
    z-index: 21;
    top: 5px;
    padding: 5px 5px 0 15px;
}



.bucket-container .bucket-hdr-abs
{
    position: absolute;
    z-index: 20;
    top: 5px;
    padding: 0 5px 0 5px;
}

.bucket-container .bucket-content
{
    padding: 5px 10px 0 20px;
}

.input_left_login
{
    float: left;
    padding: 8px 0px 0 0;
    width: 350px;
    text-align: right;
    clear: both;
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

.input_left_request
{
    float: left;
    padding: 8px 0px 0 0;
    width: 290px;
    text-align: right;
    clear: both;
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

#tenant_button
{
    background: url(../../images/tenant-button.jpg) no-repeat;
    width: 188px;
    height: 57px;
}

#tenant_button_loginbg
{
    background: url(../../images/tenant-buttonbg.jpg) no-repeat;
    width: 188px;
    height: 57px;
}

#corp_button_loginbg
{
    background: url(../../images/corp-buttonbg.jpg) no-repeat;
    width: 188px;
    height: 57px;
}

#agent_button_loginbg
{
    background: url(../../images/agent-buttonbg.jpg) no-repeat;
    width: 188px;
    height: 57px;
}

#vendor_button_loginbg
{
    background: url(../../images/vendor-buttonbg.jpg) no-repeat;
    width: 188px;
    height: 57px;
}


#tenant_button1
{
    background: url(../../images/tenant_buyer.gif) no-repeat;
    width: 184px;
    height: 110px;
}


#tenant_button1_new
{
    background: url(../../images/tenant_buyer_new.gif) no-repeat;
    width: 177px;
    height: 110px;
}


#tenant_button1_home
{
    background: url(../../images/tenant_buyer_home.jpg) no-repeat;
    width: 159px;
    height: 48px;
}

#broker_button1_home
{
    background: url(../../images/broker_buyer_home.jpg) no-repeat;
    width: 159px;
    height: 48px;
}


#premium_button1_home
{
    background: url(../../images/premium_broker_home.jpg) no-repeat;
    width: 159px;
    height: 48px;
}

#vendor_button1_home
{
    background: url(../../images/vendor_home.jpg) no-repeat;
    width: 159px;
    height: 48px;
}

#owner_button1_home
{
    background: url(../../images/owner_home.jpg) no-repeat;
    width: 159px;
    height: 48px;
}



.input_list
{
    font: 11px verdana;
    color: #757575;
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    width: 300px;
    height: 18px;
}

.input_textarea
{
    font: 11px verdana;
    color: #757575;
    background-color: #FFFFFF;
    border: 1px solid #BCBCBC;
    width: 296px;
    height: 80px;
}

.body_text
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

.arrow-heading
{
    margin: 0 0 5px 0;
    font: 17px trebuchet MS;
    color: #787878;
    text-decoration: none;
}

.arrow-heading1
{
    margin: 0 0 5px 0;
    font: bold 12px verdana;
    color: #787878;
    text-decoration: none;
}

.normal_text
{
    font: 11px verdana;
    color: #666666;
    text-decoration: none;
}

.bucket-container .bucket-hdr-width
{
    width: 980px;
}

.map_head_text
{
    font-size: 1.4em;
    color: #878686;
    padding: 0px 0px 0 0px;
    float: left;
    width: 220px;
}


.map_head_text_small
{
    font-size: 1.1em;
    color: #878686;
    float: left;
    width: 530px;
}

.bucket-top
{
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 10px;
}

.bucket-top span
{
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
}

.bucket-content
{
}

.bucket-grad-top
{
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 10px;
}

.bucket-grad-top span
{
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
}

.bucket-grad-content
{
    border-left: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
}

.bucket-grad-content-in
{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0 10px 0 10px;
}


.bucket-btm
{
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}

.bucket-btm span
{
    display: block;
    margin: 0;
    padding: 10px 0 0 0;
}

#screenBox
{
    width: 744px;
    height: 500px;
    padding: 12px 12px 12px 12px;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    background-color: #F9F9B2;
    font: normal 15px/18px Arial, sans-serif;
}
#screenBox.screenMain
{
    background-color: #f5f5f5;
    border-bottom-width: thin;
    border-color: #000000;
    border-bottom-style: solid;
}

#screenBox a, #screenBox a:visited
{
    color: #ffffff;
    text-decoration: none;
}
#screenBox ul
{
    list-style-image: url(/images/signin/arrow.gif);
    text-align: left;
}
#screenBox ul p
{
    font-size: 13px;
}
#screenBox ul.screenProfileList
{
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none outside none;
}
#screenBox ul.screenProfileList li
{
    width: 178px;
    height: 166px;
    padding-left: 10px;
    overflow: hidden;
    float: left;
}
#screenBox ul.screenProfileList li a
{
    width: 176px;
    height: 0;
    padding-top: 166px;
    display: block;
    background-position: top right;
    background-repeat: no-repeat;
}
#screenBox ul.screenProfileList li a:hover
{
    background-position: top left;
}

.screenTopTitle
{
    width: 744px;
    margin-top: 0px;
}

#screenAlready
{
    margin: 0;
    position: absolute;
    bottom: 50px;
    left: 380px;
    color: #fff;
    font-size: 13px;
}

.clear
{
    clear: both;
}
.screenTop
{
    height: 300px;
}
.screenLeftCol, .screenRightCol
{
    padding-left: 20px;
    float: left;
}
.screenLeftCol
{
    width: 330px;
    margin-top: 25px;
}
.screenRightCol
{
    width: 374px;
    margin-top: 25px;
}
.screenShort
{
    margin-top: 30px;
}

.screenMembers
{
    padding: 0;
}

.screenCatIconBox, .screenBodyText
{
    float: left;
    position: relative;
}
.screenCatIconBox
{
    width: 180px;
}
.screenCatIconBox p
{
    margin: 35px 0 0 0;
}
.screenBodyText
{
    width: 510px;
    color: #fff;
    text-align: left;
    margin-left: 24px;
}

/* Forms
--------------------*/

#screenBox form a
{
    color: #555;
}
#screenBox form
{
    margin: 0;
}
#screenBox label
{
    margin-bottom: 2px;
}
.screenTop form p
{
    font-size: 11px;
}
.screenCheckbox
{
    width: 20px;
    display: block;
    float: left;
    text-align: left;
}
#screenBox label.screenCheckbox
{
    width: 300px;
    font-size: 12px;
    margin-bottom: 10px;
}
.screenLeftCol label
{
    font-size: 15px;
    line-height: 18px;
}
.screenRightCol
{
    line-height: 13px;
    font-size: 13px;
}
.screenRightCol label, .screenRightCol input, .screenRightCol select
{
    display: block;
    width: 100%;
}
.screenRightCol input
{
    border-top: 1px solid #444;
    border-right: 1px solid #666;
    border-bottom: 1px solid #999;
    border-left: 1px solid #666;
}
.screenInputShort, .screenInputLong
{
    padding: 0 12px 15px 0;
}
.screenInputShort
{
    width: 166px;
    float: left;
    text-align: left;
}
.screenInputShortMsg
{
    width: 250px;
    float: left;
    text-align: left;
}
.screenInputShort input
{
    width: 164px;
}
.screenInputLong
{
    width: 344px;
    text-align: left;
}
.screenInputLong input
{
    width: 342px;
}

/* Added for Go button Alignment in Lead Management */
.go:link, .go:visited
{
    margin: 3px 0px 0px 0px;
    display: inline-block;
    padding-left: .4em;
    font: 10px verdana;
    background-color: #e3e3e3;
    color: #333333;
    border: 1px solid #666666;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: .4em;
    padding-bottom: .4em;
    text-decoration: none;
}


/* Telerik Controls */
.PagerButton
{
    padding: 1px;
    cursor: pointer;
    border: 0px;
    background: transparent url(../../images/telerik/first.gif) no-repeat scroll center;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.PagerButton:hover
{
    border: 1px solid #9EB6CE;
    padding: 0px;
}

.FirstPage
{
    background: transparent url(../../images/telerik/first.gif) no-repeat scroll center;
}

.PrevPage
{
    background: transparent url(../../images/telerik/prev.gif) no-repeat scroll center;
    margin-right: 6px;
}

.NextPage
{
    background: transparent url(../../images/telerik/next.gif) no-repeat scroll center;
}

.LastPage
{
    background: transparent url(../../images/last.gif) no-repeat scroll center;
}

