@charset "utf-8";
/* CSS Document */

/*

---WEBSITE COLOURS---

main link colour (blue) : #0066CC
link hover colour (red) : #af292e
nav link colour (grey) : #999

main text colour : #36424a

*/


* {
	padding:0;
	margin:0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

img {
	border:0;
}

ul, ol {
	margin:0 0 10px 25px;
}

li {
	margin-bottom:4px;
}

p, h1, h2, h3, h4, h5 {
	margin-bottom:10px;
	font-weight:normal;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0066CC;
}

a:link, a:visited {
	color:#0066CC;
}
a:hover {
	color:#af292e;
}

td, th, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36424a;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#36424a;
	background-color:#FFF;
	background-image:url(/images/main-bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	margin-top:5px;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	min-height:0;
	overflow:hidden;
}

.alert {
	color:#af292e;
	font-size:14px;
	background:#F2F2F2;
	padding:5px;
	margin-bottom:20px;
}

#outer {
	width:940px;
	margin:auto;
	text-align:left;
}


/* welcome message, logo & banner css */

#welcomeLogoBanner {
	width:940px;
	height:149px;
	min-height:149px;
}

#welcome {
	width:940px;
	color:#FFF;
	margin-bottom:25px;
	height:19px;
	min-height:19px;
}

#welcome span {
	float:right;
}

#welcome span a:link, #welcome span a:visited {
	color:#fff;
}
#welcome span a:hover {
	color:#fffed7;
}

#logo {
	width:220px;
	float:left;
}
#logo img {
	width:220px;
	height:40px;
}

#banner {
	width:468px;
	height:60px;
	float:right;
}
#banner img {
	width:468px;
	height:60px;
}

/* END */


/* navigation css */

#nav {
	width:940px;
	height:34px;
	min-height:34px;
	margin-bottom:20px;
}

#nav ul, #nav li {
	margin:0;
}

#nav li {
	list-style-type:none;
	float:left;
	height:24px;
	min-height:24px;
	padding:8px 12px 0 12px;
}

.navDivider {
	width:1px;
	background:url(/images/nav-divider.gif) no-repeat center top;
	padding:0 !important;
	height:32px;
	min-height:32px;
}

#nav a:link, #nav a:visited {
	color: #003174;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color:#ce4a02;
	/*text-decoration:underline;*/
	/*font-size:16px;*/
}

/* END */



/* CONTENT CSS */

#content {
	width:940px;
	margin-bottom:40px;
}

#contentFull {
	width:940px;
	background-image:url(/images/940-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-top:10px;
}

.contentFullItem {
	width:900px;
	padding:10px 20px 0 20px;
	background:#FFF;
}

#contentLeft {
	width:300px;
	float:left;
	background:url(/images/300-top.gif) no-repeat left top;
	padding-top:10px;
}

.contentLeftItem {
	width:260px;
	padding:10px 20px 0 20px;
	background:#FFF;
}

.needHelp img {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:10px;
}

#agentLogo {
	width:84px;
	float:left;
}
#agentLogo img {
	width:84px;
	height:54px;;
}

#agentDetails {
	width:156px;
	float:right;
	color:#999;
}

.leftLine {
	width:300px;
	height:1px;
	min-height:1px;
	background:url(/images/300-line.gif) no-repeat left top;
	margin:20px 0;
}

.starNew {
	width:60px;
	height:60px;
	float:right;
	margin:0 0 10px 10px;
}


.iconHolder {
	float:right;
}
.iconHolder img {
	width:16px;
	height:16px;
	vertical-align:middle;
}
.iconHolder a:link, .iconHolder a:visited {
	color:#af292e;
	font-size:12px;
	text-decoration:none;
}
.iconHolder a:hover {
	color:#af292e;
	font-size:12px;
	text-decoration:underline;
}



#contentRight {
	width:620px;
	float:right;
	background:url(/images/620-top.gif) no-repeat left top;
	padding:10px 0;
}

.contentRightItem {
	width:580px;
	padding:10px 20px 0 20px;
	background:#FFF;
}

