#stateLink {
	width:600px;
}

.nonactive{
	color: black;
}
.activeclass{
	color:black;
	opacity:0.8;
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 0px;
	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);
}
#dhtmltooltip{
	color: #000000;
	position: absolute;
	width: 75px;
	padding: 0px;
	
	visibility: hidden;
	z-index: 150;
	/*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{text-decoration: none; color:blue;}
a:visited{text-decoration: none; color:purple;}
a:hover{text-decoration: underline; color:blue;}
a:active{text-decoration: none; color:red;}

.even{
	background-color:#ffffcc;
}
select {
	background-color:inherit;
}
option {
	background-color:#ffffff;
}
.nightClass {
	background-color:#dddddd;
} 
.pre {
	font-family:courier;
}
a.current, a.current:hover {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#tblMain {
	border:none;
	/* border-collapse:collapse; */
}
/*chart styles */
.oddDay {
	position: absolute;
	background-color:rgb(238, 238, 238);
	overflow:hidden;
}
.oddDay .colorChange {
	position: absolute;
	background-color:rgb(204, 204, 204);	
	height: 100%; width: 50%; left: 50%;
}

.evenDay {
	position: absolute;
	overflow:hidden;
	background-color:rgb(255, 255, 255);
}
.evenDay .colorChange {
	position: absolute;
	background-color:rgb(223, 223, 223);
	height: 100%; width: 50%; left: 50%;
}