﻿/*Global*/
html
{
    margin: 0 auto;
    padding: 0px;
}

body
{
    font-size: 76%; /* Global font-size */
    font-family: Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    margin: 0px;
    padding: 0px;
    background: #fff !important;
    background-image: none;
}

form
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    margin-top: 30px;
    margin-bottom: 30px;
}

p
{
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    color: #333333;
}
p.italic
{
    font-style: italic;
}

pre
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: none;
    margin: none;
}

h1
{
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}

h2
{
    font-size: 18px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px; /*margin-bottom: 5px;*/
}
h3
{
    font-size: 14px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
}

a
{
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}

a.boldtext
{
    color: #666666;
    text-decoration: none;
    font-weight: bold;
}

a.formAlert /*The alert when some of the information in the form is lost*/
{
    text-decoration: none;
    font-weight: normal;
    color: Red;
}

.break
{
    clear: both;
}

.hidden
{
	visibility:hidden;
	display:none;
}

div.listBorder
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    margin-bottom: 3px;
    margin-top: 3px;
}

div.glob_Body /*All pages except pop up windows should have the most outside div in this class*/
{
    width: 830px;
    margin: 0px auto; /*important*/
    text-align: center;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    position: relative;
    
    padding: 2px;
}



div#footer
{
    text-align: right;
    font-size: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #CCCCCC;
    padding-top: 5px;
    margin-top: 5px;
}

div#homeContent
{
    text-align: left;
}

/*Sub Static Content*/
div#content
{
    text-align: left;
}

div#content .sub_navi
{
    width: 200px;
    float: left;
    /*padding: 10px 0px 10px 0px;*/
}

div#content .sub_content
{
    width: 600px;
    float: right;
    padding: 10px 0px 10px 15px;
    /*border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #CCCCCC;*/
    
}

/*Master Default*/
div#home .header /*Including banner, logo, navigation bar and others*/
{
    text-align: left;
}

div#home #banner
{
    width: 600px;
    height: 406px;
    overflow: hidden;
}

div#home #logo
{
    width: 275px;
    position: absolute;
    top: 25px;
    right: 25px;
}

div#home #userlogin
{
    width: 185px;
    height: 105px;
    position: absolute;
    top: 100px;
    border: solid 1px #CCCCCC;
    background-color: #666666;
    color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    padding-top: 10px;
    right: 30px;
}

div#home #userlogin input.alert
{
    border-style: none;
    margin-top: 6px;
    width: 125px;
    height: 25px;
    background-color: #FFE512;
    color: Black;
    font-size: 12px;
}

div#home #searchboxHolder
{
    width: 185px;
    position: absolute;
    top: 225px;
    right: 30px;
    height: 160px;
}

/*Master Sub*/
div#sub .header /*Including banner, logo, navigation bar and others*/
{
    text-align: left;
}

div#sub #banner
{
    width: 609px;
    height: 98px;
    overflow: hidden;
}

div#sub #logo
{
    width: 275px;
    position: absolute;
    z-index: 200;
    top: 25px;
    right: 25px;
}

div#sub #sitename
{
	width: 350px;
	float:right;
	margin:25px;
}

div#leftNavi
{
    float: left;
    width: 185px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left:5px;

}

div#subContentPlaceHolderOuter
{
	float:right; 
	display:inline;
	width:610px;
}

div#subContentPlaceHolder
{
	margin: 10px 0px 10px 10px;
	/*border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;*/
}

div#_SearchBox
{
    margin-top: 10px;
}


/*Home Content*/
div#homepageContent
{
    width: 100%;
    padding: 5px;
}

div#homepageContent #promo /*promotion for a free book offer in the noonanshute site*/
{
    width: 100%;
    background-color: Yellow;
    padding-bottom: 5px;
    padding-top: 5px;
}

/*Homepage featured properties*/
div#featuredProperties /*Three featured properties boxes in the homepage only*/
{
    width: 100%;
    text-align: center;
}

div#featuredProperties #featuredLeft
{
    float: left;
    width: 260px;
    padding: 5px 0px 5px 0px;
    margin-left: 5px;
}

div#featuredProperties #featuredRight
{
    float: right;
    width: 260px;
    padding: 5px 0px 5px 0px;
    margin-right: 5px;
}

