@import url("agent.css");
@import url("loading.css");
@import url("header.css");
@import url("footer.css");
@import url("list.css");
@import url("results-sm.css");
@import url("detail.css");
@import url("search.css");
@import url("chat.css");
@import url("overlay.css");
@import url("header_autocomplete_menu.css");
@import url("brian.css");
/* Urban Real Estate CSS Document */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #fff url(../images/bg-body.gif) repeat-y 50% 0;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
	border-top: solid 4px #004481;
}

p {
	margin-bottom: 12px;
}

/* link, visited, hover, active - CSS inheritance & specificity */
a:link
{
	color: #009;
}
a:visited
{
	color: #009;
}
a:hover
{
	color: #00f;
	text-decoration: underline;
}
a:active
{
	color: #009;
}
a img
{
	border: 0px;
}
.photo
{
	/* small photo */ /*	padding: 0; 	width: 70px; 	height: 70px; 	border: 1px solid #ccc; */
}

.photo img
{
	/* small photo */ /*width: 70px; 	max-height: 70px;*/
}

span.status-undercontract {
	/*background-color: Yellow;*/
	color: Yellow;
	height: 28px;
	top: 17px;
	width: 70px;
	left: 0px;
	font-size: 14px;
}

span.status-sold {
	/*background-color: Red;*/
	color: #dd1010;
	height: 16px;
	font-size: 20px;
	top: 15px;
	width: 50px;
	left: 11px;
}

span.status-offmarket {
	/*background-color: #222;*/
	color: Navy;
	height: 28px;
	font-size: 14px;
	top: 9px;
	width: 70px;
	left: 5px;
}

div.photostatus span 
{
	text-transform: uppercase;
	bottom: 0;
	/*font-size: 12px;*/
	font-weight: bold;
	/*opacity: 0.65;*/
	padding: 1px;
	position: absolute;
	text-align: center;
}

div.photostatus  {
	position:relative;
	text-decoration: none;
}



/* end brian */

h1 {
	position: relative;
	padding: 10px 0 0 0;
	clear: both;
	line-height: 36px;
	margin-bottom: 18px;
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #293194;
	text-align: left;
}
h2 {
	padding: 12px 0 2px 0;
	clear: both;
	line-height: 18px;
	margin: 0;
	margin-bottom: 18px;
	color: #293194;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
h6 {
	font-weight: bold;
	font-color: #069;
}



.sm {
	font-size: 9px;
}
.line-blue {
	border-top: solid 2px #004481;
	padding: 8px 0;
	margin: 8px 0;
}

/**********************************************

	2 COLUMN FORMAT FOR MY ACCOUNT PAGE

**********************************************/


body.two-col {
	background-image: none;
}
.two-col div#cont-right { /*holds slim right column */
	min-width: 180px;
	width: 180px;
}
.two-col div#cont-left { /* wider left main column */
	width: 750px;
	padding-left: 10px;
}
.two-col div#cont-left #main-detail { /* holds contents of main column */
	width: 100%;
}

/*  PROPERTY DETAIL INFO */

div#main-detail {
	width: 500px;
	float: left;
	padding-top: 4px;
}
div#main-detail .bottom {
	/* holds bottom info below photo */
	width: 100%;
	clear: both;
	padding: 20px 0;
}
div#main-detail .bottom td {
	padding: 0 4px;
	text-align: left;
	vertical-align: top;
}
div#main-detail .bottom .subhdr {
	/* holds section titles */
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
}
div#main-detail .bottom tr.calc {
	/* mortgage calculator area */
	background-color: #ffc;
}
div#main-detail .bottom select, div#main-detail .bottom input {
	margin: 2px;
}
div#main-detail .bottom input {
	width: 100px;
}
div#main-detail .bottom .calc-button {
	/* holds submit button */

	text-align: center;
	padding: 12px;
}
div#main-detail .bottom input.submitbutton {
	/* submit button */
	width: 160px;
}

/*  CRUMB TRAIL */

.crumb {
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
}
.crumb a, .crumb a:visited, .crumb a:active {
	text-decoration: none;
	color: #666;
}
.crumb a:hover {
	text-decoration: underline;
	color: #666;
}

