body {
	margin:0;
	overflow: hidden;
}

html {
	overflow: hidden;
}

/******************************* IE6 PNG SUPPORT*************************************/

#toolbar img, #toolbar_holder img, #toolbar_holder div, #toolwindow_holder div { behavior: url(http://www.aptsaurus.com/public/css/iepngfix.htc) }


/******************************* CONTENT STYLE *************************************/

#container {
	width: 100%;
	text-align:left;
}

#content_holder {
	padding: 10px 10px 10px 10px;
}

#content {
}

#content_left {
	float:left;
	width:490px;
}

#content_right {
	float:right;
	width:280px;
}

.content_box {
	background-color:#EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.content_inner_box {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.content_inner_box ul {
	margin: 0;
	padding:0;
	padding-left: 20px;
	font-size:11px;
	list-style-image: url(images_adminconsole/arrow.gif);
}

/******************************* TOOLBAR*** *************************************/

#toolbar_holder, #toolwindow_holder {
	width:100%;
	clear:both;
	z-index:1000;
}

#toolbar {
	position:relative;
	width:459px; 
	height:30px;
	top:56px;
	right:8px;
	float:right;
	z-index:1000;
}

#toolbar_left {
	width:31px; 
	float:right;
	height:30px;
	cursor:pointer;
	/*background-image: url(images/toolbar/toolbar_bg_left.png);*/
}

.toolbar_left_open {
}


.toolbar_left_close {
	/*background-image: url(images/toolbar/toolbar_bg_left_closed.png);*/
}

#toolbar_right {
	width:60px;
	float:right;
	height:30px;
	background-image: url(images/toolbar/toolbar_bg_right.png);
}

#toolbar_center {
	width:368px;
	float:right;
	height:16px;
	padding-top:7px;
	padding-bottom:7px;
	background-image: url(images/toolbar/toolbar_bg_center.png);
}

#toolbar_center img {
	margin: 0 4px 0 4px;
}

#toolbar .button {
	cursor:pointer;
}

/******************************* TOOLWINDOW *************************************/

#toolwindow {
	position:relative;
	width:300px; 
	top:64px;
	right:8px;
	float:right;
	z-index:1000;
}

#toolwindow_title {
	background-image: url(images/toolwindow/title_bg.png);
	height:23px;
	width:300px;
	color: #EEEEEE;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	vertical-align:middle;
	padding-top:7px;
}

#toolwindow_content {
	background-color:#FFFFFF;
	padding:6px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	width:288px;
	font-size:11px;
}

#toolwindow_bottom {
	background-image: url(images/toolwindow/bottom_bg_white.png);
	height:12px;
	width:300px;
}

#toolwindow h1 {
	font-size:14px;
	font-weight:bold;
	margin: 7px auto 4px auto;
}

#toolwindow .descp {
	font-size:10px;
	color:#666;
}

#toolwindow .instr{
	font-size:10px;
	color:#999;
}

#lease_content, #basics_content, #features_content, #tools_content {
	width:288px;
	position:relative;
}

#toolwindow input, #toolwindow select {
	width:286px;
	font-size:12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#444;
	margin:0;
	border: 1px solid #CCC;
}

.slider
{
	width: 288px;
	height: 13px;
	background-image: url(images/toolwindow/slider_bg.gif);
	background-repeat: no-repeat;
	position: relative;
	border: 0px hidden #000;
}

.rent_indicator, .bedrooms_indicator, .bathrooms_indicator, .distance_indicator
{
	width: 16px;
	height: 14px;
	background-image:url(images/toolwindow/indicator.gif);
	background-color: transparent;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
	border: none;
}

#features_content input {
	width:25px;
	text-align:left;
}

.autocompleter {
	border: 1px solid #CCC;
	width: 286px;
	background-color: #444;
	color:#FFFFFF;
	font-size:11px;
}

.autocompleter .address {
	font-size:10px;
	font-style:italic;
	padding-left:10px;
}

.autocompleter .building {
	padding-left:5px;
}

#toolwindow .autocompleter ul li {
	padding: 2px 10px;
	white-space: nowrap;
	font-size: 10px;
}
.selectAutocompleter {
	background-color: #FF9001;
}

/******************************* MAP STYLE *************************************/
#map {
	background-color: #EFCCFE;
	border: 1px solid #CCCCCC;
	z-index:1;
	position:absolute;
	top:100px;
}


/************************ CONTENT STATUS STYLE *******************************/
#content_status {
	height:20px;
	z-index:0;
	position:absolute;
	top:80px;
}

#status_loading {
	vertical-align:middle;
	height:20px;
	float:left;
	padding-right:6px;
}
#status_text {
	height:18px;
	padding-top:2px;
	vertical-align:middle;
	font-size:10px;
	float:left;
	color:#999;
}

#status_nav {
	height:20px;
	vertical-align:middle;
	font-size:11px;
	float: right;
}

/******************************* IFRAME STYLE *************************************/
#content_left iframe {
	width:100%;
	border: 1px solid #CCCCCC;
}

/******************************* INDEX FOOTER STYLE******************************/
#footer {
	position:absolute;
	bottom:0px;
}
