.uiLink{
	text-decoration: none;
}

#contFilter{
	position: absolute;
	top: 5px;
	left: 100px;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	font-size: 12.5px;
	padding: 3px;
	width: 115px;
	height: 15px;
}

.hidden{
	display: none;
}

.windowBox{
	position: absolute;
	top: 1px;
	left: 1px;
	color: #fff;
	background-color: #284c7e;
	border: 1px solid #000;
	padding: 5px;
	display: none;
}

.windowBox .content{
	padding: 10px;
	color: #eee;
	border: 1px solid #111;
	background-color: #000;
}

.windowBox .content .title{
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #eee;
}

.windowBox .content table tr td{
	color: #fff;
	font: italic normal normal 12px/14px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	padding: 5px 3px;
}

.windowBox .content input, .windowBox .content select{
	padding: 2px;
	text-align: right;
}

.windowBox .content form{
	margin: 0px;
	padding: 0px;
}

.windowBox .close{
	margin: 0 5px 2px 0;
	text-align: right;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	background: url('/res/images/closeX.png') no-repeat right;
	padding: 0 20px 0 0;
}
.windowBox .close a{
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

.windowBox .content .filterInpt{
	width: 55px;
	margin: 0 10px;
}

.windowBox .content label{
	margin-right: 5px;
}

.overlayDetails{
	position: absolute;
	top:0px;
	left:0px;
	background-color: #222;
	width: 75%;
	height: 100%;
	color: #fff;
	display: none;
	overflow-y: auto;
	overflow-x: none;
	border-left: 1px solid #000;
	z-index: 1000;
}

.overlayLeft{
	position: absolute;
	top:0px;
	left:0px;
	background: rgb(0, 0, 0); 
	background: rgba(0, 0, 0, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	width: 25%;
	height: 100%;
	color: #fff;
	display: none;
	overflow-y: none;
	overflow-x: none;
	opacity: 0.25;
}

.overlayLeft .close{
	position: relative;
	top: 0px;
	left: 200px;
	width: 50px;
	background-color: #000;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	z-Index: 200;
}

.overlayDetails .close{
	position: relative;
	float: right;
	width: 170px;
	background-color: #284c7e;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	background: #ff9f00 url('/res/images/closeX.png') no-repeat right;
	border-bottom: 2px solid #000;
	padding: 5px 10px 5px 5px;
	margin: 0px 9px 3px 0px;
}

.overlayDetails .content{
	padding: 10px;
	
}

#ol_address{
}

#ol_address .street{
	font-size: 26px;
	margin: 5px 0 5px 0px;
	font-weight: bold;
}

#ol_address .city, #ol_address .state, #ol_address .zip{
	font-size: 20px;
	float: left;
	margin: 0 0px 0 5px;
}

.colCont{
	width: 100%;
	background-color: #fff;
}

.col1{
	width: 300px;
	float: left;
	margin-right: 20px;
}

.col2{
	padding-left: 320px;
	margin-right: 10px;
}

#ol_mPhoto{
	width: 300px;
	height: 200px;
	border: 2px solid #111;
}

#ol_tPhotos{
	height: 55px;
}

#ol_tPhoto{
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #111;
	float: left;
	margin: 5px 5px 5px 0px;
	background-color: #333;
	cursor: pointer;
}

.ol_PropDescTitle{
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #284c7e;
}

#ol_PropDetailItems{
	padding-bottom: 20px;
}

#ol_PropDetails{
	background-color: #fff;
	position: relative;
	margin-top: 20px;
	padding: 0 10px;
}

#ol_PropSummary{
	padding-bottom: 20px;
}

#ol_PropFeaturesItems{
	padding-bottom: 20px;	
}

#ol_PropDetails table tr td{
color: #000;
	font: italic normal normal 14px/16px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	margin: 10px;
}

.ol_PropDetailItem{
	float: left;
	width: 150px;
	padding: 2px;
}

#directLink{
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
}

#ol_propPrice{
	position: relative;
	float:right;
	font-size: 20px;
	font-weight: bold;
}

#ol_propType{
	font-size: 14px;
	margin-top: 20px;
}

