@CHARSET "UTF-8";

/* --------------------- VERY TOP LEVEL -------------------- */
html {
	height:100%;
}


body 
{
	font-size:11px; 
	color:#000000;
	font-weight: normal;
	margin: 0;
	padding: 0px;
}

form {
	margin: 0px; 
	padding: 0px; 
	border: none;
}

.loaderSmall {
	 background-image: url(/images/icons/spinner.gif); 
	 background-repeat: no-repeat; 
	 background-position: center center;
}

.rtbutton {
	background: transparent url("/images/icons/rtbutton.png") no-repeat scroll 0 0;
	display: block;
	font-size: 14px;
	width: 100px;
	height: 27px;
	line-height: 2.0em;
	text-align: center;
	color: black;
	text-decoration: none;
}

input.rtbutton {
	border: none;
	font-size: 14px;
}

.rtbutton:hover {
	background: transparent url("/images/icons/rtbutton.png") no-repeat scroll 0 -34px;
	text-decoration: none;
	color: white;
}

div.rtContainerDiv {
	border: 5px solid #D6DFEB;
}

.thumbborder {
	border: 1px solid #D6DFEB; 
	padding: 3px;
}

/*
.thumbborder:hover{
	border: 1px solid #666666;
}
*/

.shaded-background {
	background-image: url(/images/icons/background-shade.png);
	border: 1px solid #CCCCCC;
}

.shaded-background-long {
	background-image: url(/images/icons/background-shade-long.png);
	background-repeat: repeat-x;
	border: 1px solid #CCCCCC;
}

.readMoreDiv{
	float: left;
	color: #669900;
}

a img {
	border: none;	
}

/* Sortable tabl */

	div.main {
	 	margin:30px auto; width:600px;
	}
	
	table.sortable {
		border:0; 
		padding:0; 
		margin:0;
		cursor: pointer;
	}
	
	table.sortable td {
		padding:4px;
		width:90px; 
		border-bottom:dotted 1px #DEDEDE;
	}
	
	table.sortable td.leftAlign {
		padding:4px; 
		width:80px; 
		border-bottom:dotted 1px #DEDEDE; 
		text-align: left;
	}
	
	table.sortable td.longLeftAlign {
		padding:4px; 
		width:600px; 
		border-bottom:dotted 1px #DEDEDE; 
		text-align: left;
	}
	
	table.sortable th {
		padding:8px; 
		font-weight: 500;


	}
	
	table.sortable thead {
		background:#345C8A; 
		color:white; 
		text-align:left;
		
		
	
	}
	
	table.sortable tfoot {
	}
	
	table.sortable tfoot td {
	}
/* Sortable table CSS properties ENDS ------------------------------------*/


element.style {
	clear:both;
}

a:hover {
	text-decoration:underline;
}

a {
	cursor:pointer;
	text-decoration:none;
}

a img {
	color: #FFFFFF;
	border-color: transparent;
}

.linkHover {
	color: #336699;
}
	
.linkHover:hover {
	color: #336699;
	text-decoration: underline; 
}

.linkHover:visited {
	/*text-decoration: none;*/ 
}


div * {
	text-align: left;
}


/* This engulfs the WHOLE page and centers it properly */
.outer {
	width: 100%;
    margin: 0px;
    padding: 0px;
}

.innerContent{
	width: 976px;
	margin: 0 auto;
}


select {
	border:1px solid #AAAAAA;
	font-size:10px;
	vertical-align:middle;
}

input {
	font-size:10px;
	vertical-align:middle;
}
/* --------------------- VERY TOP LEVEL (end) -------------------- */
/* --------------------- HEADER -------------------- */
#header {
	margin: 0px;
	width: 100%;
	/*height: 55px;*/
}
a.header_logo_link{
	color: #FFFFFF;
}

#logo {
	
}

div.header {
	min-height: 20px;
	font-size: 16px !important;
	
	text-decoration: none; 
	background: url('/images/icons/header-underline.png') repeat-x 100% 100%;
	padding-bottom: 6px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.header-noline {
	font-size: 16px !important;
	
	text-decoration: none; 
	padding-bottom: 5px;
	margin-bottom: 7px;
	white-space: nowrap;
}

div.header-background {
	min-height: 20px;
	font-size: 16px !important;
	
	text-decoration: none; 
	background: url('/images/icons/underline-white.png') repeat-x 100% 100%;
	padding-bottom: 7px;
	margin-bottom: 7px;
	white-space: nowrap;
}

img.headerIcon {
	height: 20px;
	float: right;
	margin-right: 5px;
}

div.headerTitle {
	float: left; 
	width: 70%;	
}




/* --------------------- HEADER(end) -------------------- */


/* --------------------- SEARCH RESULT PAGE -------------------- */
.innerContentSearchResult {
	margin: 0 auto;
	min-height: 100%;
}


/* --------------------- SEARCH RESULT PAGE (end) -------------------- */



/* --------------------- FORMS -------------------- */
.RT_form select{
	border:1px solid #AAAAAA;
	font-size:10px;
	vertical-align:middle;
	height: 20px;
}

.RT_form input {
	font-size:10px;
	vertical-align:middle;
}
.clearfix {
	display: block;
}
/* --------------------- FORMS (end) -------------------- */
/* --------------------- HOMEPAGE --------------------- */
#homepage_left_box {
	border: 1px;
	float: left;
}

