html {
	overflow:hidden;
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 
}

body, th, td {
	font-size: 12px;
}
form {
	display: inline;
}
span.nowrap {
	white-space: nowrap;
}
#header {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 70px;
	overflow: hidden;
}
#header_inner {
	padding: 5px;
}
#footer {
	position: absolute;
	bottom: 0; right: 0;
	width: 100%;
	height: 20px;
	background-color: #EEF6EA;
}

#logo {
	width: 240px;
	float: left;
}

#move_map {
	width: 305px;
	float: left;
}

#area_search {
	width: 305px;
	float: right;
}

#instruction {
	position: absolute;
	left: 8px; right: 460px; bottom: 30px;
	height: 30px;
}
#map_container {
	padding: 5px;
	position: absolute;
	top: 75px; left: 5px; right: 460px; bottom: 60px;
	overflow: hidden;
}
#map {
	width: 100%; height: 100%;
	border: 1px solid #000000;
}
#tabs {
	position: absolute;
	top: 75px; right: 5px;
	width: 450px;
	height: 20px;
}
#sidebar {
	position: fixed;
	top: 95px; right: 5px; bottom: 30px;
	width: 450px;
}
#criteria {
	display: none;
}
#room_list_header {
}
#room_list {
	position: fixed;
	top: 178px; right: 9px; bottom: 90px;
	width: 446px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}
#room_list_header .recordcount {
	border-left: 3px solid #ff0000;
	padding-left: 5px;
	margin-bottom: 5px;
}
#submits {
	position: absolute;
	right: 5px; bottom: 35px;
	width: 450px;
	height: 50px;
}

#copyright {
	text-align: right;
	font-weight: bold;
	margin: 3px 5px 0px 3px;
}

#room_list th, #room_list td {
	text-align: center;
}
#criteria th {
	text-align: left;
}

/* IE6 hacks */
* html body {
}
* html #map_container {
	height: 100%;
	padding-bottom: 150px;
}
* html #sidebar {
	float: right;
	height: 100%;
	padding-top: 90px;
	padding-bottom: 250px;
}
* html #room_list_header {
	margin-right: 2px;
	margin-top: 22px;
}
* html #room_list {
	height: 100%;
}

/**/
