@charset "UTF-8";
/* CSS Document */




.MenuSelections {
font-weight: bold;

}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



a:link {
	
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

.style1 {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.style2 {
	color: #FF0000;
	font-weight: bold;

}

body {
	margin:0;
	padding:0;
	left:0;
	margin-top:0;
	padding-top:0;
	background-color: #1c1f21;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#E6E6E6


}

td {
	margin:0;
	padding:0;
	left:0;
	margin-top:0;
	padding-top:0;
	background-color: #444C57;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#E6E6E6


}
 
p, h1 {top-margin: 0; padding: 0;}
 
.content{
	background-color: #1c1f21;
	margin-top: 0px;
	border-top: 0px;
	font-size: 10px;
	position: relative;
	vertical-align:top;

}






.routeName {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;

}

.h1insert {
	color: #CCCCCC;
	font-size: 24px;
	font-weight: bold;

}

.routeText {
	color: #999999;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}

.routeResultName {
	color: #CCCCCC;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;

}

table.results th {
	margin:0;
	left:0;
	margin-top:0;
	padding-top:0;
	background-color: #444C57;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#E6E6E6
	
    text-align: left;
	
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
}

