@charset "utf-8";
/* CSS Document */

body {
	font: 12px "Trebuchet MS";
	color: #333333;
	margin-top: 0px;
}
#holder {
	background: url(images/banner1.png) no-repeat left top;
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	position: relative;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
#push {
	height: 220px;
	position: relative;
	clear: both;
}
#textarea {
	padding: 15px;
	margin-right: 235px;
	border: 1px solid #E3E3E3;
	font-size: 14px;
	
  min-height:650px;
  height:auto !important;
  height:650px;
}

#rightmenu {
	width: 200px;
	position: absolute;
	top: 220px;
	right: 15px;
	border: 1px solid #999999;
	background: #f8f8f8;
	margin: 0px;
	padding: 0px;
}

#rightmenu a:link, #rightmenu a:active, #rightmenu a:visited {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px;
	border-bottom: 1px solid #333333;
	vertical-align: middle;
	height: 22px;
	padding-top: 6px;
	margin: 0px;
	border-top: 1px solid #666666;
	color: #333333;
	background: #FFFFFF;
}
#rightmenu a:hover {
	background: #333333 url(images/menulink.jpg) no-repeat right center;
	color: #FFFF00;
}
.active {
	background: #CCCCCC;
	z-index:15;
}




#form_box {
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
}
 
#form_box div {
	padding: 0.2em 0.5em;
	background: #f8f8f8;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 70px;
	clear: both;
	
}
 
 #form_box input {
	width: 90px;
}
 
#log {
background: #f8f8f8;
	margin-top: 10px;
}
 
#log_res {
	overflow: auto;
	background: #f8f8f8;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center #f8f8f8;;
}


.propertylist{
	margin-bottom: 15px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 50px 10px 10px;
	position: relative;
	font-size: 13px;
}
.propertylist a:link, .propertylist a:active, .propertylist a:visited {
	color: #FF0000;
	font-weight: bold;
}
.propertylist a:hover {
	color: #99CC66;
	text-decoration: none;
}


/*STYLE FOR FORMS */
.inputs {
	width: 90px;
}
select  {
	float:right;
	width: 120px;
	background-color: #E2F5F5;
	font-size: 12px;
	color: #333399;
	font-weight: bold;
}
radio {width:30px;}
legend {
	color: #003399;
}
.forms{
	float:left;
	width:40%;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: normal;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.name {
	position:absolute;
	top:0px;
	left:0px;

	width:400px;

font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
	background: #333333;
	padding: 10px;
}
.name p {
	padding:0px;
	margin:0px;
}

