/* ------------- */
/* core elements */
/* ------------- */

label {
	display: block;
}

#contact-form-error-contact { color: #c00; font-weight: bold; }
#contact-form-error-sched { color: #c00; font-weight: bold; }
#contact-form-error-friend { color: #c00; font-weight: bold; }

/* ---------- */
/* user login */
/* ---------- */

.userloginleft h3 {
	margin-top: 0;
	padding-top: 0;
}

.userloginleft {
	float: left;
	width: 340px;
}

.userloginright h3 {
	margin-top: 0;
	padding-top: 0;
}

.userloginright {
	float: right;
	width: 200px;
	border-left: 2px solid #1e614a;
	padding: 0 20px;
	margin: 0;
}

.buttons { margin: 8px 0 0 35px; }

.buttons input { float: left; }

.login { margin: 11px 0 0 0; }

body>div .login { margin: 0; }


/* --------- */
/* list view */
/* --------- */

table#relistviewwrap {
/*
border: 1px solid #99b3cc;
	background:#bed2e4;
*/
	margin: 10px auto;
	width: 98%;
	border-bottom: 1px solid #ABB6A5;
}

table#relistviewwrap td {
	vertical-align:top;
}

table#navddpl { /*navigator in the list view */
/*	background: transparent url("/ezstatic/data/winningresultsvt/i/bg_grad.gif") repeat-x 0 -5px; 
	border: 1px solid #99b3cc;*/
	font-size:smaller;
	width: 100%;
	margin: 0 0 
}
td.navddplright {
	text-align:right;
}

div.listviewwrap {
clear:both;
margin: 10px 0 0 0;
}
div.listviewleft {
width: 26%;
float:left;
}

div.listviewleft img {
margin: 0 0 20px 0;
}
div.listviewright {
width: 70%;
float:right;
}


/* formats the town name */
.listtown { text-transform: uppercase; }

/* ----------- */
/* detail view */
/* ----------- */

/* horizontal heading */
.mlsnavbar {
	border: 1px solid #dfdddd;
	margin-bottom: 10px;
}

/* horizontal heading favorites area */
.mlsnavbarleft {
	float: left;
	width: 50%;
}

.mlsnavbarleft ul {
	margin: 0;
	padding: 0;
}

.mlsnavbarleft li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 6px;
}

/* horizontal heading pagination */
.mlsnavbarright {
	float: right;
	width: 45%;
}

.mlsnavbarright ul {
	margin: 0;
	padding: 0;
}

.mlsnavbarright li {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0 6px;
}


/* ----------------------- */
/* detail view left column */
/* ----------------------- */

.mlsleftcol {
	float: left;
width: 45%;
	margin: 0;
	padding: 0;
	padding: 0 10px 0 0;
}

/* slide show main image */
#slideshow {
	text-align: center;
}

#slideshow img { padding: 4px; }

/* slide show thumbnails */
.slideshowthumbs { padding-top: 15px; }

.slideshowthumbs img {
	border: 1px solid #ccc;
	padding: 1px;
}

/* slide show navigator */
.slideshownav { padding: 5px 10px; }

.slideshownav a { text-decoration: none; }

.slideshownav img {
	padding: 0 5px;
	vertical-align: middle;
}

/* form ajax area */
.formarea {
	background: #fff;
	width: 294px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 20px;
}

/* style the contact form area */
form.contact {
	margin: 0;
	padding: 3px 10px;
	font-color: #000;
}

form.contact label { color: #000; }

/* set the non form elements to a color */
.layouttable,
.layouttable p { color: #000; }

/* clickable buttons */
ul.subNav {
	height: 22px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

ul.subNav li {
	display: block;
	float: left;
	list-style: none;
	height:0 !important;
	height /**/: 22px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

ul.subNav li { padding: 0; padding-top: 0; }

/* commented backslash hack v2 \*/
ul.subNav li { padding: 0; padding-top: 22px; }
/* end hack */

/* contact us button */
ul.subNav li#contactlink {
	width: 69px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
}

ul.subNav li#contactlink {
	background: url("/ezstatic/data/default/button_contact.gif") no-repeat;
	text-indent: -9999px;
}

ul.subNav li#contactlink.on {
	background: url("/ezstatic/data/default/button_contact-on.gif") no-repeat;
	border: 0;
	text-indent: -9999px;
}

/* email to a friend */
ul.subNav li#emaillink {
	width: 69px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
}

ul.subNav li#emaillink {
	background: url("/ezstatic/data/default/button_email.gif") no-repeat;
	text-indent: -9999px;
}

