html{
	height: 100%;
	overflow: hidden;
}
body{
	height: 100%;
	overflow: hidden;
	margin: 0px;
	background: #aaaaaa url(images/body_bg.jpg) repeat-x fixed top left;
	font-family: tahoma,verdana,arial;
}
body,table,div,p,input,select,textarea{
	font-size: 14px;
	font-family: arial;
}
h1{
	font-size: 20px;
	color: #05396f;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}
.sf{
	font-size: 12px;
}
.mf{
	font-size: 16px;
}
.lf{
	font-size: 18px;
}

a:link{
	color: #086cb3;
	text-decoration: none;
}
a:visited,a:active{
	color: #005a99;
	text-decoration: none;
}
a:hover{
	color: #42a0e2;
	text-decoration: none;
}
#outer{
	position: relative;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	width: 100%;
	height: 100%;
}
#outer table{
	font-size: 14px;
}
#pageTop{
	position: relative;
	background: #333;
	border-bottom: 0px solid #000;
	height: 10px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#headWrapper{
	background: #fff;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: auto;
	width: 950px;
}
#logo{
	float: left;
}
#headContent{
	float: left;
	margin-left: 10px;
	font-size: 15px;
	width: 695px;
	height: 72px;
}
#content{
	position: relative;
}
#primaryLinks{
	text-align: right;
	color: #777;
	float: right;
}
#primaryLinks span{
	display: block;
	float: left;
}
#primaryLinks span a{
	font-size: 15px;
	display: block;
	background: #333;
	padding: 2px 8px 4px 8px;
	margin-left: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#primaryLinks span a:hover{
	color: #5cb0ff;
}
#tagLine{
	color: #033e76;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 10px;
}
#menuWrapper{
	border-top: 0px solid #333;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	width: 950px;
	margin: auto;
	background: #033e76 url(images/menu_bg.jpg) repeat-x;
}
#menu{
	border: 0px solid #f00;
	height: 15px;
}
#menu span{
	display: block;
	float: left;
	width: 16.6%;
}
#menu span a{
	text-align: center;
	font-size: 15px;
	display: block;
	padding: 4px 0px;
	text-decoration: none;
	font-weight: bold;
	background: #033e76 url(images/menu_bg.jpg) repeat-x;
	color: #fff;
	border-right: 1px solid #333;
}
#menu span a:hover{
	color: #ffc;
	background: #033e76 url(images/menu_bg_over.jpg) repeat-x;
}
#mainPage{
	width: 950px;
	margin: auto;
	background: #fff url(images/mainBody_bg.jpg) repeat-x bottom left;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
}
#homeContentTop{
	margin-bottom: 4px;
}
#content{
	padding: 4px;
}

#homeSearchBox{
	width: 525px;
	background: #eee;
	border: 1px solid #999;
	border-left: 0px;
	margin-top: 4px;
	padding: 5px;
}
#homeSearchBox div{
	padding: 2px;
}
#footer{
	width: 950px;
	margin: auto;
	background: #333;
	color: #fff;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 2px solid #000;
}
#copyright{
	padding: 3px;
	text-align: center;
	font-size: 11px;
}


