@charset "utf-8";
/* CSS Document */

h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

td,div{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px 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);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/* Added by woot forum member: imcompa (Thanks!)*/
h3{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	alignment:center;
}

a:link{
	color:#333366;
	text-decoration: none;
}
a:visited{
	color:#333399;
	text-decoration: none;
}
a:active{
	color:#191970;
	text-decoration: none;
}
a:hover{
	color:#8b1a1a;
	text-decoration: underline;
}

table.upcoming{
	border-style:dashed;
	border-width:1px;
	border-color:2f4f4f;
}

html{
	background-color:e0eee0;
} 

table.menunav, table.menunav td {
	background-color:#0099FF; 
	border: 1px solid #0066CC;
	font-size:12px;
	color:#FFFFFF;
}

table.menunav a {
	color:#FFFFFF;
}

table.menunav2, table.menunav2 td {
	background-color:#014284; 
	border: 1px solid #0066cb;
	font-size:12px;
	color:#FFFFFF;
}

table.menunav2 a {
	color:#FFFFFF;
}

a.highlight {
	background-color:#FFFF00;
}

.graphHover { background-color: #ff0; }