/**********************************************

	BODY - WRAPS ENTIRE PAGE CONTENT

**********************************************/

#pge-wrap {
	width: 960px;
	min-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/**********************************************

	BODY - CONTENT

**********************************************/

#pge-bodywrap {
	/* holds content under header through footer */
	padding: 0;
	margin: 0;
	width: 960px;
	min-width: 960px;
	min-height: 648px;
	height: auto;
	position: relative;
	display: block;
	background: transparent url(../images/bg-body.gif) repeat-y 50% 0;
	border-top: 3px solid #fff;
	z-index: 100;
}
body.plain #pge-bodywrap {
	background-image: none;
}

#cont-wide {
	width: 100%;
	background: #fff;
	padding: 20px;
}


/**********************************************

	BODY - LEFT COLUMN

**********************************************/

#cont-left {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
	width: 260px;
	height: auto;
	min-height: auto;
	padding-bottom: 30px;
	background: transparent url(../images/bg-cont-lefttop.png) no-repeat left top;
}

/* LEFT MENU */

div#left-menu
{
	padding: 0;
	margin: 0;
	clear: both;
}

div#left-menu ul, li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}
div#left-menu li a
{
	height: 26px;
	padding: 4px 4px 4px 24px;
	margin: 0;
	display: block;
	border-bottom: 1px solid #666;
	text-align: left;
	background-color: #fff;
}

div#left-menu li a:hover
{
	background-color: #f4f4f4;
}

#cont-left h2 {
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 2px 0 8px 0;
	margin-bottom: 0;
}
#cont-left .line {
	margin: 4px 0;
	border-bottom: 1px dotted #999;
}
#cont-left p {
	padding: 8px 14px;
	margin: 0;
}
.lt-feature {
	padding: 10px 0 0 0;
	width: 240px;
	margin: 6px auto;
}

/**********************************************

	LEFT

**********************************************/

.lt-feature {
	padding: 10px 0 0 0;
	width: 240px;
	margin: 6px auto;
}
.lt-box {
	padding: 10px 0 0 0;
	background: #fff url(../images/bg-240_01.gif) no-repeat 0 0;
	border: none;
	width: 240px;
	margin: 12px auto 6px auto;
}
.lt-box .btn {
	text-align: center;
	padding: 0 0 2px 0
}
.lt-box .sm-links {
	text-align: right;
	font-size: 10px;
}
.lt-box .inner { /* hold contents inside rounded box on left */
	padding: 0 4px 0 14px;
}
.lt-box label {
	font: normal 11px Arial, Helvetica, sans-serif;
}
.lt-box input, .lt-box select, .lt-box textarea, #pge-hdr .search input {
	padding: 0 2px;
	border: solid 1px #999;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000; 
	margin-bottom: 4px;
	margin-right: 2px;
	float: left;
	clear: both;
	width: 94%;
}
 #pge-hdr .search input {
     color: #ccc;
	 padding: 4px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
.lt-box .gray input, .lt-box .gray select, .lt-box .gray textarea {
	color: #ccc; 
}
.lt-box input:hover, .lt-box select:hover, .lt-box textarea:hover, #pge-hdr .search input:hover {
	background: #ffc;
}
.lt-box input.checkbox {
	border: none;
	display: inline;
	width: 14px;
	height: 14px;
	position: relative;
	top: -2px;
}
.lt-box .btm {
	clear: both;
	position: relative;
	left: 0;
	height: 10px;
	padding: 0;
	display: block;
	width: 100%;
	background: #fff url(../images/bg-240_02.gif) no-repeat bottom left;
	border: none;
}
#cont-left .lt-box p {
	padding: 2px 0;
	font-size: 11px;
}
#cont-left form label {
	display: block;
	font-weight: bold;
	clear: both;
}
.lt-box h3, h3 {
	clear: both;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height:18px;
	text-transform: uppercase;
	color: #000; /*#293194;*/
}
.lt-box #price {
	width: 210px;
	font: normal 9px Arial, Helvetica, sans-serif;
}
.lt-box #minPrice {
	float: left;
}
.lt-box #maxPrice {
	float: right;
}
.lt-box #bar {
	background:transparent url(../images/bar-price-sm.gif) no-repeat scroll left center;
	height:30px;
	padding:0 30px 0 26px;
	width:150px;
}
.lt-box #handle1, .lt-box #handle2 {
	/* minimum price */
	cursor: E-resize;
}
.lt-box #track {
	/* bar and handles */
	width: 140px;
}
.lt-box .handle {
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	-moz-user-select: none;
	width: 18px;
	height: 30px;
	background-image: url(../images/b-max.gif);
	cursor: E-resize;
}
.lt-box .handleMax {
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	-moz-user-select: none;
	width: 18px;
	height: 30px;
	background-image: url(../images/b-min.gif);
	cursor: E-resize;
}
.lt-box .slider {
	width: 180px;
	margin: 0;
}
.lt-box ul {
	display: block;
	position: relative;
	top: 4px;
	padding-bottom: 20px;
}
.lt-box li {
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	display: inline;
	float: left;
}
.lt-box li a {
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
	height:18px;
	padding: 4px 0;
	margin: 0 4px 0 2px;
	text-decoration: underline;
}
.lt-box li a:hover {
	text-decoration: underline;
	background: transparent;
}


