/* Begin generic CSS */
html {
	height: 101%;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/top_background.gif);
	background-repeat: repeat-x;
	height: 101%;
}
a {
  outline: none;
}
select, input, textarea {
	font-size: 12px;
	font-family: Arial;
	color: #111111;
	background-color: #FCFCFC;
	}
.bigblue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #0076c0;
}
.dot_bg {
 background-image: url(/images/title_background_dots.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.featured_photo_border {
	border-width: 2px 2px 2px 2px;
	border-color: #FFFFFF;
	border-style: solid;
}
.featured_title {
	color: #707070;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.featured_divider {
 background-image: url(/images/featured_background_divider.gif);
	background-repeat: repeat-y;
	background-position:center;
}
.featured_details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #106299;
}
.hi {
	color: #0076C0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
/* End generic CSS */

/* Begin results page CSS */
.results_amount {
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
 color: #333333;
}
.paginator_links A, .paginator_links {
	color: #0076C0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.property_container {
 background-image: url(/images/results_background_dots.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 1px;
}
.property_row:hover {
 background-color: #FBFECF;
}
.result_text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.result_text_description {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-right: 10px;
}
.result_header {
	color: #106299;
	font-weight: bold;
	font-size: 16px;
}
/* End results page CSS */

/* Begin listing page CSS */
.listing_background_top {
 background-image: url(/images/listing_view/container_background_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.model_box_standard {
	font-size: 10px;
}
/* End listing page CSS */

/* For the tab script, only one CSS style needed */
.tab_content {
 display:none;
}
/* End tab script CSS */

/* Form Styles */

.r {							
	border-bottom:1px dotted #ccc;
	}

.b {		
	position:relative;
	display:block;
	margin-left:0px;
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
	}

.b input,
.b textarea,
.b select {
	width:99.5%;
	margin:0; padding:0 0;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#76663c;
	font-weight:bold;
	background-color:#fcfcfc;
	border:1px solid #fcfcfc;
	border-top-color:#fcfcfc;
	border-bottom-color:#fcfcfc;
}
.b input:focus,
.b textarea:focus,
.b select:focus {
	background-color:#FFF;
}
.b textarea {
	height:18em;
	padding-left: 2px;
}

.paginator2 {
	color: #D07B06;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.mgmt {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

.footer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 15pt;
}
