#calendar table {
	width: 244px;
}
#calendar table a,
#calendar table a:active,
#calendar table a:visited {
	display: block;
	padding: 3px;
	font: bold 8pt Arial,Sans-Serif;
	color: #3f3f3f;
	text-decoration: none;
}
#calendar table a:hover {
	color: purple;
	background-color: #ffffdd;
}

#calendar .today_highlighted {
	background-color: #deebf8;
	color: #0066cc;
}
#calendar .highlighted {
	background-color: #F8F5E2;
	color:#B20E17;
}

#calendar tr td {
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	background-color: #f9f9f9;
	padding: 10px;
	font: bold 8pt Arial,Sans-Serif;
	text-align: center;
	cursor: pointer;
}
#calendar tr.title th {
	background-color: #dcdcea;
	padding: 5px;
	font-weight: bold;
	font-size:12px;
	color: #1C1A55;
}
#calendar tr.title th#left{
	background-color:#F8F5E2;
	border-top: solid 2px #F7E696;
	color: #000000;
	width: 25px;
}
#calendar tr.title th#center{
	background-color:#F8F5E2;
	border-top: solid 2px #F7E696;
	color: #B20E17;
}
#calendar tr.title th#right{
	background-color:#F8F5E2;
	border-top: solid 2px #F7E696;
	color: #000000;
	width: 26px;
}
#calendar tr.title th a,
#calendar tr.title th a:visited,
#calendar tr.title th a:active {
	display: inline;
	padding: 0px;
	font: normal 10pt Verdana,Sans-Serif;
}

#calendar tr.days th {
	padding: 2px;
	font: normal 8pt Verdana,Sans-Serif;
	color: #666666;
	/*background: #494580 url(week_bg.gif) top left repeat-x;*/
}