.cal_popup
{
	font-family:times;
	font-size:12px;
	background-color: #f5f5f5;
	color: #252525;
}

TABLE.months {

	width: 100%;

}

TABLE.calendar {

	width: 100%;

}

TD.month_head {

	font-family: times;
	font-size: 12px;
	text-align: center;
	background-color: #F8F3F9;

}

TD.day_of_week {

	font-family: times;
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	color: #660000;

}

TD.month_title {

	font-family: times;
	font-weight:bold;
	font-size: 20px;
	text-align: center;
	background-color: white;
	padding: 10px 0 10px 0;

}

TD.blank_day {

	background-color: #996666;
	height: 30px;

}

TD.day {

	font-family: times;
	font-size: 11px;
	
	vertical-align: top;
	
	background-color: #FFeeee;
	height: 70px;

}

TD.day A { color: #996666; text-decoration: none; }

TD.day_current {

	font-family: times;
	font-size: 11px;
	
	vertical-align: top;
	
	background-color: #FFFCE4;
	height: 70px;

}

TD.day_current A { color: #996666; text-decoration: none; }

TD.cal_area {

	padding: 0 0 5px 5px;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #494B4A;

	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #747A76;

}

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: #330000;

}

A.head_link:hover {

	text-decoration: underline;
	color: red;

}

A.description_link {

	text-decoration: none;
	color: #032208;

}

A.description_link:hover {

	text-decoration: underline;
	color: #7FA083;

}