#boxContactInfo{
	width: 300px;
	font-size: 16px;
	color: #fff;
	margin: 10px 0 0 0;
	background-color: #284c7e;
	border: 2px solid #284c7e;
}


#boxContactInfo .contactus{
	font-size: 12px;
	color: #fff;
	padding: 2px 10px;
}

#boxContactInfo .company{
	font-size: 16px;
	color: #fff;
	margin: 3px 0px;
	font-weight: bold;
	padding: 2px 10px;
}

#boxContactInfo .phone, #boxContactInfo .email{
	font-size: 13px;
	color: #fff;
	margin: 1px 0px;
	padding: 2px 10px;
}

#boxContactInfo .moreinfo a{
	font-size: 12px;
	color: #000;
	margin: 1px 0px;
}

#toolButton{
	font-size: 11px;
	text-decoration: underline;
	float: left;
	cursor: pointer;
	text-align: center;
}

#ol_MoreInfo{
	width: 300px;
	background-color: #ccc;	
	border: 2px solid #ccc;
	margin-top: 1px;
}

#ol_MoreInfo table{
	border: 0px solid #000;
}

#ol_MoreInfo table tr td{
	padding: 4px 10px;
	font-size: 12px;
	color: #333;
	font: italic normal normal 12px/14px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
}

#ol_MoreInfo table tr td a{
	color: #000;
}

#ol_MoreInfo table tr td input{
	padding: 4px;
	width: 100%;
	font: italic normal normal 12px/14px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	background-color: #fff;
	border: 1px solid #ddd;
}

#ol_MoreInfo table tr td textarea{
	padding: 2px;
	height: 50px;
	font: italic normal normal 12px/14px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	background-color: #fff;
	border: 1px solid #ddd;
}

#ol_tools{
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
}

#ol_tools a{
	color: #f2f2f2;
	text-decoration: none;
	margin:0 10px 0 0;
	font: normal normal 13px/14px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	background-color: #284c7e;
	padding: 4px;
	border: 1px solid #ccc;
}

#searchInfoBox{
	position: absolute;
	padding: 3px;
	background-color: #284c7e;	
	top: 5px;
	left: 230px;
	border: 1px solid #05316d;
	height: 15px;
	color: #fff;
	font: italic normal normal 12px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
	display: none;
}

#submitted{
	margin-top: 20px;
	display: none;
	color: #333;
	padding:0 10px;
}

#ol_AddToMyProps{
	display: none;
	margin-top: 20px;
}

#boxPrivacyPolicy{
	position: absolute;
	top: 1px;
	left: 1px;
	
}

#welcome .content .title{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#welcome .content .title span{
	font-size: 14px;
	font-weight: normal;
	color: #ccc;
}

#welcome .content .welcomeTxt{
	color: #fff;
	font-size: 13px;
	position:relative;
}

#boxAboutUs .content .title{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

#boxAboutUs .content .bodyTxt{
	color: #fff;
	
}

#boxAboutUs .content .bodyTxt a{
	color: #fff;
	
}

#walkscore{
	margin: 10px 0;
	background-color: #fff;
	padding: 10px;
}

#walkscore a{
	color: #05316d;
	font-weight: bold;
	text-decoration: none;
}

#walkscore img{
	position: relative;
	top: 3px;
	border: 0px;
}

#greatschools{
	margin: 10px 0;
	background-color: #fff;
	padding: 10px;
}

#greatschools a{
	color: #05316d;
	font-weight: bold;
	text-decoration: none;
}

#greatschools img{
	position: relative;
	top: 3px;
	border: 0px;
}

.mapPop{
	padding: 10px 20px;
	text-decoration: none;
}

.smartImg{
	width: 200px;
	height: 100px;
	margin-top: 5px;
	text-align: center;
}

.smartImg img{
	margin: 5px auto;
}

.mapPopLink{
	color: #000;
	font-size: 14px;
	text-decoration: none;
	margin-top: 5px;
	display: block;
}

.mapPopLink .ammenities{
	font-size: 11px;	
}

.mapPopLink .note{
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 2px;
}