div#featuredProperties #featuredMiddle
{
    width: 250px;
    padding: 5px 5px 5px 5px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
    margin-left: 290px;
}

div#featuredProperties #feature
{
    width: 250px;
}

div#featuredProperties div.featureImgDiv
{
    width: 150px;
    height: 115px;
    border: 1px solid #CCCCCC;
    background-color:#fff;
    padding: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left:20px;
}

div#featuredProperties img#featureImg
{
    width: 150px;
    border:none;
}

/*Listing*/
div#listBody
{
    width: 570px;
    font-family: Verdana, Arial, Helvetica, 'Sans Serif';
    color: #666666;
    font-size: 12px;
	position: relative;
}

div#listBody div.pageSelect
{
    text-align: center;
}

div#listBody div.pageSelect .pgSelect
{
    background-color: #CCCCCC;
    border: 1px solid #999999;
    padding: 0px 2px 0px 2px;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}

div#listBody div.pageSelect
{
	text-align: center;
}

div#listBody div.pageSelect div.totalResult
{
	float: left;
	width: 120px;
}

div#listBody div.pageSelect div.resultSelect
{
	float: right;
	width: 180px;
}

div#listBody div.pageSelect div.pageSelect
{
	width: 100%;
	text-align: center;
}

div#listBody div.pageSelect .curSelect
{
    background-color: #808080;
    border: 2px solid #333333;
    padding: 0px 2px 0px 2px;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

div#listBody div.listItem
{
    padding: 10px 0;
    zoverflow: hidden;
    border-top: 1px solid #ddd;
}

div#listBody a.listImageLink
{
    float: left;
    zmargin-right: 15px;
    zborder: 1px solid #c2c2c2;
    padding: 2px;
}

div#listBody img.listImage
{
    border: none;
    width: 157px;
    border: 1px solid #c2c2c2;
}

div#listBody div.listPrice
{
    float: left;
    font-weight: bold;
    color: #9d9d9a;
    width: 240px;
    margin-bottom: 10px;
}

div#listBody div.listFeature
{
    float: right;
    font-weight: bold;
    color: #9d9d9a;
    width: 150px;
    text-align: right;
}

div#listBody div.listDetail
{
    width: 380px;
    float: left;
    margin-right: 0px;
}

div#listBody div.listMoreDetail
{
    text-align: right;
    color: #666666;
    font-weight: bold;
    padding-right: 50px;
}

div#listBody a.listMoreDetail
{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}

/*Search*/
div#searchBox
{
    background-color: #FFFFEA;
    border: 1px solid #C0C0C0;
    padding: 3px;
    width: 170px;
    padding-left: 10px;
    margin-top: 10px;
    
}

div#searchBox #searchTitle
{
    text-align: center;
    background-color: #FFFFCC;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    font-weight: bold;
    font-size: 12px;
}

div#searchBox ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

div#searchBox li
{
    padding: 2px 0px 2px 0px;
    margin: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}


div#searchBox div.display
{
    display: block !important;
    visibility: visible !important;
}


div#searchBox select.long
{
    width: 164px;
    font-size:10px;
}

div#searchBox select.short
{
    width: 80px;
    font-size:10px;
}

div#searchBox #inputButton
{
    text-align: right;
    font-size: 10px;
}

div#searchBox input
{
    width: 75px;
    padding: 2px 15px;
    cursor: pointer;
    background-color: #666;
    border: none;
    color: #fff;
    margin: 2px;
    font-size: 10px;
}

/*Property Detail*/
div#detailContent
{
    width: 580px;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

div#detailContent #detailBody
{
    width: 580px;
    font-family: Verdana, Arial, Helvetica, 'Sans Serif';
    color: #666666;
    font-size: 12px;
}

div#detailContent #detailBody div#toolsList /*a tool list including more info request, email friend, more image etc.*/
{
    float: right;
    padding: 20px 0px 10px 10px;
    width: 150px;
    color: #666666;
    z-index: 1000;
    background: #fff;
}

div#detailContent #detailBody div#toolsList ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div#detailContent #detailBody div#toolsList ul li
{
    width: 130px;
    border: 1px solid #000;
    margin: 2px 0px 0px 0px;
    text-align: center;
    text-transform: capitalize;
}

div#detailContent #detailBody div#toolsList a.list
{
    font-weight: normal;
    text-decoration: none;
}

div#detailContent #detailBody div#toolsList a.lightbox
{
    font-weight: normal;
    text-decoration: none;
}

div#detailContent #detailBody div#propertyDescription /*Property Description*/
{
    zwidth: 550px;
}

div#detailContent .detailAbout
{
	font-family: Verdana, Arial, Helvetica, 'Sans Serif';
	white-space: pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap !important;
	word-wrap: break-word;
	padding: 0;
	margin: 0;
}

div#detailContent #detailBody div#propertyDescription div#addressBar
{
    height: 25px;
    margin-bottom: 5px;
    color: #666;
}

div#detailContent #detailBody div#propertyDescription .detailAbout
{
    font-family: Verdana, Arial, Helvetica, 'Sans Serif';
    Width:420px;	
wWORD-WRAP: break-word; /* Internet Explorer 5.5+ */
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
overflow: hidden;
    padding: 0;
    margin: 0;
}

div#detailContent #detailBody div#propertyDescription ul.feature
{
    float: left;
    list-style: none;
    width: 150px;
    padding: 0;
    margin: 0;
}

div#detailContent #detailBody div#extraDetails /*including the property overview and the agent detail*/
{
    width: 580px;
    float: left;
    margin-bottom: 20px;
}

div#detailContent div#extraDetails #propertyOverview
{
    width: 260px;
    float: left;
}

div#detailContent div#extraDetails #agentDetail
{
    width: 260px;
    float: left;
    margin-left:20px;
}

div#detailContent div#extraDetails table
{
    width: 260px;
    font-size: 0.9em;
}

div#detailContent div#extraDetails table td
{
    vertical-align: top;
    padding: 5px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c2c2c2;
    color: #333333;
}

div#detailContent div#extraDetails table td.title
{
    width: 80px;
}

div#detailContent div#extraDetails table td.desc /*Description*/
{
    width: 180px;
}

div#detailContent div#map_canvas /*google map canvas*/
{
    width: 500px;
    height: 300px;
}

div#detailContent img.propertyPhoto
{
    width: 135px;
    height: 100px;
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
    float: left;
    border: 1px solid #c2c2c2;
    padding: 2px;
}

div#detailContent img.propertyPhoto#mainImg
{
    width: 415px;
    height: 325px;
    display: block;
    margin-left: 0px;
}

/*Property Detail Print*/
form.print
{
    border: none;
}

div#printBody
{
    border: 3px solid #CCCCCC;
    width: 575px;
    /*margin: 0px auto;*/
    padding: 15px;
    position: relative;
}

div#printBody div#printLogo
{
}

div#printBody div#propId
{
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-color: #C0C0C0;
    border-bottom-color: #C0C0C0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}

div#printBody img.propertyPhoto
{
    width: 135px;
    height: 100px;
    margin-left: 10px;
    margin-bottom: 5px;
    display: block;
    float: left;
    border: 1px solid #c2c2c2;
    padding: 2px;
}

div#printBody img.propertyPhoto#mainImg
{
    width: 415px;
    height: 325px;
    display: block;
    margin-left: 0px;
}

div#printBody div#addressBar
{
    margin-bottom: 5px;
}

div#printBody .propAbout
{
    font-family: Arial, Helvetica, sans-serif;
    width: 540px;
    font-size: 12px;

   wORD-WRAP: break-word; /* Internet Explorer 5.5+ */
   white-space: pre-wrap; /* css-3 */
   white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
   white-space: -pre-wrap; /* Opera 4-6 */
   white-space: -o-pre-wrap; /* Opera 7 */
   overflow: hidden;
    margin: none;
    border: none;
}

div#printBody div#extraDetails
{
    width: 580px;
    float: left;
    margin-bottom: 20px;
}

div#printBody div#propertyOverview
{
    width: 260px;
    float: left;
}

div#printBody div#agentDetail
{
    width: 260px;
    float: right;
}

div#printBody div#extraDetails table
{
    width: 260px;
    font-size: 0.9em;
}

div#printBody div#extraDetails table td
{
    vertical-align: top;
    padding: 5px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c2c2c2;
    color: #333333;
}

div#printBody div#extraDetails table td.title
{
    width: 80px;
}

div#printBody div#extraDetails table td.desc /*Description*/
{
    width: 180px;
}

div#printBody div#printFooter
{
    border-top: solid 2px #CCCCCC;
    padding-top: 2px;
}

/*Static Page*/
fieldset
{
    border: solid 1px #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    width: 500px;
    margin-bottom: 5px;
}

fieldset legend
{
    font-weight: bold;
}

fieldset table td.titleD
{
    width: 150px;
}

fieldset table td.inputD
{
    width: 300px;
}

fieldset table .inputElement
{
    width: 290px;
}

fieldset table .inputElementRed
{
    width: 290px;
    border: solid 1px Red;
}

div#content input.button
{
    width: auto;
    padding: 2px 10px;
    cursor: pointer;
    background-color: #666;
    border: none;
    color: #fff;
    margin: 2px;
}



div.suburbList
{
    float: right;
    width: 135px;
    margin-left: 5px;
}

div.suburbList ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

div.suburbList li
{
    padding: 0px 0px 0px 0px;
    margin: 2px 0px 0px 0px;
}

div.suburbDetail
{
    widtdh: 500px;
}

div#contactDetail
{
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*Staff List*/
div#agentContent
{
    width: 580px;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#agentContent div#agentPhotoHolder
{
    border: 1px solid #FFFFCC;
    width: 78px;
    text-align: center;
    float: left;
    margin-right: 5px;
}

div#agentContent img#agentPhoto
{
    width: 75px;
}

/*Open Time*/
/*Including: open time, auction time*/
div#ofiList
{
    width: 580px;
}

div#ofiList div.propOfi
{
    border-top: solid 1px #CCCCCC;
    padding-top: 5px;
}

div#ofiList div.propOfi td.day
{
    width: 230px;
}

div#ofiList .propOfi td.time
{
    width: 230px;
}

div#ofiList a
{
    color: #666666;
    text-decoration: underline;
    font-weight: bold;
}

/*Pop up box*/
div#popBody
{
    width: 580px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    margin: 0px auto;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

div#popBody table
{
    margin-left: 45px;
}

div#popBody td.infoRequest
{
    width: 180px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
    text-align: right;
}

div#popBody input.text
{
    border: 1px solid #CCCCCC;
    width: 300px;
}

div#popBody textarea
{
    width: 300px;
    border: 1px solid #CCCCCC;
}

div#popBody input.button
{
    width: auto;
    padding: 2px 10px;
    cursor: pointer;
    background-color: #666;
    border: none;
    color: #fff;
    margin: 2px;
}

div#popBody table td.titlePop
{
    width: 150px;
}

div#popBody table td.inputPop
{
    width: 300px;
}

div#popBody table .inputElementPop
{
    width: 290px;
}

/*Form styles*/
legend
{
	color: #4d4d4d;
}


/*Captcha Style*/
.recaptchatable .recaptcha_image_cell, #recaptcha_table
{
    background-color: #FFFFFF !important; /*reCaptcha widget background color*/
}
 
 #recaptcha_table {
   border-color: #CCCCCC !important; /*reCaptcha widget border color*/
 }
 
 #recaptcha_response_field {
   border-color: #CCCCCC !important; /*Text input field border color*/
   background-color:#FFFFFF !important; /*Text input field background color*/
 }


.treelistNode
{
    background-position: left;
    font-size: 0.9em;
    border-bottom-style: Solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    padding: 3px 0px 3px 0px;
    display: block;
	width: 150px;
    background-repeat:repeat-y;
}

.treelistNodeHover
{
    font-size: 0.9em;
    border-bottom-style: dashed;
    border-bottom-width: 3px;
    border-bottom-color: #C0C0C0;
    padding: 3px 0px 2px 0px;
    display: block;
    width: 150px;
    color: #000000;
}
.treelistNodeSelected
{
    font-size: 0.9em;
    border-bottom-style: dashed;
    border-bottom-width: 3px;
    border-bottom-color: #C0C0C0;
    padding: 3px 0px 2px 0px;
    display: block;
    width: 150px;
    color: #000000;
}

.PrintingmainImg
{
    width: 415px;
    height: 325px;
    display: block;
    margin-left: 0px;
	float:left;
}