/* CSS Document */

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEE6;
	height: 50px;
	width: 80px;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	padding: 2px;


}
a.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEE6;
	height: 50px;
	width: 84px;
	background-position: left top;
	display: table;
	
}
a.date2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-color: #FFCC00;
	height: 50px;
	width: 84px;
	background-position: left top;
	display: table;



}
a.date:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-color: #C1C1A4;
	background-position: left top;
	height: 50px;
	width: 84px;
	display: table;
	
}
a.date2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	background-color: #FFE88A;
	background-position: left top;
	height: 50px;
	width: 84px;
	display: table;

}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.monthTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	padding: 2px;
	text-align: center;

}
.dayCell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #6699CC;
	padding: 2px;
	text-align: center;


}