ul.subNav li#emaillink.on {
	background: url("/ezstatic/data/default/button_email-on.gif") no-repeat;
	border: 0;
	text-indent: -9999px;
}

/* mortgage calculator */
ul.subNav li#mortgagelink {
	width: 87px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
}

ul.subNav li#mortgagelink {
	background: url("/ezstatic/data/default/button_mortgage.gif") no-repeat;
	text-indent: -9999px;
}

ul.subNav li#mortgagelink.on {
	background: url("/ezstatic/data/default/button_mortgage-on.gif") no-repeat;
	border: 0;
	text-indent: -9999px;
}

/* schedule a viewing button */
ul.subNav li#schedulelink {
	width: 69px;
	height: 22px;
	cursor: pointer;
	text-indent: -9999px;
}

ul.subNav li#schedulelink {
	background: url("/ezstatic/data/default/button_schedule.gif") no-repeat;
	text-indent: -9999px;
}

ul.subNav li#schedulelink.on {
	background: url("/ezstatic/data/default/button_schedule-on.gif") no-repeat;
	border: 0;
	text-indent: -9999px;
}

/* submitted error response */
#sackdata p {
	color: #c00;
	font-weight: bold;
}


/* ------------------------ */
/* detail view right column */
/* ------------------------ */

.mlsrightcol {
	float: right;
width: 52%;
	margin: 0;
	padding: 0;
}

.mlsrightcol ul {
	margin: 0;
	padding: 0;
}

.mlsrightcol li { list-style-type: none; }

/* heading information */
.mlstitleinfo {
	border-bottom: 1px dashed #fff;
	margin: 0;
	padding: 0 0 5px 0;
}

/* town info */
.mlstowntitle {
	font-size: 14px;
	font-weight: bold;
}

/* listing number info */
.mlslistid {
	font-style: italic;
	font-weight: bold;
}

/* offered at text info */
.mlsofferedat { text-transform: uppercase; }

/* listing price info */
.mlslistprice { font-weight: bold; }

.mlsrightcol h3 {
	padding: 5px 0;
	margin-bottom: 4px;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
}

.mlsrightcol h4 {
	padding: 0 2px 2px 0;
	margin: 0;
	margin-top: 15px;
	color: #777;
	font-size: 1.15em;
}

/* data column set */
.pvalue1 { }
.pvalue2 { }
.pvalue3 { }
.pvalue4 { }


/* --------------------- */
/* mls footer disclaimer */
/* --------------------- */

.mlsdisclaimer {
	color: #000;
	margin: 20px auto;
	border-top: 1px dashed #fff;
	background:#eaeaea;
	padding: 6px;
}

.mlsdisclaimer img {
	float: left;
	width: 100px;
	background: #fff;
	padding: 4px;
	border: 1px solid #000;

}

.mlsdisclaimer p {
	float: right;
	width: 62%;
	font-size: 10px;
	line-height: normal;

}


/* ------------------------ */
/* auto email notifications */
/* ------------------------ */

div#emailwrapper { 
	width: 540px;
	margin: 0 auto;
	border: 1px solid #000;
}

div#emailmain {
	background: #fff;
	text-align: left;
}

div#emailcontent {
	padding: 7px;
	text-align: left;
}


/* ---------------- */
/* prod search list */
/* ---------------- */

.savedsearch { width: 100%; }

.savedsearch th {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 4px 0;
}

.savedsearch td {
	border-bottom: 1px solid #ccc;
	text-align: left;
	padding: 4px 0;
}

.right { text-align: right; }


/* ------------- */
/* agent manager */
/* ------------- */

.agentname { font-weight: bold; }
.agenttitle { font-style: italic; }

.realtorleft { float: left; width: 150px; }
.realtorright { float: right; width: 430px; }


/* ------------ */
/* fsbo manager */
/* ------------ */

.fsboadd img { border: 0; }
.fsboprofile img { border: 0; }


/* ---------- */
/* print page */
/* ---------- */

#printwrapper { width: 7.50in; }

.printleft {
	float: left;
	width: 50%;
}

.printleftimg {
	float: left;
	width: 50%;
	text-align: center;
}

.printleftimg img {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 0 10px 0;
	text-align: center;
}

.printright {
	float: right;
	width: 50%;
}

.printrightimg {
	float: right;
	width: 50%;
	text-align: center;
}

.printrightimg img {
	border: 1px solid #ccc;
	padding: 4px;
	margin: 0 0 10px 0;
	text-align: center;
}