﻿
/* **************** standard text tags ***************/

strong
{
    font-weight: bold;
}

span
{
    clear: none;
    float: none;
    display: inline;
}


/************************ end of standard text tags ************************************/

/*********************** Standard Column Widths ****************************************/
.col45
{
    width: 45px !important;
}

.col90
{
    width: 90px !important;
}

.col110
{
    width: 110px !important;
}

.col120
{
    width: 120px !important;
}

.col150
{
    width: 150px !important;
}

.col180
{
    width: 180px !important;
}

.col360
{
    width: 360px !important;
}

.col540
{
    width: 540px !important;
}

.col720
{
    width: 720px !important;
}

/************************ end of standard column Widths *********************************/
.col288
{
    width: 288px !important;
}

.col220
{
    width: 220px !important;
}


.col195
{
    width: 195px !important;
    height: 146px;
}

.col140
{
    width: 140px !important;
}

.col466
{
    width: 463px !important;
}


.col154
{
    width: 154px !important;
}

.col215
{
    width: 215px;
    margin-right: 5px;
}


/************************ floats start *********************************/
.float
{
    float: left;
    margin: 5px;
}

.floatright
{
    float: right;
    margin: 0px;
}

/************************ floats end *********************************/



/************************ margins start *********************************/

.margin5
{
    margin: 5px;
}

.margin10
{
    margin: 10px;
}

.marginleft10
{
    margin-left: 10px;
}

.marginright4
{
    margin-right: 5px;
}

.marginright5
{
    margin-right: 5px;
}

.marginright8
{
    margin-left: 0px;
}

.margintop10
{
    margin-top: 10px;
}

.margintop5
{
    margin-top: 5px;
}
/************************ margins end *********************************/


/************************ Padding start *********************************/

.paddingLeft60
{
    padding-left: 60px;
}

/************************ Padding end *********************************/

