table, td {
	font:100% Arial, Helvetica, sans-serif;
}

table {
	width:100%;
	border-collapse:collapse;
	border-width: 1px;
	border-color: #dddddd;
}


table.details{
	position: absolute;
	width:47%;
	border-collapse:collapse;
	margin-left: 2%;
}
	
table.search{
	width:100%;
	text-align:center;
}

th, td {
	text-align:left;
	padding:.5em;
	border:0px solid #fff;
}

th {
	background:#328AA4 url(tr_back.gif) repeat-x;
	color:#fff;
}

td.even{
	background:#dddddd;
}

td.odd{
	background:#ffffff;
}

td.search, td.footer{
	text-align:center;
	padding: 2px;
}

img{
	border: none;
}

body{
	background:#ffffff;
	font:80% Arial, Helvetica, sans-serif; 
	color:#555555;
	text-align:center;
}

a{
	text-decoration:none;
	color: #333333;
	font:100% Arial, Helvetica, sans-serif;
}

a.menu{
	text-decoration:none;
	color:#222222;
	font:140% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover{
	text-decoration:none;
	color:#999;
}

a.header:link, a.header:visited {
	color: #ffffff;
}

a.header:hover, a.header:active {
	color:#999;
}

h1{
	font-size:200%;
	color: #222222;
	margin:0px;
	padding-top:0px;
}

h2{
	color:#222222;
	font:150% Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin:0px;
	padding-top:0px;
}

h4{
	font-size:140%;
	color: #333333;
	padding:0;
	margin:0;
}

h5{
	font-size:120%;
	color: #333333;
	padding:0;
	margin:0;
}

h6{
	font-size:100%;
	color: #333333;
	padding:0;
	margin:0;
}

#datesource{
	color: #333333;
}

#container{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height:auto;
	text-align: center;
}

#search_listing{
	margin-left: auto;
	margin-right: auto;
	width:400px;
	height:300px;
	background:#dddddd;
	text-align:center;
}

#map{
	margin-left: 50px;
	margin-right: 50px;
	width: 900px;
	height: 700px;
	text-align: center;
}

#details_map{
	margin-left: 52%;
	width: 300px;
	height: 300px;
	text-align: center;
	top: 20px;
}

#key{
	position: absolute;
	margin-left: 5%;
	margin-right: 5%;
	height: 80px;
	width: 90%;
	text-align: left;
	top: 120px;
}

#list{
	position: absolute;
	margin-left: 50px;
	width:700px;
	top: 180px;
	text-align:center;
}

#map_menu{
	position: absolute;
	margin-left: 2.5%;
	margin-right: 50%;
	width: 47.5%;
	top: 100px;
	text-align: center;
	height:20px;
}

#list_menu{
	position: absolute;
	margin-left: 50%;
	margin-right: 2.5%;
	width: 47.5%;
	top: 100px;
	text-align: center;
	height:20px;
}

#selected{
	background-color:#999999;
	color:#222222;
	font:140% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#not_selected{
	background-color:#dddddd;
	
}

#even{
	background-color: #dddddd;
}

#odd{
	background-color: #ffffff;
}

#search{
	position: absolute;
	margin-left: 1%;
	margin-right: 1%;
	width: 98%;
	top:50px;
	height:80px;
	background-color:#ffffff;
}

#beta{
	position: absolute;
	top: 15px;
	margin-left: 5%;
}
