/* BACKGROUND */
html, body {
	background-image: url('http://www.thaleia.com/layouts/thaleia/RealEstate/images/BG.png');
	background-repeat: repeat-x;
	background-color: #484848;
	margin: 0px;
	height: 100%;
	width: 100%;
}
.BG_CONT {
	/*width: 876px;*/
	width: 950px;
}
.BG_TL {
	position: relative;
	background-image: url('http://www.thaleia.com/layouts/thaleia/RealEstate/images/BG_TL.png');
	background-repeat: no-repeat;
	width: 394px;
	height: 271px;
	float: left;
	top: 0px;
	margin-top: -25px;
}
.BG_TR {
	position: relative;
	background-image: url('http://www.thaleia.com/layouts/thaleia/RealEstate/images/BG_TR.png');
	background-repeat: no-repeat;
	width: 373px;
	height: 357px;
	float: right;
	top: 0px;
	margin-top: -25px;
}

/* PAGE */
#mlsSearch {
	width: 475px;
	/*height: 1000px;*/
	margin-top: -11px;
	margin-left: -25px;
	margin-bottom: -11px;
	border: 1px solid #484848;
}
.CONTACTLIST {
	width: 100%;
	margin-bottom: 20px;
}
.CONTACTLIST tr.CL_HEADER {
	border: 1px solid #999999;
	background-color: #999999;
}
.CONTACTLIST tr.EVEN {
	background-color: #666666;
}
.CONTACTLIST tr {
	background-color: #333333;
}
.PAGE {
	width: 100%;  	
}
.BACKDROP {
	position: relative;
/*	width: 620px;*/
	width: 725px;
	min-height:100%;
  	height:auto !important;
	height: 100%;
	z-index: 1;
	top: 106px;
	padding-top: 10px;
}
.BLACKBG {
	position: absolute;
	background-color: #000000;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin-top: -10px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
.YELLOW_LINE {
	position: relative;
	background-color: #37ff00;
	border: none;
	width: 750px;
	height: 1px;
	z-index: 1;
	top: 105px;
}
.TITLE {
	position: relative;
	font-family: Arial;
	font-size: 24px;
	color: #37ff00;
	z-index: 100;
	width: 300px;
	top: 113px;
	left: 125px;
	text-align: right;
}
.INNER_PAGE {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: -325px;
}
.NAVIGATION li {
	list-style: none;
}
.NAVIGATION a {
	width: 125px;
	height: 100%;
	padding-left: 13px;
	color: #37ff00;
	letter-spacing: 2px;
	line-height: 20px;
	font-family: "Myriad Pro";
	font-size: 12px;
	text-decoration: none;s
}
.CONTENT {
	position: relative;
	z-index: 10;
	width: 525px;
	height: 100%;
	background-color: #000000;
	border: 1px solid #484848;
	color: #FFFFFF;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}
.CONTENT p {
	text-align: justify;
	padding-left: 10px;
}
.CONTENT a {
	color: #A6FF99;
	text-decoration: none;
}

/* FONT MODIFIERS */
.YELLOW_BOLD {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #2CDA12;
	width: 420px;
}
.C_H_LINE {
	background-image: url('http://www.thaleia.com/layouts/thaleia/RealEstate/images/C_H_LINE.png');
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 295px;
	height: 18px;
}
.GALLERY_H_LINE {
	background-image: url('http://www.thaleia.com/layouts/thaleia/RealEstate/images/GALLERY_H_LINE.png');
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	width: 295px;
	height: 18px;
	text-align: center;
}
.BOLD_HEADER {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;	
}

/* FOOTER */
.FOOTER {
	margin-top: 125px;
	padding-bottom: 100px;
	font-family: tahoma;
	font-size: 10px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.FOOTER a {
	color: #FFFFFF;
	text-decoration: none;
}