/* FEATURE AREA */

#feature
{
	text-align: left;
	padding: 4px 10px 10px 10px;
	margin: 0;
	font-size: 11px;
	clear: both;
	display: block;
	border-bottom: 1px solid #666;
	position: relative;
}

#feature .header
{
	position: relative;
	padding: 6px 0 12px 0;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#feature ul, li
{
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: normal;
}

#feature li.photo
{
	margin: 4px;
	float: right;
}

#feature li.price
{
	/* price info */
	font-weight: bold;
}

#feature li.detail
{
	/* address info */
	display: block;
	clear: left;
}

#feature li.buildinglist
{
	/* address info */
	display: block;
	clear: left;
	color: grey;
	padding: 4px 0 0 0;
	margin: 4px 4px 4px 4px;
}
#feature li.desc
{
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
	display: block;
	text-align: left;
	clear: both;
	border-top: 1px solid #ccc;
}
#feature li.desc_noborder
{
	padding: 4px 0 0 0;
	margin: 4px 0 0 0;
	width: 202px;
	display: block;
	text-align: left;
	clear: both;
	
}
#feature li.button
{
	padding: 0;
	margin: 8px 0;
	display: block;
	text-align: right;
}

#feature td
{
	text-align: left;
	padding: 2px;
	margin: 0;
	font-size: 11px;
}

/* LOGIN AREA */

div#login, div.loginBox
{
/*	position: relative;
	text-align: left;
	padding: 4px 10px 10px 10px;
	margin: 0;
	font-size: 11px;
	clear: both;
	display: block;
	background-color: #b3c7d9;
	border-bottom: 1px solid #666;*/
}
div#login .header
{
	padding: 6px 0 12px 0;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
div#login ul, li
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: normal;
}
div#login li.label
{
	padding: 0;
	margin: 0;
	display: block;
}

div#login .entry
{
	padding: 0;
	margin: 0;
}

div#login input
{
	height: 14px;
	width: 100px;
}
div#login li.button
{
	clear: both;
	padding: 0;
	margin: 8px 0;
	display: block;
	text-align: right;
}
div#login li.options
{
	clear: both;
	padding: 2px 0;
	margin: 0;
	display: block;
}
span.options
{
	padding: 2px 0;
	margin: 0;
	display: block;
}

/**********************************************

	BODY - RIGHT COLUMN

**********************************************/

#cont-right {
	/* holds right column content */
	padding: 0 0 30px;
	margin: 0;
	position: relative;
	float: right;
	width: 690px;
	min-width: 690px;
	min-height: 300px;
	background-color: #fff;
}
#col-right {
	/* thin right column */
	width: 150px;
	float: right;
	padding-top: 10px;
}

/**********************************************

	CRUMB TRAIL

**********************************************/

#crumb {
	/* holds crumb */
	padding: 4px 0 10px 0;
	margin: 0;
	position: relative;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	display: block;
}
#crumb a:link, div#crumb a:active, div#crumb a:visited {
	/* holds crumb */
	text-decoration: none;
	color: #666;
}
#crumb a:hover
{
	/* holds crumb */
	text-decoration: underline;
}

