@charset "utf-8";
/* CSS Document */
 
a {
	color: #69C;
}
th {
	text-align: left;
	background-color: #555;
}
td {
	background-color: darkblue;
}

.stripe{
	background-color: #222;	
}
/* moved mapdiv back to index.html  */


#tableFrame {
	float: right;
	width: 46%;
	height:400px;
	overflow:auto;
	padding: 0px 0;
	margin: 0 0 0 0;
	display: inline;
}
#radioButtons {
	clear:both;
	width: 90%;
}