#saleRent {
	width:auto;
	float:right;
}
#saleRent ul, #saleRent li {
	margin:0;
}
#saleRent li {
	list-style-type:none;
	float:left;
	text-align:center;
	height:24px;
	min-height:24px;
	padding-top:4px;
}

#saleTabOn {
	width:55px;
	background:url(/images/sale-tab-bg.gif) no-repeat left top;
}
#saleTabOff {
	width:55px;
}

#rentTabOn {
	width:64px;
	background:url(/images/rent-tab-bg.gif) no-repeat left top;
}
#rentTabOff {
	width:64px;
}

#saleRent li a:link, #saleRent li a:visited {
	color:#999;
	text-decoration:none;
}
#saleRent li a:hover {
	color:#af292e;
	text-decoration:underline;
}

#stats-rent {
	display:none;
}

#stats-sale, #stats-rent {
	margin-bottom:20px;
}

#lastButtons {
	width:580px;
	padding-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#lastButtons img {
	height:26px;
	margin-right:10px;
}

#hpDropdowns {
	width:auto;
	display:none;
	clear:both;
	padding:5px 0;
}
#hpDropdowns select {
}

#hpTable tr {
	background:#d2e7ff;
}
#hpTable td {
	padding:10px;
	border-bottom:1px solid #FFF;
}

.sixteenPX {
	font-size:16px;
}
.yellowBG {
	background:#fffed7 !important;
}
.lightBlueBG {
	background:#eaf5ff !important;
}
.whiteBG {
	background:#FFF !important;
}


#trailimageid {
	position:absolute;
	visibility:hidden;
	left:0;
	top:-1000px;
	width:1px;
	height:1px;
	z-index:1000;
}

/* END */



/* branch details */

.yourDetails td {
	padding-bottom:10px;
	color:#999;
	font-size:16px;
}

.yourDetails td span, .elevenPX {
	color:#36424a;
	font-size:11px;
	font-weight:normal;
}
.elevenPX {
	color:#999;
}

.myText {
	width:240px;
	height:20px;
	font-size:16px;
	padding:2px;
}

.myText2 {
	width:300px;
	height:20px;
	font-size:16px;
	padding:2px;
}

.myTextarea {
	width:190px;
	height:67px;
	font-size:16px;
	padding:2px;
	margin-bottom:3px;
}

.myTextarea2 {
	width:560px;
	height:125px;
	font-size:12px;
	padding:2px;
}

.mySubmit {
	width:250px;
	font-size:16px;
}

.change a:link, .change a:visited {
	color:#af292e;
	font-size:11px;
	text-decoration:none;
}
.change a:hover {
	color:#af292e;
	font-size:11px;
	text-decoration:underline;
}

.logo {
	width:84px;
	height:54px;
	margin-bottom:3px;
}

#websiteDesignBuild {
	width:204px; /* 244px */
	height:250px; /* 290px */
	padding:20px;
	background:url(/images/website-bg.jpg) no-repeat left top;
	margin-bottom:5px;
}
#websiteDesignBuild h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#000;
}
#websiteDesignBuild p {
	font-size:14px;
	color:#000;
}
#websiteDesignBuild a {
	font-weight:bold;
}

/* END */


/* ADD A PROPERTY */

.butSale, .butRent {
	width:244px;
	height:42px;
}
.butSale {
	margin-right:50px;
}

.instructions span, .addPropertyTable span, .accDet span {
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:18px !important;
	color:#af292e !important;
}

.addPropertyTable {
	width:580px;
}
.addPropertyTable td {
	font-size:16px;
	padding-bottom:10px;
}

.scheduleText {
	font-size:16px;
}

.addPropText1 {
	width:300px;
	height:20px;
	font-size:16px;
	height:20px;
	padding:2px;
}

.addPropText2 {
	width:125px;
	height:20px;
	font-size:16px;
	height:20px;
	padding:2px;
}
.addPropText3 {
	width:140px;
	height:20px;
	font-size:16px;
	height:20px;
	padding:2px;
}