/**********************************************
	LARGE MOVIE & IMAGES
**********************************************/

#movie {
	/* holds rotating gifs */
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #e6edf3;
	border-bottom: 1px solid #666;
}

.pge-body, #detail { /* hold text in right column */
	padding: 4px 24px;
	margin: 0;
	clear: both;
	text-align: left;
}

ul.list {
	padding: 0;
	margin: 0;
}
.list li {
	margin-left: 20px;
	padding: 4px;
	font-size: 12px;
	clear: both;
	display: block;
    display: list-item;
    list-style-type: disc;
}
.home-body {
	padding: 10px 16px;
	margin: 0;
	clear: both;
	text-align: left;
}
.body-text {
	padding: 14px 0;
	margin: 0;
	clear: both;
}



/**********************************************
	ENTRY FORMS - REGISTER, ETC.
**********************************************/

div#entryform
{
	/* entry forms */
	padding: 0;
	margin: 4px 0 20px 4px;
	width: 490px;
	position: relative;
	float: left;
}
#entryform table
{
	margin: 4px 0;
}
#entryform table td
{
	padding: 2px 8px 6px 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
#entryform .label
{
	/* labels to left of inputs */
	text-align: left;
}
#entryform .line-blue
{
	border-top: solid 2px #004481;
	padding: 8px 0;
	text-align: center;
}
#entryform input
{
	width: 160px;
}
.error
{
	color: Red;
	font-weight: bold;
}


/**********************************************
	BUTTONS IN LEFT COLUMN
**********************************************/

.button
{
	cursor: pointer;
	display: block;
	height: 30px;
}

.button a
{
	float: right;
	margin: 0;
	padding: 0 0 0 12px;
	text-decoration: none;
	background: url(../images/lt_off.gif) no-repeat left top;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
	white-space: nowrap;
}

.button a span
{
	float: left;
	padding: 5px 14px 5px 6px;
	background: url(../images/rt_off.gif) no-repeat right top;
	white-space: nowrap;
	color: #fff;
}

.button a:hover span
{
	text-decoration: underline;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

/* SHOWINGS AREA */

#showings 
{
	border: solid 1px #ccc;
	padding: 4px 10px 10px 10px;
	margin: 6px 0;
	clear: both;
	display: block;
	background-color: none;
	position: relative;
	height: 100px;
}
#showings .detail 
{
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
}
#showings a.button
{
	padding: 10px;
	display: block;
}
#showings label {
	font-weight: bold;
	clear: both;
}
#showings input, #showings select {
	width: 90%;
	margin-bottom: 3px;
}   


/* INDEX MENU */



#index-menu
{
	text-align: left;
	padding: 4px 10px 10px 10px;
	margin: 0 0 4px 0;
	font-size: 11px;
	clear: both;
	display: block;
	position: relative;
}
#index-menu .header
{
	position: relative;
	padding: 6px 12px 6px 0;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
	float: left;
}
#index-menu .sort
{
	display: inline; 
	float: right; 
	padding: 3px 0 6px 0;
	position: relative;
}
#index-menu .sort select
{
	position: relative;
	top: 2px;
}

#index-menu select
{
	font: 11px Arial, Helvetica, sans-serif;
}	

#index-menu table 
{
	clear: both;
	float: left;
	width: 220px;
}

#index-menu td
{
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

#detail {
	width: 690px;
	min-width: 690px;
	padding: 0 0 30px;
	background-color: transparent;
	border: none;
	width: 690px;
}
.top-left {
	margin-top: 0;
}


/**********************************************

	MISC

**********************************************/


a.readmore {
	font-weight: bold;
	text-decoration: none;
	clear: left;
	display: block;
}
.viewall {
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	clear: both;
	padding-bottom: 8px;
}
.topphone {
	text-align: center;
	width: 140px;
	float: right;
	clear: right;
}
.smcaps {
	text-transform: uppercase;
	font-size: 8px;
	display: block;
	letter-spacing: 2px;
}
.lgnum {
	font: bold 18px Arial, Helvetica, sans-serif;
	clear: both;
}
.caps {
	text-transform: uppercase;
}

