TABLE.months {

	width: 100%;

}

TABLE.calendar {

	width: 100%;

}

TD.month_head {

	font-family: verdana;
	font-size: 12px;
	text-align: center;
	background-color: #E0E6EB;

}

TD.day_of_week {

	font-family: verdana;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;

}

TD.month_title {

	font-family: verdana;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	background-color: #E0E6EB;
	padding: 10px 0 10px 0;

}

TD.blank_day {

	background-color: #dcdcdc;
	height: 30px;

}

TD.day {

	font-family: verdana;
	font-size: 10px;
	
	vertical-align: top;
	
	background-color: #E0E6EB;
	height: 70px;

}

TD.day_current {

	font-family: verdana;
	font-size: 10px;
	
	vertical-align: top;
	
	background-color: #F0F6FB;
	height: 70px;

}

DIV.day_number {

	width: 100%;
	text-align: right;

}

DIV.event {

	width: 100%;
	text-align: left;
	margin: 5px 0 0 0;

}

A.head_link {

	text-decoration: none;
	color: #3E4266;

}

A.head_link:hover {

	text-decoration: none;
	color: #FFFFFF;

}

A.description_link {

	text-decoration: none;
	color: #3E4266;

}

A.description_link:hover {

	text-decoration: underline;
	color: #3E4266;

}



