/* CSS Document */
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
}
table#calendar tr#title th {
	background: #000099;
	color: #FFFFFF;
	font-size: 11px;
}
table#calendar td {
	color: #000000;
	text-align: right;
	vertical-align: top;
	background-color:#FFFFFF;

}
table#calendar .isEvent {
	color: #000000;
	text-align: right;
	vertical-align: top;
	background-color:#FFDE5B;
}
table#calendar .day7 {
	border-right: 1px solid #BBB;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color: navy;}
table#calendar a:visited {color: purple;}
table#calendar a:hover {background: #FDD;}
table#calendar .day1, table#calendar .day7 {
	background: #FDD;
}
table#calendar .blank {
	background-color: #FFFFFF;
}
table#calendar .today {
	background-color: #000099;
	color: #FFFFFF;
}

