v\:* {
	behavior:url(#default#VML);
}
body {
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#map {
	width: 100%;
	height: 100%;
}
h1 {
	font-size: 18px;
	padding: 1px;
	margin: 0px;
}
#info {
	width: 300px;
	position: absolute;
	top: 50px;
	right: 320px;
	z-index: 85;
	border: 2px solid black;
	padding: 2px;
	height: 500px;
	background-color: white;
	overflow:auto;
}
#infocontent {
	overflow : auto;
}
#menu {
	width: 300px;
	position: absolute;
	top: 30px;
	right: 10px;
	z-index: 85;
}
#menuContent {
}
#menuOverflow {
	border: 2px solid black;
	border-top: 0px;
	background-color: white;
	padding: 2px;
	max-height: 500px;
	height:expression(this.scrollHeight > 500? "500px" : "auto" );
	overflow:auto;
}
#TabSpace {
	width: 5px;
	border-bottom: 2px solid black;
}
#TabFill {
	width: 100%;
	border-bottom: 2px solid black;
}
#Tab {
	height: 22px;
	font-size: 11px;
	padding: 2px;
	cursor: pointer;
	border: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
	opacity: .7;
	filter: alpha(opacity=70);
}
#Tab:hover {
	background-color: #3366FF;
}
#TabSelect {
	font-size: 11px;
	padding: 2px;
	cursor: pointer;
	border: 2px solid black;
	border-bottom: 2px solid white;
	background-color: white;
}
#TabNext {
	font-size: 11px;
	padding: 2px;
	cursor: pointer;
	border: 2px solid black;
	border-bottom: 2px solid black;
	background-color: white;
	opacity: .7;
	filter: alpha(opacity=70);
}
Table {
	font-size: 11px;
	margin: 0px;
}
.icon {
	cursor: pointer;
	border: 1px solid black;
}
.icon:hover {
	border: 1px solid orange;
}
.topicon {
	float: right;
	border: 1px solid black;
}
.topicon:hover {
	float: right;
	border: 1px solid orange;
}
.rd0 {
	border: 1px solid #C0C0C0;
	background-color: #EEEEEE;
	width: 100%;
	cursor: pointer; 
}
.rd1 td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	border-top: 1px solid #CDCDCD;
	cursor: pointer; 
}
.routeSel td  {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CDCDCD;
}
.rs {
	width: 20px;
}
#cv_info {
	width: 600px;
	position: absolute;
	top: 30px;
	right: 320px;
	z-index: 85;
	border: 2px solid black;
	padding: 2px;
	background-color: white;
}
#cvTitle {
	font-size: 18px;
	padding: 1px;
	margin: 0px;
}
#cvSection {
	font-style: italic;
	vertical-align: bottom;
	height: 30px;
	border-bottom: 1px solid black;
}
#cvTable {
	margin: 1px;
}
#cvContent {
	height: 500px;
	overflow : scroll;
}