#homepage_right_box {
	border: 1px;
	float: right;
}
/* --------------------- HOMEPAGE (end) --------------------- */

/* --------------------- SEARCH BOX ------------------ */
/* main content ------*/


/* overriden by Ali */
/*
a.tab:hover{
	background-image: url(/images/widgets/Searchbox/tabs.png);
	background-position: 117px 49px;
	color: #45538E;
}*/

/* overriden by Ali */
/*
.activetab {
	background-image: url(/images/widgets/Searchbox/tabs.png);
	background-position: -5px 0px;
	
	width: 121px;
	color: #4f669b;
	
	font-weight: bold;
	padding-top:22px;
	height:25px;
	
	font-size:14px;
}
*/
/* overriden by Ali */
/*
a.tab {
	float:left;
	background-image: url(/images/widgets/Searchbox/tabs.png);
	background-position: 117px -3px;
	
	width: 107px;
	color: #666;
	text-align: center;
	
	font-size: 13px;
	height: 19px;
	padding-top: 24px;
	margin-right:5px;
	text-decoration: none;
}
*/
/* Main Search Area ---*/
#search_area {
	clear: both;
}
.main_search {
	border: 1px solid #9db666;
	height: 21px;
	width: 489px;
	clear: both;
	margin-top:15px;
	
	font-size: 16px;
	padding: 8px 5px 5px 5px;
	color: #666;
}

.examples {
	font-size: 12px;
	color: #6a6a6a;
	margin-top: 12px;
	margin-bottom: 45px;
}
.examples a {
	color: #45538E;
}
.examples a:hover {
	color: #4184db;
}
.detailscol {
	float: left;
	color: #434343;
	font-size: 12px;
	margin-right: 12px;
}
.detailscol input {
	width: 48px;
	margin-top: 7px;
	border: 1px solid #999;
	background-color: #eeeeee;
	padding: 3px;
}
.detailscol select {
	width: 50px;
	margin-top: 7px;
	border: 1px solid #999;
	background-color: #eeeeee;
	width:60px;
	padding: 2px;
}

.detailscol span {
	font-weight: bold;
}
#search_content input[type=submit] {
	background-image: url(/images/widgets/Searchbox/searchbtn.png);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 136px;
	float:right;
	border:none;
	background-color:transparent;
	cursor:pointer;
}
#search_content input[type=submit]:hover {
	background-image: url(/images/widgets/Searchbox/searchbtn.png);
	background-position: 0px -48px;
}

#emailSubscription_submit {
	background-image: url(/images/widgets/EmailSubscription/subscribebtn.png);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 100px;
	float:left;
	border:none;
	background-color:transparent;
	cursor:pointer;
	margin-top: 2px;
	margin-left: 5px;
}
#emailSubscription_submit:hover {
	background-image: url(/images/widgets/EmailSubscription/subscribebtn.png);
	background-position: 0px -26px;
}




#contentratio {
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 27px;
	padding-bottom: 17px;
	padding-left: 27px;
	/*height: 450px;*/
}

#contentratio h1 {
	/*background-image: url("/images/icons/widgetheadbg.gif");
	background-repeat: repeat-x;*/
	color: #666;
	font-size: 13px;
	text-decoration: none;
	font-weight:bold;
	height:25px;
	padding-top: 10px;
	padding-right: 7px;
	/*padding-left: 7px;*/
	line-height:20px;
}

#gallarybox {
	width: 590px;
	/* CSS3 Box Shadow */
	/*-moz-box-shadow:0 0 5px #AAAAAA;*/
	/*-webkit-box-shadow:0 0 3px #AAAAAA;*/
	/*box-shadow:0 0 8px #AAAAAA;/*
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
	/*border:1px solid white;*/
	background-color: #FFF;
	float: left;
	height: 448px;
	/*border: 1px solid #CCCCCC;*/
}

.arrowup {
	background-image: url(/images/widgets/Announcement/announce_arrows.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 44px;
	float:right;
}
.arrowup:hover {
	background-image: url(/images/widgets/Announcement/announce_arrows.png);
	background-repeat: no-repeat;
	background-position: 0px -28px;
}
.arrowdown {
	background-image: url(/images/widgets/Announcement/announce_arrows.png);
	background-repeat: no-repeat;
	display: block;
	height: 27px;
	width: 44px;
	background-position: -44px 0px;
	float:right;
}
.arrowdown:hover {
	background-image: url(/images/widgets/Announcement/announce_arrows.png);
	background-repeat: no-repeat;
	background-position: -44px -28px;
}
/********************************/


#search_box {
	width: 70%;
	margin-left: auto; 
	margin-right: auto;
}


