
/*
table#calendar a:hover 
{
text-decoration: none; 
display: block; 
font-size: 150%;
margin: 0;
color: blue; 
}

A:link {
	font-family: Arial;
	font-size: 11px;
	color:#333333;
	text-decoration:none;	
}

A:visited {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;	
	color:#333333;
	text-decoration:none;
}
A:hover {
	font-family: Arial;
	font-size: 18px;
	font-weight:bold;	
	color:#000000;
	text-decoration:underline;
}
*/
.Cal_MonthYear {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	background-color:#eeeeee
}
.Cal_Week {
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
	color:#666666;
	background-color:#ffffff;
	width:18px;
	height:15px;
}
.Cal_PassedDate {
	font-family: Arial;
	font-size: 10px;
	color:#aaaaaa;
}
table#calendar a.StyleNumFuture {
    font-family: Arial;
	font-size: 10px;
	color:#444444;
	text-decoration:none; 
	font-weight:bold;
	vertical-align:middle;
}
table#calendar a.StyleNumFuture:hover {
	font-family: Arial;
	font-size: 11px;
	color:blue;
    text-decoration:underline;
	font-weight:bold; 
}

table#calendar a.StyleNumToday {
    font-family: Arial;
	font-size: 10px;
	color:red;
	text-decoration:none; 
	font-weight:bold;
	vertical-align:middle;
}
table#calendar a.StyleNumToday:hover {
	font-family: Arial;
	font-size: 11px;
	color:red;
    text-decoration:underline;
	font-weight:bold; 
}