/**********************************************
	MAP SEARCH SELECTED PROPERTIES
**********************************************/


.compactList ul {
	display: block;
	padding: 2px;
	max-height: 356px;
	overflow-y: auto;
	overflow-x: hidden;
}
.compactList ul li {
	float: left; /*For Gecko*/
	display: block !important;
	display: inline; /*For IE*/
	margin: 0;
	padding: 0 4px;
	line-height: normal;
	height: auto;
	width: 100%;
	text-transform: none;
	white-space: normal;
	border: none;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}
.compactList ul li a {
	display: block;
	margin: 0;
	margin-right: 8px;
	padding: 2px 0 0 4px;
	font-weight: normal;
	text-align: left;
	color: #000;
	background: none;
	border: none;
	min-height: 54px;
	overflow: visible;
	font-size: 10px;
}
.compactList ul li a.sm {
	height: 30px;
}
.compactList ul li a:hover {
	background: #ffc;
}
.compactList ul li a:active {
}
.compactList .msg {
	color: #000;
	font-weight: bold;
}
.compactList .price {
	text-decoration: underline;
	font-weight: bold;
	color: #004481;
	font-size: 11px;
	clear: left;
}
.compactList .thumbnail {
	border: 1px solid #888888;
	height: 45px;
	margin: 2px;
	padding: 0;
	width: 60px;
	float: right;
	display: inline;
}
.compactList .rating {
	display: inline;
	float: right;
	height: 18px;
	padding: 2px 0 0;
	width: 60px;
}
.compactList .rating img {
	float: left;
	height: 10px;
	margin: 0;
	padding: 0;
	width: 10px;
}
/**********************************************

	HOME FEATURES IN MAIN AREA

**********************************************/


.hm-feature {
	border: 1px solid #ccc;
	float: right;
	width: 330px;
}
.hm-feature h6 {
	color: #ccc;
	text-transform: uppercase;
	font:  bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	padding-bottom: 12px;
	margin: 12px 0 0 12px;
}
.hm-feature .rt {
	float: right;
	width: 120px;
	text-align: center;
	margin-right: 12px;
}
.hm-feature .rt img, img.map {
	margin-bottom: 12px;
	border: 1px solid #014584;
	display: block;
}
.hm-feature .lt {
	float: left;
	width: 170px;
	text-align: left;
	margin-left: 12px;
}
.hm-feature p.title {
	font:  normal 14px Arial, Helvetica, sans-serif;
	display: block;
}
.hm-feature p.title a {
	font-weight:  bold;
}
.hm-feature ul {
	padding: 0;
	padding-bottom: 12px;
	margin: 0;
	text-align: left;
}
.hm-feature li {
	padding: 0;
	list-style: none;
	display: block;
	/*margin: 0;*/
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	/*border-bottom: 1px dotted #ccc;*/
}
.hm-feature li span {
	clear: left;
	display: block;
	font-weight: normal;
	font-size: 10px;
}

.hm-feature .bottom {
	text-align: center;
	background: #e5ecf2;
	padding: 8px 0 4px 0;
	clear: both;
	display: block;
}


/**********************************************

	DROP SHADOWS
	
**********************************************/

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/**********************************************
	
	NOT SURE ABOUT THESE

**********************************************/
/*AutoComplete flyout */
ul.autocomplete_completionListElement
{
	visibility: hidden;
	margin: 0px !important;
	background-color: inherit;
	color: windowtext;
	border: buttonshadow;
	border-width: 1px;
	border-style: solid;
	cursor: 'default';
	overflow: auto;
	height: 200px;
	text-align: left;
	list-style-type: none;
	left: 0px;
	padding: 0px;
	background-color: window;
	width: auto !important;
	z-index: 100000;
}
/* AutoComplete highlighted item */
li.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
	display: block;
}
/* AutoComplete item */
li.autocomplete_listItem
{
	background-color: window;
	color: windowtext;
	padding: 1px;
	display: block;
}


/**********************************************

	CLEAR FIX

**********************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.onlyPrint {
	display: none;	
}


