/* CSS Document */
#calendar_c {
	margin: 0px;
	padding: 10px 0px 0px;
	clear: both;
}
#calendar {
	border: 1px solid #99CC33;
	width: 213px;
}
#calendar table {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-collapse:collapse;
}
#calendar th {
	color: #006699;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px 0px 5px;
}
#calendar th a {
	color: #006699;
	text-decoration: none;
}
#calendar th a:hover {
	color: #0099CC;
}
#calendar td {
	padding: 4px;
	text-align: center;
	border: 1px solid #F3F5F8;
	vertical-align: top;
}
#calendar td.weekdays {
	font-size: 10px;
	font-weight: bold;
	background: url(images/button-bgd.gif) repeat-x scroll left top;
	height: 12px;
}
#calendar td.weekdays:hover {
	background: url(images/button-bgd.gif) repeat-x scroll left top;
}
#calendar .highlight {
	vertical-align: middle;
	background: #99CC00;
	height: 100%;
	width: 100%;
}
#calendar .highlight a {
	color: #FFFFFF;
	text-decoration: none;
}
#calendar .highlight a:hover {
	color: #4B6400;
	text-decoration: none;
}