.error{
	color: #900;
	font-weight: bold;
}
.success{
	color: #090;
	font-weight: bold;
}
.requiredItem{
	color: #f00;
}
.clearBoth{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
table{
	empty-cells: show;
}
form{
	margin: 0px;
	padding: 0px;
}
.formLabel, .formTable .formLabel{
	white-space: nowrap;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	padding: 3px;
}
.fieldInput{
	background: #fff;
	border: 1px inset #4175a6;
	padding: 1px;
	background: #fff;
}
.fieldFocus{
	background: #ffd;
	border: 1px solid #0078ff;
	padding: 1px;
}
.fieldError{
	background: #fdd;
	border: 1px inset #f00;
	padding: 1px;
}
.fieldDisabled{
	background: #ddd;
	border: 1px inset #000;
	padding: 1px;
}
select.fieldInput,select.fieldFocus,select.fieldError,select.fieldDisabled{
	padding: 0px;
	border-style: inset;
}
.button{
	cursor: pointer;
}
.buttonOver{
	cursor: pointer;
	color: #f00;
}
.formTable{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
.formTable td,.formTable th{
	padding: 2px;
	border: 0px solid #000;
}
.tableList{
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}
.tableList tr:hover{
	background: #ffd;
}
.tableList th{
	font-weight: bold;
	text-align: left;
	padding: 2px;
	background: #d5d5cb;
	border: 1px solid #999;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	white-space: nowrap;
}
.tableList td{
	padding: 2px;
	border: 1px solid #ccc;
	white-space: nowrap;
	vertical-align: top;
}
.tableList img{
	height: 15px;
	margin: 0px 2px 0px 2px;
	cursor: pointer;
	border: 0px;
}
.formDate{
	width: 70px;
}
.resizeAble{
	overflow: hidden;
}
.sortable{
	text-decoration: underline;
	cursor: pointer;
}
.sortMenu{
	border: 1px solid #555;
	position: absolute;
}
.sortMenu a{
	padding: 2px;
	display: block;
	background: #ddd;
	font-weight: normal;
	text-decoration: none;
}
.sortMenu a:hover{
	display: block;
	background: #ffc;
}
.searchRefine{
	background: #eee;
	width: 175px;
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	float: left;
}
.searchRefine *{
	font-size: 12px;
}
.refineLabel{
	font-size: 14px;
	margin: 2px;
}

.srListing{
	border: 1px solid #999;
	margin-bottom: 10px;
}
.srHeader{
	padding: 3px;
	border-bottom: 1px solid #999;
	background: #ccc;
	font-weight: bold;
	color: #053856;
}
.srHeader a{
	text-decoration: none;
}
.srPhoto{
	background: #aaa;
	float: left;
	height: 95px;
	width: 140px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #999;
}
.srPhoto img{
	width: 140px;
	border: 0px;
}

.srDetails{
	float: left;
	height: 95px;
	padding: 0px;
	width: 595px;
	border: 0px solid #f00;
}
.srMLSID,.srPrice,.srBeds,.srBaths,.srSqFt,.srAcres{
	padding: 3px 5px 0px 5px;
	float: left;
	text-align: center;
}
.srPrice{
	font-weight: bold;
	color: #090;
}
.srRemarks{
	font-size: 12px;
	padding: 3px;
	height: 40px;
	overflow: hidden;
}
.srButton{
	float: right;
}
.srButton a{
	display: block;
	padding: 3px 8px;
	background: #14598a;
	border: 1px solid #021d30;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 3px 4px 3px 4px;
}
.srButton a:hover{
	color: #ffc;
	background: #3189c7;
	border: 1px solid #14598a;
}
#srPages{
	text-align: center;
	padding: 4px;
}
#ldNavagation{
	width: 690px;
	padding: 4px;
	font-weight: bold;
	border: 1px solid #777;
	border-top: 0px;
	background: #ddd;
	margin-bottom: 4px;
}
#ldNavagation a{
	text-decoration: none;
}
#listingData{
	position: relative;
	float: left;
	width: 700px;
	border: 0px solid #f00;
	padding-top: 0px;
}
#ldAdvertise{
	text-align: center;
	background: #eee;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	float: right;
	width: 230px;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.ldHeader{
	background: #e5ebf2;
	padding: 4px;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #1f405a;
}
.ldPrice{
	color: #090;
	font-weight: bold;
}
.ldPhoto{
	float: left;
	width: 398px;
	height: 298px;
	overflow: hidden;
	margin-top: 5px;
	margin-right: 5px;
	background: #ccc;
	border: 1px solid #000;
}
.ldPhoto img{
	width: 398px;
}
.ldAdditionalPhotosHead{
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;	
	margin-bottom: 0px;
}
#ldAdditionalImages{
	background: #ddd;
	border: 1px solid #999;
	padding: 4px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 690px;
	margin: 4px 0px;
}
#ldAdditionalImages table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
#ldAdditionalImages table td{
	padding: 4px;
	border: 0px;
}
#ldAdditionalImages  table td a{
	display: block;
	border: 0px;
	background: #134d7b;
	padding: 2px;
}
#ldAdditionalImages  table td a:hover{
	background: #3790d6;
}
#ldAdditionalImages  table td img{
	border: 0px;
	height: 62px;
}
.ldDetails{
	float: right;
	background: #e5ebf2;
	width: 292px;
	height: 301px;
	padding-top: 5px;
	border: 1px solid #1f405a;
	border-top: 0px;
	position: relative;
	top: -1px;
}
.ldDetails table{
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
.ldDetails table td{
	padding: 1px 2px;
}
.ldDetails table td.label{
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	color: #555;
	font-size: 13px;
}
.ldInFeatures,.ldExtFeatures,.ldRemarksHead,.ldProviderHead{
	font-size: 16px;
	font-weight: bold;
	margin-top: 8px;
}
.ldProvider{
	
}
.ldFeature{
	float: left;
	width: 148px;
	border: 0px solid #f00;
	margin: 2px 0px 2px 12px;
	padding-left: 12px;
	white-space:nowrap;
	overflow: hidden;
	background: url('images/black_bullet.jpg') no-repeat left center;
}
.ldRemarks{
	padding: 0px 3px;
	margin-bottom: 20px;
}

#dimmer{
	z-index: 100; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 100%;
	opacity: 0.65;
	filter: alpha (opacity=65); 
	background: #000;
}
#newPlacementHolder{
	text-align: center;
	z-index: 101; 
	position: absolute;
	top: 15%;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: transparent;
}
.closeBox{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url('images/close.png') no-repeat center center;
}
#SearchCitiesHolder{
	display: none;
	position: absolute;
	padding: 3px;
	border: 1px solid #000;
	background: #ccc;
	width: 180px;
	max-height: 200px;
	overflow: auto;
}
#SearchCitiesHolder span{
	cursor: pointer;
	color: #129;
}

/*************************UI DIALOG CLASSES***************/
div.ErrorDialog{

}
div.ErrorDialog .ui-widget-header{
	background: #a00 url('images/ui/ui_header_red.png') repeat-x top left;
}
div.ErrorDialog .ui-dialog-content{
	color: #900;
	font-weight: bold;
}
div.ErrorDialog .ui-dialog-buttonpane{
	background: #fee;
}
div.ErrorDialog .ui-dialog-buttonpane button{
	color: #900;
}

div.WarningDialog{

}
div.WarningDialog .ui-widget-header{
	background: #c98e00 url('images/ui/ui_header_orange.png') repeat-x top left;
}
div.WarningDialog .ui-dialog-content{
	color: #7a5600;
	font-weight: bold;
}
div.WarningDialog .ui-dialog-buttonpane{
	background: #f3e8cc;
}
div.WarningDialog .ui-dialog-buttonpane button{
	color: #7a5600;
}

div.SuccessDialog{

}
div.SuccessDialog .ui-widget-header{
	background: #009b00 url('images/ui/ui_header_green.png') repeat-x top left;
}
div.SuccessDialog .ui-dialog-content{
	color: #005d00;
	font-weight: bold;
}
div.SuccessDialog .ui-dialog-buttonpane{
	background: #d7f5d7;
}
div.SuccessDialog .ui-dialog-buttonpane button{
	color: #005d00;
}
