﻿/* CALENDAR STYLES */
#cal {
	font-size: 10px;
	padding: 0px;
	margin: 6px 0px;
	border: 1px solid #a4a4a4;
	width: 160px;
}
#day_labels td {
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.today {
	width: 25px;
	height: 25px;
	background-color: #C7C7C7;
	color: #FFFFFF;
	text-align: center;
}
.out_of_month {
	width: 25px;
	height: 25px;
	background-color: #E7E7E7;
	text-align: center;
}
.normal_day {
	width: 25px;
	height: 25px;
	background-color: #FFFFFF;
	text-align: center;
	color: #FFFFFF;
}
#monthWeekHeader {
	border-collapse: collapse;
	margin: 1px;
	padding: 1px 1px 0px 1px;
}
#all_days {
	border-collapse: collapse;
	margin: 1px;
	padding: 0px 1px 1px 1px;
}

/* week highlight color works in Firefox, Safari, Opera,(and IE7 one bug) 
#all_days tr:hover td {
	background-color:#FFFFFF;
}

#all_days tr:hover .today{
	background-color:#204b9c;
}*/

/* day highlight color */
#all_days tr td:hover {
	background-color: #204b9c;
	color: #FFFFFF;
	text-decoration: none;
}
#all_days tr td:hover a {
	color: #FFFFFF;
	text-decoration: none;
}
#all_days tr td a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* Mike's special hack for IE 5+ 
* HTML #all_days tr td a:hover {
	color: #FFFFFF;
	background-color: #A1C7D2;
	display: block;
	width: 100%;
	height: 100%;
	margin: 2px 0px 1px 1px;
}*/
#all_days tr td a:hover {
	.background-color: #204b9c;
	.width: 100%;
	.height: 100%;
	.vertical-align: middle;
	.padding: 2px 0px 0px 0px;
}

#mainHeader {
}