.addPropSelect1 {
	width:310px;
	font-size:16px;
	padding:2px;
}
.addPropSelect2 {
	width:130px;
	font-size:16px;
	padding:2px;
}

#closingdate {
	display:none;
	font-size:16px !important;
	color:#36424a !important;
	font-family:Arial, Helvetica, sans-serif !important;
}

#closingdate select {
	font-size:16px;
	padding:2px;
	width:50px;
}

#descriptioncounter {
	font-size:16px !important;
	color:#36424a !important;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold;
}

.smallLink a:link, .smallLink a:visited {
	font-size:11px;
	color:#af292e;
}
.smallLink a:hover {
	font-size:11px;
	color:#36424a;
}

#addPhotographs, #addSchedule, #addThanks {
	display:none;
}

.thumb {
	width:64px;
	height:48px;
}

.iconDelete {
	width:16px !important;
	height:16px !important;
	margin:0 0 0 10px;
}

.pdf {
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
}

.video {
	width:50px;
	height:36px;
	float:left;
	margin-right:10px;
}
.delIcon {
	width:16px;
	height:16px;
	margin-left:10px;
	vertical-align:middle;
}

.uploadBut {
	width:244px;
	height:42px;
}

.uploadBut2 {
	width:122px;
	height:42px;
}

.qmark {
	width:12px;
	height:12px;
	vertical-align:middle;
}

/* END */


/* MY PROPERTIES */

.myPropertiesKeywords td {
	font-size:16px;
	background:#fffed7;
	padding:5px;
}
.myPropertiesKeywords input, .myPropertiesOptions input {
	font-size:16px;
	padding:1px;
}
.myPropertiesOptions td {
	font-size:16px;
	padding:5px;
}
.myPropertiesOptions select, #branchChooser select, #devChooser select {
	vertical-align:middle;
	font-size:16px;
}
#branchChooser, #devChooser {
	font-size:16px;
	margin-bottom:20px;
}


#myPropertiesTable tr {
	background:#eaf5ff;
}
#myPropertiesTable td {
	padding:5px;
	border-bottom:1px solid #FFF;
	border-right:1px solid #FFF;
}

.archived {
	background:#F2F2F2 !important;
}
.draft {
	background:#fffed7 !important;
}

.darkBlueBG {
	background:#d2e7ff !important;
}
.darkBlueBG a:link, .darkBlueBG a:visited {
	text-decoration:none;
	font-size:14px;
}
.darkBlueBG a:hover {
	text-decoration:underline;
	font-size:14px;
}

.propLink a:link, .propLink a:visited {
	color:#000;
	text-decoration:none;
}
.propLink a:hover {
	text-decoration:underline;
}

.statsBorder {
	border-top:1px solid #999 !important;
	border-bottom:1px solid #999 !important;
}
.statsRow {
	background:#FFF !important;
	white-space:nowrap;
}
.ftText {
	font-size:16px;
}

#lastButtons2 {
	width:375px;
}
#lastButtons2 img {
	height:26px;
}
#lastButtons2 ul {
	margin:0;
}
#lastButtons2 li {
	float:left;
	margin-right:10px;
	list-style-type:none;
}

#hpDropdowns2 {
	width:auto;
	display:none;
	padding:5px 0 0 0;
}
#hpDropdowns2 select {
	width:38px;
}

#myPrint {
	width:auto;
	float:left;
	clear:both;
	padding-top:20px;
}
#myPrint img {
	width:16px;
	height:16px;
	margin-right:5px;
	vertical-align:middle;
}
#myPrint a:link, .myPrint a:visited {
	text-decoration:none;
	font-size:12px;
}
#myPrint a:hover {
	text-decoration:underline;
	font-size:12px;
}

#myPropertiesKeywordsDiv {
	padding-top:10px;
}
#myPropertiesKeywordsDiv {
	height:40px;
}
#myPropertiesKeywordsDiv img {
	width:16px;
	height:16px;
	vertical-align:middle;
}

