#dateselector
{
	font-size: 0.8em;
	border: 2px solid Black;
	width: 210px;
	height: 180px;
}

#dateselector td, th
{
	padding: 2px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
	text-align: center;
	width: 14%;
	height: 11%;
}

#dateselector th.wide
{	width: 72%;
}

#dateselector th, #dateselector td.link
{
	font-weight: bold;
	color: Black;
	background-color: #99AA99;
}

#dateselector th a:link, #dateselector th a:visited,
#dateselector td.link a:link, #dateselector td.link a:visited
{
	color: Red;
	text-decoration: none;
	font-weight: bold;
}

#dateselector th a:hover, #dateselector td.link a:hover
{
	color: Yellow;
	text-decoration: none;
	font-weight: bold;
}
