v\:* {
	behavior:url(#default#VML);
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#eeeeee;
}
#msgPoints{
	margin-top:30px;
}
#map{
	border:3px solid #880000;
	border:0;
	border-left:1px solid #800;
	float:right;
}
#leftColumn{
	height:100%;
	width:185px;
	float:left;
}	
#distanceTable, #elevTable, #routeSelector{
	width:100%;
	text-align:right;
}
#legend{
	border:1px solid black;
	border:0;
	width:95%;
	text-align:right;
	padding:0 2px;
}
#distanceTable td, #elevTable td{
	padding:2px 5px 2px 5px;
}
#distanceTable th, #elevTable th{
	color:black;
	padding:2px 5px 2px 5px;
	width:25%;
	vertical-align:middle;
}
#distanceTable .miles, #elevTable .miles{
	color:#090;
	font-weight:bold;
	width:35%;
	vertical-align:bottom;
}
#distanceTable .KM, #elevTable .KM{
	color:#990;
	font-weight:bold;
	width:40%;
	vertical-align:bottom;
}
#pointTbl{
	font-size:x-small;
}
#routeSelector{
	text-align:left;
}
.blue{
	color:#00C;
}
.bearing{
	color:#900; 
	font-weight:bold;
	display:inline;
	vertical-align:bottom;
}
.pointNum{
	color:#00f; 
	font-weight:bold;
}
.welcomeName{
	font-variant:small-caps;
	font-style:italic;
}
h1{
	font-size:medium;
}
.caption{
	font-size:x-small; 
	float:left; clear:left; 
	margin:-4px 0 4px 0;
	text-align:center;
}
.controlIcon{
	border:0; 
	text-decoration:none; 
	float:left; clear:left;
}
.ctlDisabled{ 
	filter:alpha(opacity=55); 
	-moz-opacity:.55; 
	opacity:.55;
}
.ctlEnabled{ 
	filter:alpha(opacity=99); 
	-moz-opacity:.99; 
	opacity:.99;
}
.sidebarHide{
	display:none;
}
.sidebarShow{
	display:block;
}

/* following style is from http://www.anyexample.com/webdev/javascript/ie7_javascript_prompt()_alternative.xml */
#aep_ovrl {
	background-color:black;
	-moz-opacity:0.7; 
	opacity:0.7;
	top:0; 
	left:0; 
	position:fixed;
	width:100%; 
	height:100%; 
	z-index:99;
}
#aep_ww {
	position:fixed; 
	z-index:100; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	text-align:center;
}
#aep_win {
	margin:20% auto 0 auto; 
	width:400px; 
	text-align:left;
}
#aep_w {
	background-color:white; 
	padding:3px; 
	border:1px solid black; 
	background-color:#EEE;
}
#aep_t {
	color:white; 
	margin:0 0 2px 3px; 
	font-family:Arial, sans-serif; 
	font-size:10pt;
}
#aep_text {
	width:100%;
}
#aep_w span {
	font-family:Arial, sans-serif; 
	font-size:10pt;
}
#aep_w div {
	text-align:right; 
	margin-top:5px;
}
/* preceding style from http://www.anyexample.com/webdev/javascript/ie7_javascript_prompt()_alternative.xml */

#ctrlMsg{		/* message that appears while a ctrl key is pressed */
  background-color:#cc0;
  border:1px solid black;
  color:black;
	font-size:small;
	font-weight:bold;
  padding:5px;
	margin:20px;
  position:absolute;
	display:none;
	z-index:125;
	width:250px;
}