/************************ input controls, links and navigation *************************/
input[type=submit]
{
    border: solid 1px #8C1F16;
    background: #AE221C;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#af211c), to(#8a1f16));
    background: -moz-linear-gradient(top, #af211c, #8a1f16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af211c', endColorstr='#8a1f16');
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin: 0px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    vertical-align: middle;
    font-family: Arial;
}

.btn_sendsendBtn.png
{
    background-image: url(../images/btn_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 32px !important;
    width: 155px !important;
    margin: 0px;
    padding: 0px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: small;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial;
}

.input_sml[type=submit]
{
    background-image: url(../images/btn_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 32px !important;
    width: 65px;
    margin: 0px;
    padding: 0px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: small;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial;
}


.button[type=submit]
{
    background-image: url(../images/btn_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 32px;
    width: 65px;
    margin: 0px;
    padding: 0px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: small;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial;
}

.button-bond
{
    background-image: url(../images/btn_back.png);
    background-repeat: repeat-x;
    background-position: center center;
    height: 32px;
    width: auto;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: small;
    vertical-align: middle;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}





a.button, a.btn, a.button_bug, a.btn_contact, div.btn_contact
{
   text-align: center;
border: solid 1px #7B180F;
background: #AF211C;
font-size: 12px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 15px;
padding-right: 15px;
background: -webkit-gradient(linear, left top, left bottom, from(#AF211C), to(#8A1F16));
background: -moz-linear-gradient(top, #AF211C, #8A1F16);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF211C', endColorstr='#8A1F16');
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
cursor: pointer;
margin-right: 9px;
color:#fff !important;
}

div.btn_contact
{
    cursor: auto;
    margin-left: 0px !important;
}

a.btn_contact
{
    cursor: auto;
    margin-left: 0px !important;
}

.btn_search
{
    height: 30px;
    background-color: #f0f0f0;
    border: solid 1px #d5d5d5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e0e0e0));
    background: -moz-linear-gradient(top, #f0f0f0, #e0e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#e0e0e0');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 0px;
    margin-left: 3px;
    margin-right: 3px;
    border: 0px;
    color: #4093b9;
    cursor: pointer;
    display: inline-block;
    font-size: small;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    max-width: 171px;
}

.actions2 .btn
{
    width: 100px;
}


a.button_bug
{
    background-image: url(../images/toolbar_bug.png);
    vertical-align: middle;
    white-space: nowrap;
}

a.button_bug.img
{
    display: block;
    border: 2px solid #000;
    margin: auto;
}



a.btn_contact, div.btn_contact
{
    display: block;
    width: 91%;
}


a.button:hover, a.btn:hover, a.btn_sml:hover, a.button_bug:hover
{
    color: #fff;
    text-decoration: none;
}

a.button:active, a.btn:active, a.btn_sml:active, a.button_bug:active
{
    color: #fff;
    text-decoration: none;
}
a.button:visited, a.btn:visited, a.btn_sml:visited, a.button_bug:visited
{
    color: #fff;
    text-decoration: none;
}


/************************ END input controls, links and navigation *************************/


.header .HeaderSideMenu
{
    float: right;
    margin: auto;
    width: 230px;
    margin-top: 65px;
    text-align: right;
    line-height: 1.9em;
}

.header .HeaderSideMenu div
{
    display: inline;
    clear: none;
    white-space: nowrap;
}

.HeaderSideMenu p
{
    display: inline;
    clear: none;
}

.HeaderSideMenu span
{
    float: left;
    margin-left: 20px;
}

.HeaderSideMenu input
{
    display: inline;
    border:solid 1px #656565;
    height:23px;
    clear: none;
  
    width: 110px;
    margin-left: 3px;
    float: left;
}

a.btn_sml
{
    width: 20px;
    height: 15px;
    float: right;
    text-align: center;
    font-size: 12px;
    border: solid 1px #8C1F16;
    background: #AE221C;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#af211c), to(#8a1f16));
    background: -moz-linear-gradient(top, #af211c, #8a1f16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af211c', endColorstr='#8a1f16');
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    margin: 0px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    line-height: normal;
}


/*****************************************  Data capture Row *******************/


div.dataCapture, div.dataCapture p
{
    margin: .5em 0;
    text-align: left;
    line-height: 1.5em;
}

div.dataCaptureHeader
{
    padding: 8px;
    padding-left: 19px;
    text-align: left;
    font-weight: bolder;
    font-size: larger;
    color: #333;
}

div.dataCaptureHeader button
{
    float: left;
    margin-right: 10px;
}



div.dataCaptureFooter
{
    padding: 0px;
    clear: both;
    float: none;
    text-align: right;
}

div.dataCaptureFooter marginright
{
    margin-right: 10px;
}

div.dataCaptureFixedRow
{
    height: 32px;
}

div.dataCaptureRow, div.dataCaptureFixedRow
{
    padding: 8px;
    clear: left;
}

.dataCaptureHeader, .dataCaptureRow, .dataCaptureFooter
{
}

div.dataCaptureColumn
{
    float: left;
    padding-left: 11px;
    clear: none;
    display: inline-block;
    white-space: nowrap;
}

div.dataCaptureColumn p
{
    clear: none;
    float: left;
    color: #222;
    padding: 0px;
    margin: 0px;
    width: auto;
    white-space: normal;
}

div.dataCaptureRow input, div.dataCaptureColumn select
{
    width: 100%;
    clear: none;
}


div.dataCaptureRow input[type=submit]
{
    padding-left: 11px;
    padding-right: 11px;
}

span.likeAnchor
{
    color: #005A94;
    cursor: pointer;
}
span:hover.likeAnchor
{
    text-decoration: underline;
}

/*************************** END DataCapture Control************************ */

/***************************BEGIN ListSelector Control************************ */

div.listSelectorContainer
{
    clear: left;
}

div.listSelectorContainer p
{
    float: none;
}

div.listSelectorContainer div
{
    float: left;
}

div.listSelectorContainer input[type=text], div.listSelectorContainer select
{
    height: 170px;
    width: 175px;
    border: 1px solid #8595B2;
}

div.listSelectorContainer input[type=button]
{
    width: 40px;
}

div.listSelectorContainerSubmitBar
{
    background-color: #fefefe;
    clear: both;
    height: 30px;
    padding: 13px;
    vertical-align: middle;
    text-align: right;
}

div.listSelectorContainerLeftPanel
{
    float: left;
    width: 175px;
    clear: left;
}
div.listSelectorContainerRightPanel
{
    float: left;
    width: 175px;
}

div.listSelectorContainerRightPanel p
{
    float: none;
}

div.listSelectorContainerCenterPanel
{
    text-align: center;
    float: left;
    width: 100px;
    padding-top: 50px;
}

/***************************END ListSelector ************************ */

/*************************** H tags BEGIN ************************ */


h1
{
    font-size: 22px;
}
h2
{
    font-size: 19px;
}
.heading2
{
    font-size: 19px;
}
h3
{
    font-size: 17px;
}
h4
{
    font-size: 15px;
}
h5
{
    font-size: 12px;
}
h6
{
    font-size: 11px;
}


/*************************** H tags END ************************ */


p.UserMessage, span.UserMessage, p > span /* IE 6 ignores this, but we dont need to have anything specific for it*/
{
    color: #000;
}

p.UserWarningMessage, span.UserWarningMessage
{
    font-size: 103%;
    color: #ff6600;
}

p.UserErrorMessage, span.UserErrorMessage
{
    font-size: 108%;
    color: #FF0000;
}

div.help
{
    background-color: #FFFFDD;
    border: 1px solid #999;
    padding-left: 10px;
    background: url(../images/roundedbox.png) #fff no-repeat left top;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 9px;
    background: url(../images/roundedbox.png) #fff no-repeat right top;
    padding-top: 10px;
    background: url(../images/roundedbox.png) #fff no-repeat right bottom;
    padding-top: 10px;
    padding: 11px;
}


/*****************prop iq *********************/

#propiq_div
{
    width: 975px;
    height: 344px;
    background-image: url(/Reports/images/propiq_bg.jpg);
    margin: auto;
}

#propiq_bodycopy
{
    width: 660px;
    height: 237px;
    float: right;
    margin-right: 20px;
    padding: 10px;
    margin-top: 5px;
}

#propiq_bodycopy h4
{
    color: #1b5c96;
    margin: 0px;
    padding: 0px;
}

#propiq_colomn
{
    width: 320px;
    height: auto;
    float: left;
}


#propiq_link
{
    width: 273px;
    height: 242px;
    margin-top: 10px;
    float: left;
}

#property_api_link
{
    width: 270px;
    height: 227px;
    margin-top: 10px;
    float: left;
    border: solid 1px red;
}

/*****************prop iq *********************/

/*****************windeed *********************/

#windeed_div
{
    width: 975px;
    height: 344px;
    background-image: url(/Reports/images/windeed_bg.jpg);
    margin: auto;
}

#windeed_bodycopy
{
    width: 660px;
    height: 237px;
    float: right;
    margin-right: 20px;
    padding: 10px;
    margin-top: 5px;
}

#windeed_bodycopy h4
{
    color: #1b5c96;
    margin: 0px;
    padding: 0px;
}

#windeed_colomn
{
    width: 320px;
    height: auto;
    float: left;
}


#windeed_link
{
    width: 273px;
    height: 242px;
    margin-top: 10px;
    float: left;
}

#windeed_api_link
{
    width: 270px;
    height: 227px;
    margin-top: 10px;
    float: left;
    border: solid 1px red;
}

/*****************prop iq *********************/


/*********************************************error pages*******************************************/

.error_wrapper
{
    height: 240px;
    text-align: center;
    font-size: 14px;
}

.error_wrapper h1
{
    font-size: 18px;
    margin: 0px;
    margin-bottom: 15px;
}

.oops_colomn_text
{
    width: 550px;
    height: auto;
    float: left;
}


/********************************************* expired listing page styles *****************************/

.sold-expired
{
    height: 20px;
    background-image: url(../images/gradiant.jpg);
    background-repeat: repeat-x;
    color: White;
    text-align: center;
    font-size: 16px;
    padding-top: 2px;
    margin-top: 5px;
}

.details-table
{
    border-color: #EAEAEA;
    border-width: 1px;
    border-style: solid;
}

/************************************ Latest listings *******************************************/

.latestlisting_text
{
    margin-left: 5px;
    height: 40px;
    padding-left: 5px;
}

.latestlisting
{
    padding: 5px;
    margin: 1px;
}

.latestlisting_text h1
{
    font-size: 10px;
}

.latestlisting_text h2
{
    font-size: 12px;
    margin: 0px;
    color: #000;
}

.latestlisting_text .heading2
{
    font-size: 12px;
    margin: 0px;
    color: #000;
}


/************************************ mobile redirect open *******************************************/


.mobile_body
{
    background-color: #fff;
    background-repeat: repeat-x;
    margin: 0px;
    font-family: Trebuchet MS, Arial, "Helvetica" , sans-serif;
    color: #333;
    line-height: 1.25em;
    width: 100%;
    height: 100%;
}

.content
{
    height: 100%;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
}


/************************************ mobile redirect close *******************************************/


/***********************************************************************************************/

.red
{
    color: Red;
}

.centre
{
    text-align: center;
}


/***********************************************************************************************/

#embedded_wrapper
{
    float: left;
    margin: 0px;
    border: solid 1px red;
}

.generate_btn
{
    color: Red;
}

/**************************************** padding options open ***********************************/

.pading5
{
    padding: 5px;
}

/**************************************** padding options close ***********************************/

/**************************************** FullReport image block start ***********************************/

.listingphotogallery
{
    width: 384px;
}
.listingphotogallery img
{
    vertical-align: top;
}
.listingphotogallery .container
{
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px;
}
.listingphotogallery .container ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    height: 288px;
    position: relative;
}
.listingphotogallery .container ul li
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.listingphotogallery .container ul li.active
{
    z-index: 1;
}
.listingphotogallery .listingthumbnail-holder
{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.listingphotogallery .listingthumbnail-holder div
{
    width: 338px;
    overflow: hidden;
    position: relative;
}
.listingphotogallery .listingthumbnail-holder ul
{
    float: left;
    display: inline;
    width: 99999px;
}

.listingphotogallery .listingthumbnail-holder ul li
{
    padding: 2px;
}

.listingphotogallery .listingthumbnail-holder ul li.active
{
    border: 2px solid #4093B9;
    padding: 0px;
}

.listingphotogallery a.link-prev, .listingphotogallery a.link-next
{
    margin: 9px 0 0 0px;
    float: left;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
}
.listingphotogallery a.link-prev
{
    background: url(/App_Themes/MainTheme/images/arrow_left_23x23.png) no-repeat;
    width: 23px;
    height: 23px;
    margin-left: 0;
}
.listingphotogallery a.link-next
{
    background: url(/App_Themes/MainTheme/images/arrow_right_23x23.png) no-repeat;
    width: 23px;
    height: 23px;
    float: right;
}

.listingphotogallery ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.listingphotogallery div ul li
{
    float: left;
    width: 52px;
    padding: 0 2px;
}
.listingphotogallery .container ul li
{
    padding: 0;
}

.block_image
{
    width: 384px;
    height: 28px;
    position: absolute;
    z-index: 3;
}

.block_btn
{
    background: url(/App_Themes/MainTheme/images/block.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 28px;
    float: right;
}
/**************************************** FullReport image block end ***********************************/

.reserved_sold
{
    height: 25px;
    width: 384px;
    position: absolute;
    z-index: 3;
}

.zoom
{
    height: 41px;
    width: 47px;
    position: absolute;
    margin-top: 247px;
    margin-left: 337px;
    z-index: 3;
}

.listingImageCaption
{
    margin: 5px;
}

.captionouter
{
    position: absolute;
    width: 337px;
    height: 20px;
    bottom: 0px;
    left: 0px;
    z-index: 0;
    background-color: black;
    color: white;
    opacity: 0.7; /* for IE */
    filter: alpha(opacity=70);
    text-align: left;
    overflow: hidden;
}



/***************************************** edit icon on full article page begin ***************************************/

.task_bar
{
    width: 600px;
    height: 25px;
    padding: 5px;
    background: #f5f5f5;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}


.icon_block
{
    padding-left: 10px;
    float: left;
}

/***************************************** edit icon on full article page end ***************************************/

.border
{
    border: solid 1px black;
}


.roundedboxgrey
{
    padding: 10px;
    background-color: #efefef;
    border: solid 1px #626262;
}

.textleft
{
    text-align: left;
    border: solid 1px red;
}

.trend-caption
{
    width: 595px;
    padding: 10px;
    font-weight: 600;
    color: #000;
    margin-left: 1px;
}
.photo-caption
{
    width: 242px;
    padding: 10px;
    background-color: #cce2f2;
    border: solid 1px #aac4d6;
    color: #2e799b;
    margin-top: -7px;
    margin-right: 9px;
}
.popular-list ul
{
    list-style-type: none;
    margin-left: 16px;
    padding: 0px;
}
.popular-list ul li
{
    list-style-type: square;
    margin-left: 8px;
    color: #005a94;
    padding: 0px;
    margin: 0px;
}

.AgentLogoSize
{
    max-width: 190px;
    max-height: 104px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.agentdetails
{
    width: 550px;
    height: 550px;
    display: none;
}

.left
{
    float: left;
}

.googleIcon
{
    width: 93px;
    height: 31px;
}

.facebookIcon
{
    width: 93px;
    height: 31px;
    margin-left: 10px;
}

.calcField
{
    width: 92px;
    height: 27px;
    background: none;
    border: none;
    background: url(/App_Themes/MainTheme/images/calc-field.gif);
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
}

.calcSymbol
{
    width: 27px;
    height: 22px;
    float: left;
    background: url(/App_Themes/MainTheme/images/calc-symbol.gif);
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-right: 5px;
    color: White;
    padding-top: 5px;
    text-align: center;
}

.calcTitle
{
    text-align: left;
    height: 27px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#mapcanvas
{
    float: right !important;
}


.bond
{
    width: 55px;
    height: 22px;
    background: url(/App_Themes/MainTheme/images/bond.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}


.totalamount
{
    width: 30px;
    height: 300px;
    background: url(/App_Themes/MainTheme/images/totalamount.png);
    float: left;
}


.months
{
    width: 600px;
    height: 30px;
    background: url(/App_Themes/MainTheme/images/months.png);
    float: right;
}

.sendTextField
{
    width: 188px;
    height: 20px;
    border: solid 1px #8a929a;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #666666;
    padding-left: 5px;
    padding-top: 4px;
}

.sendTextmessage
{
    width: 188px;
    height: 117px;
    border: solid 1px #8a929a;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: #666666;
    padding-left: 5px;
    padding-top: 3px;
    font-family: Arial;
}

.default
{
    margin-left: 0px;
}


.more_details
{
    margin-left: 5px;
}

.default
{
    margin-left: 0px;
}

.reportTitle
{
    width: 100%;
    height: 22px;
    background-image: url(/App_Themes/MainTheme/images/contactTitleBg.gif);
    background-repeat: repeat-x;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 5px;
    color: #fff !important;
    font-size: 13px;
    padding-top: 4px;
    border-top: solid 1px #4e4e4e;
}

/*-------------------------------------------------------------------Vire details button on property tile----------------------------------------------------------------*/

.btnViewdetails
{
    text-align: center;
    border: solid 1px #7b180f;
    background: #af211c;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#af211c), to(#8a1f16));
    background: -moz-linear-gradient(top, #af211c, #8a1f16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af211c', endColorstr='#8a1f16');
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    cursor: pointer;
    float: right;
    margin-right: 9px;
    margin-top: 20px;
}
.btnViewdetails:hover
{
    text-decoration: none;
}
.btnViewdetails a
{
    color: #fff !important;
    text-decoration: none;
}
.btnViewdetails:hover
{
    text-decoration:none;
}

/*-------------------------------------------------------------------Favourite button on property tile----------------------------------------------------------------*/

.btnMarkFavourite
{
    width: 21px;
    height: 22px;
    background-image: url(/App_Themes/MainTheme/images/listingmakefavorite.png);
    background-repeat: no-repeat;
    float: right;
    margin-right: 3px;
    margin-top: 33px;
    color: #fff;
    padding-left: 5px;
    padding-top: 7px;
}
.btnUnFavourite
{
    width: 21px;
    height: 22px;
    background-image: url(/App_Themes/MainTheme/images/listingunfavorite.png);
    background-repeat: no-repeat;
    float: right;
    margin-right: 3px;
    margin-top: 33px;
    color: #fff;
    padding-left: 5px;
    padding-top: 7px;
}

/*------------------------------------------------------------------Send agent message div----------------------------------------------------------------*/

.sendAgentMessageWrapper
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.sendBtn
{
    width: 193px;
    height: 23px;
    background-image: url(/App_Themes/MainTheme/images/sendBtn.gif);
    background-repeat: no-repeat;
    margin-top: 10px;
    text-align: center;
    padding-top: 5px;
}
.sendBtn a
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

/*------------------------------------------------------------------Full Report check box-----------------------------------------------------------------*/

.checkboxAlert
{
    padding: 5px;
    min-height: 10px;
    padding-top: 5px;
    width: 184px;
    background: #e3e3e3;
    margin-top: 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.checkboxAlert:hover
{
    cursor: pointer;
}
.checkboxAlert .checkbox
{
    margin-right: 5px;
    float: left;
    margin-top: 0px;
}
.checkboxAlert input
{
    margin-top: 0px;
}
.checkboxAlert .alertIcon
{
    background-image: url(/App_Themes/MainTheme/images/alert.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    float: left;
}
.checkboxAlert:hover .alertIcon
{
    background-image: url(/App_Themes/MainTheme/images/alertOver.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.checkboxAlert span
{
    color: #ac0b06;
    line-height: 15px;
    float: left;
}
.checkboxAlert p
{
    color: #000;
    line-height: 10px;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.t-count
{
    display: none;
    border: solid 1px red;
}

/*------------------------------------------------------------------Share icons on the full report page--------------------------------------------------*/

.twitter-share-button
{
    text-align: left;
    padding-top: 2px;
    margin-right: 2px;
}
.printIcon
{
    margin-top: 3px;
}
.connect_widget
{
    display: none !important;
}
.button_count
{
    display: none !important;
}
.noteField
{
    width: 392px;
    margin-left: 10px;
    margin-top: 0px;
}
.noteTitle
{
    width: 80px;
    height: 25px;
    background-color: #666666;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
}

.mapSection
{
    margin-left: 10px;
    width: 618px;
}
.mapSection .googleMapholder
{
    /* border:solid 1px #8c8c8c;*/
    width: 618px;
}
.mapSection .googleMapholder .googleMaps
{
    border: solid 1px #8c8c8c;
    width: 618px;
}
.mapSection .listingmaptabs a
{
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f0f0f0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: solid 1px #c4c4c4;
    border-top: solid 1px #c4c4c4;
    border-right: solid 1px #c4c4c4;
}
.mapSection .listingmaptabs a:hover
{
    background-color: #454545;
    background-image: url(/App_Themes/MainTheme/images/contactTitleBg.gif) !important;
    color: #fff !important;
    text-decoration: none;
}
.selected
{
    background-color: #454545;
    background-image: url(/App_Themes/MainTheme/images/contactTitleBg.gif) !important;
    color: #fff !important;
}
.btnSave
{
    width: 61px;
    height: 21px;
    background-image: url(/App_Themes/MainTheme/images/saveBtn.gif);
    background-repeat: no-repeat;
    text-align: center;
    color: #fff !important;
    padding-top: 4px;
}
.btnSave a
{
    color: #fff !important;
    text-decoration: none;
}

/*-----------------------------------------------------------------Tweet and Facbook icon wrappers---------------------------------------------------------*/
.twitterWrapper
{
    width: 97px;
    overflow: hidden;
    text-align: right;
    padding-right: 3px;
}
.facebookWrapper
{
    width: 90px;
    overflow: hidden;
    text-align: right;
    padding-right: 0px;
}


/*------------------------------------------------------------------ AmenitiesDiv on the full report page ------------------------------------------------*/
.AmenitiesDiv .col220
{
    width: 220px;
    float: left;
    border: solid 1px #f1efef;
    height: 25px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    padding-top: 10px;
}
.AmenitiesDiv .col275
{
    width: 275px;
    float: left;
    border: solid 1px #f1efef;
    height: 25px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 3px;
    padding-top: 10px;
}
.AmenitiesDiv .col80
{
    width: 80px;
    float: left;
    border: solid 1px #f1efef;
    height: 25px;
    margin-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}
.AmenitiesDiv .title
{
    background-color: #f2f2f2 !important;
}
.analysisError
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}


.dialogButtons
{
    color: Red !important;
}

.ie6Banner
{
    width: 100%;
    height: 40px;
    background-image: url(/App_Themes/MainTheme/images/ieBg.jpg);
    background-repeat: repeat-x;
    display: none;
}
.ie6BannerContainer
{
    width: 951px;
    margin: auto;
}
.ie6Banner a
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    float: left;
}
.ieWarning
{
    width: 42px;
    height: 40px;
    background-image: url(/App_Themes/MainTheme/images/ieWarning.jpg);
    background-repeat: no-repeat;
    float: left;
}

#ListDateDiv
{
    font-size: 10px !important;
    border: solid 1px red;
}

.col180
{
    width: 180px;
    float: left;
}
.tableTitle
{
    height: 25px;
    min-height: 20px;
    padding-top: 5px;
}
.tableRow
{
    width: 185px;
    min-height: 20px;
    padding-top: 5px;
    float: left;
}



/*------------------------------------------------------------------ Buttons for the SignUp and LogIn pages ------------------------------------------------*/

.loginWrapper
{
    padding: 10px;
    border: 1px solid #dedede;
    background-color: #f0f0f0;
    float: left;
}


/*------------------------------------------------------------------ Property tile overlay styles ------------------------------------------------*/

.propertyTileOverlay
{
    position: absolute;
    top: 3px;
    left: 3px;
}



.newsletter .btn
{
    font-size: 12px;
    text-align: center;
    float: left !important;
    margin-right: 9px;
    margin-top: 20px;
    border: solid 1px #7b180f;
    background: #af211c;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#af211c), to(#8a1f16));
    background: -moz-linear-gradient(top, #af211c, #8a1f16);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af211c', endColorstr='#8a1f16');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    color: #fff;
}


.twitterbutton
{
    width: auto !important;
    overflow: hidden;
    text-align: right;
    padding-right: 2px;
    padding-left: 4px !important;
    padding-top: 0px !important;
    height: 22px !important;
    margin-top: -2px !important;
}

.socialactions
{
    height: 24px;
}

/*------------------------------------------------------------------Agent Zone Styles-----------------------------------------------------------------*/
.agentzone .buttonColomn
{
    width: 160px;
    height: 350px;
    float: left;
    padding-top: 0px;
    margin-top: 0px;
}

.agentzone ul li
{
    padding: 0px;
    margin-left: 20px;
    list-style-type:disc;
}


.agentzone .contentColomn
{
    width: 455px;
    height: 540px;
    float: left;
    margin-left: 10px;
    
}


.whyBtn
{
    width: 147px;
    height: 55px;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton1.png);
}
.whyBtn:hover
{
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton1Hover.png);
}

.whoBtn
{
    width: 147px;
    height: 55px;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton2.png);
}
.whoBtn:hover
{
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton2Hover.png);
}

.featuresBtn
{
    width: 147px;
    height: 55px;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton3.png);
}
.featuresBtn:hover
{
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton3Hover.png);
}

.networkBtn
{
    width: 147px;
    height: 55px;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton4.png);
}
.networkBtn:hover
{
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton4Hover.png);
}

.propctrlBtn
{
    width: 147px;
    height: 55px;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton5.png);
}
.propctrlBtn:hover
{
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton5Hover.png);
}

.signupBtn
{
    width: 147px;
    height: 55px;
    margin-bottom: 1px;
    cursor: pointer;
    display: block;
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton6.png);
}
.signupBtn:hover
{
    background-image: url(/App_Themes/MainTheme/images/agentZonebutton6Hover.png);
}



.agentzone .col50Percent
{
    width: 225px;
    float: left;
}

.usefulLinks a
{
    text-decoration: none;
    margin-top: 3px;
}
.usefulLinks a:hover
{
    text-decoration: underline;
    color: #005a94;
}
.usefulLinks li
{
    background-image: url(../images/rowdot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-left: 0px;
    padding-left: 0px;
    line-height: 21px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.clearDiv
{
    display: none;
}


/*------------------------------------------------------------------Affordability Calc Styles-----------------------------------------------------------------*/

.redButton
{
    color: #fef4e9;
    border: solid 1px #8c1f16;
    background: #ae221c;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d52b24), to(#ae271c));
    background: -moz-linear-gradient(top,  #d52b24,  #ae271c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d52b24', endColorstr='#ae271c');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.redButton:hover
{
    background: #cd2a23;
    background: -webkit-gradient(linear, left top, left bottom, from(#cd2a23), to(#931914));
    background: -moz-linear-gradient(top,  #cd2a23,  #931914);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd2a23', endColorstr='#931914');
}

.blueButton
{
    color: #fef4e9;
    border: solid 1px #0293c0;
    background: #00b6ef;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#00b6ef), to(#00a9de));
    background: -moz-linear-gradient(top,  #00b6ef,  #00a9de);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6ef', endColorstr='#00a9de');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.blueButton:hover
{
    background: #00a5d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a5d8), to(#0293c0));
    background: -moz-linear-gradient(top,  #00a5d8,  #0293c0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5d8', endColorstr='#0293c0');
}


.calButtons
{
    color: #616161;
    border: solid 1px #dddddd;
    background: #efefef;
    padding: 4px;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#dddddd));
    background: -moz-linear-gradient(top,  #efefef,  #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dddddd');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.calButtons:hover
{
    background: #dfdede;
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdede), to(#cacaca));
    background: -moz-linear-gradient(top,  #dfdede,  #cacaca);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdede', endColorstr='#cacaca');
}

.calButtonsSelected
{
    color: #fff;
    border: solid 1px #a6a6a6;
    background: #c4c4c4;
    padding: 4px;
    padding-left: 15px;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 15px;
    background: #c4c4c4;
    background: -webkit-gradient(linear, left top, left bottom, from(#c4c4c4), to(#a6a6a6));
    background: -moz-linear-gradient(top,  #c4c4c4,  #a6a6a6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#a6a6a6');
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.randSymbol
{
    color: #616161;
    font-size: 14px;
    margin-right: 10px;
    height: 20px;
    width: 12px;
    padding-top: 5px;
}

.acalcField
{
    width: 100px;
    height: 25px;
    background: none;
    border: none;
    background-repeat: no-repeat;
    border: solid 1px #cccccc;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
}

.basicAdvancedOption
{
    font-size: 14px;
    cursor: pointer;
    margin-left: 65px;
}

.dottedSpacer
{
    border-bottom: dotted 1px #ccc;
    width: 100%;
}

.marginTop5
{
    margin-top: 5px;
}

.BasicText
{
    font-size: 16px;
}
.AdvancedText
{
    font-size: 16px;
}


.helpIcon
{
    background-color: #f0f0f0;
    font-size: 11px;
    padding: 1px;
    color: #333;
    padding-left: 5px;
    padding-right: 5px;
    border: solid 1px #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.helpIcon:hover
{
    background-color: #ae211c;
    border: solid 1px #941a15;
    color: White;
    text-decoration: none;
}

.signUp ul
{
    padding: 0px;
    margin: 0px;
}

.signUp ul li
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.signUp ul li p
{
    font-size: 19px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
}

.signUpTextField
{
    width: 115px !important;
    padding: 3px !important;
   
    border: none;
    border: solid 1px #b2b2b2;
}

.alertNotifier
{
    border: solid 1px #67a8c9;
    background-color: #fefee2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    color: #000;
    font-size: 12px;
}

.alertNotifier a
{
    padding: 5px;
}

.alertNotifier a:hover
{
    text-decoration: none;
}

.agencySearchTextBox
{
   padding-top: 3px;
padding-bottom: 3px;
width:175px;
}
input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#000000 !important;
}