#myPropertiesKey {
	font-size:14px;
}
#myPropertiesKey img {
	width:20px;
	height:20px;
	vertical-align:middle;
}
#myPropertiesKey div {
	float:left;
	margin-right:15px;
}

/* END */


/* overlay code */

#more_local {
	width:710px; /* 760px */
	height:430px;
	padding:20px;
	border:5px solid #666;
	background:#fff;
	text-align:left;
	overflow:auto;
}

#more_local td {
	padding:3px;
}

#more_local td input {
	vertical-align:middle;
}

#more_local img {
	width:66px;
	height:17px;
	float:right;
	margin:0 0 10px 0;
}



/* END */


/* CONTACT DETAILS PAGE */

.contactDetails img {
	width:16px;
	height:16px;
}

/* END */




/* footer code */

#footer1 {
	width:100%;
	background:url(/images/footer-bg.gif) no-repeat center top;
}

#footer2 {
	width:940px;
	margin:auto;
	text-align:center;
	color:#999;
	font-size:11px;
	padding:65px 0 50px 0;
}

#footer2 a:link, #footer2 a:visited {
	color:#999;
}
#footer2 a:hover  {
	color:#af292e;
}

/* END */


/* log in page */

.logINfield {
	margin-left:20px;
	vertical-align:middle;
}

/* END log in page code */


/* marketing page */

.mark1 {
	width:112px;
	height:104px;
	float:right;
	margin:0 0 10px 10px;
}

.mark2 {
	width:128px;
	height:118px;
	float:right;
	margin:0 0 10px 10px;
}

.markDiv {
	width:540px; /* 580px */
	padding:0 20px;
	margin-bottom:10px;
}

.markDiv span {
	color:#999;
}

.markDiv a:link, .markDiv a:visited, .markDiv a:hover {
	color:#36424a;
	text-decoration:none;
}


/* END */


.thanksMSG {
	width:inherit;
	padding:10px;
	background:#fcf3e9;
	border:1px solid #fbdcba;
	margin-bottom:10px;
	clear:both;
	position:relative;
}
.thanksMSG td h2 {
	padding:0;
	margin:0;
}

#page_dropdown select {
	width: 60px;
}

#noeditor {
	font-size:12px !important;
}



/* website terms and conditions code */

.tcTable td {
	padding:5px;
	font-size:12px;
	color:#000;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

.tcTable td span {
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.tcTable thead tr {
	background:#d2e7ff;
}
.tcTable tbody tr {
	background:#eaf5ff;
}

/* end */


/* NEW s1 style buttons code - May 2009 */

.btn {
	display:inline-block;
    background:none;
    margin:0 !important;
    padding:3px 0;
    border-width:0;
    overflow:visible;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
    text-decoration:none;
    color:#fff;
}

a.btn:link, a.btn:visited, a.btn:hover {
	color:#fff !important;
	text-decoration:none !important;
}

* html button.btn {
	padding-bottom:1px;
}

html:not([lang*=""]) button.btn {
	margin:0 -3px;
}


.btn span {
	background:#4692EA url(/images/bg.gif) repeat-x 0 0;
    margin:0 !important;
    padding:3px 0;
    border-left:1px solid #2f82E8;
    border-right:1px solid #1656AA;
}

* html .btn span {
	padding-top:0;
}

.btn span span {
	position:relative;
    padding:3px .5em;
    border-width:0;
    border-top:1px solid #2f82E8;
    border-bottom:1px solid #1656AA;
}

/* only needed if implementing separate hover/focus/active state for buttons */
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor:pointer; /* important for any clickable/pressable element */
	outline:none;
	background-position:0 -26px;
}
.btn:active span {
    outline:none;
}
.btn:focus, .btn:active {
	outline:none; /* doesn't seem to be respected for <button>, only <a> */
}

.warning-box {
    background: #F7FAC3;
    padding: 10px;
    border: solid grey 0 2px 2px 0;
    margin-bottom: 10px;
}