#frontPageSearchSubmit {
	cursor:pointer;
	display: block;
	
	-moz-border-radius-bottomleft:0.3em;
	-moz-border-radius-bottomright:0.3em;
	-moz-border-radius-topleft:0.3em;
	-moz-border-radius-topright:0.3em;
	
	background:#AA0000;
	color:#F1F1F1 !important;
	font-size:16px !important;
	font-weight:lighter;
	padding:4px 15px 3px !important;
	vertical-align:middle;
	white-space:nowrap;
	border-width: 0px;
	border-left: auto;
	border-right: 0px;
	margin-left: auto;
	margin-right: 0px;
	
	float: right;
	text-align: center;
}

.common_search_params {
	display: block;
}
.common_search_params label{
	display: block;
	font-size: 10px;
	font-weight: bold;
}

.common_search_params #property_type_div {
	display: block;
}

.common_search_params #price_range_div {
	display: block;
}

.common_search_params #num_beds_div {
	display: block;
}

.common_search_params #num_baths_div {
	display: block;
}

.common_search_params #sqft_div {
	display: block;
}

.common_search_params #sale_div {
	display: block;
	
	font-size:10px;
	font-weight:bold;
}

.common_search_params #lease_div {
	display: block;
	
	font-size:10px;
	font-weight:bold;
}

#property_type_div, #price_range_div, #num_baths_div, #num_beds_div, #sqft_div {
	float: left;
	margin-right: 15px;
}

#search_by_postal_code_container {
	height: 100px;
}

#search_by_postal_code_params {
	margin-bottom: 20px;
}

#search_by_mls_number_container {
	height: 100px;
}

#search_by_mls_number_params {
	margin-bottom: 20px;
}

#search_by_mls_district_container {
	height: 100px;
}

#search_by_mls_district_params {
	margin-bottom: 20px;
}
/* --------------------- SEARCH BOX (end) ------------------ */

/* --------------------- SEARCH BOX (end) ------------------ */



/* -------------------- SEARCH RESULTS ----------------*/
#resultMap {
	float: right;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

#listings_found {
	float: left;
	width: 55%;
	display: block;
}

.listing_found {
	border: 1px solid #3E72A4;
	margin-bottom: 20px;
	clear: both;
}

.listing_found .header {
	display: block;
	width: 100%;
	clear: both;
}

.listing_found .header .address {
	float: left;
	width: 80%;
}

.listing_found .header .price {
	float: right;
	width: 20%;
}

.listing_found .contents {
	display: block
	width: 100%;
	clear: both; 
}

.listing_found .contents .left-contents {
	float: left;
	width: 80%;
}

.listing_found .contents .right-contents {
	float: right;
	width: 20%;
}

.listing_found .footer {
	display: block;
	width: 100%;
}
#resultpage_search_box{
	border: 1px solid #AAAAAA;
	height: 80px;
	margin-bottom: 20px;
}
/* -------------------- SEARCH RESULTS ----------------*/
/* --------------------- FOOTER -----------------------*/
#ftr1, #ftr2, #ftr3, #ftr4 {
	float:left;
	font-size:11px;
	padding-left:40px;
	width:200px;
}

#ftr1, #ftr2, #ftr3 {
	border-right:1px solid #E9E9E9;
}

#footer {
	border-top:1px solid #333333;
	color:#444444;
	font-size:10px;
	line-height:16px;
	padding:20px 0 10px;
	text-align:left;
	width:100%;
	margin-top: 50px;
}

.mart40 {
	margin-top:40px;
}

#footer h2 {
	color:#000000;
	font-size:13px;
	margin-bottom:4px;
	margin-top:4px;
}

#footer a:hover {
	text-decoration:underline;
}
#footer a {
	color: #EDEBEB;
	text-decoration:none;
}


/* --------------------- FOOTER (end)-----------------------*/
/* --------------------- IMAGE GALLERY -----------------------*/
#myGallery
{
	text-align: left;
	margin: 0 auto;
}
/* --------------------- IMAGE GALLERY (end)-----------------------*/

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.mediumFancyHeader {
	font-size: 16px;
	font-weight:500;
	padding:15px 0;
	border-bottom:1px dotted #999;
}

.smallFont {
	font-size: 11px;
}


.floatLeft{
	float: left;
}

.floatLeftFull {
	float: left; 
	width: 100%;
}

.floatRight {
	float: right;
}

.floatRightFull {
	float: right; 
	width: 100%;
}

.preconFactTitle {
font-size:11px;
font-weight:normal;
}
.preconFactValue {
font-size:10px;
font-weight:normal;
}
table#homeFactsTable tr {
margin-bottom:10px;
}
table#homeFactsTable td.preconFactTitle {
text-align:left;
}
table#homeFactsTable td.preconFactValue {
text-align:right;
}

/******************************* DEFAULT FIELDS ******************************/
.defaultValue {
	color: #CCCCCC;
}

#modal {
	display:none;

	width:400px;
	border:10px solid #666;

	border:10px solid rgba(82, 82, 82, 0.698);

	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#modal div {
	padding:10px;
	border:1px solid rgb(148, 184, 70);
	background-color:#fff;
	
}

#modal h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color: rgb(80, 96, 123);
	padding:5px 10px;
	border:1px solid rgb(148, 184, 70);
	font-size:20px;
}

