.calendar
{
	background-color: #306;
	border: solid 2px #306;
}

.calendar-dayheader
{
	font-size: 8pt;
	font-weight: bold;
	background-color: #306;
	color: #fff;
}

.calendar-title, .calendar-title td
{
	font-size: 8pt;
	font-weight: bold;
	background-color: #306;
	color: #fff;
}

.calendar-day,
.calendar-weekendday,
.calendar-othermonthday
{
	font-family: Sans-Serif;
	font-size: 8.5pt;
	font-weight: normal;
	background-color: #fff;
}

.calendar-daywithevents
{
	font-family: Sans-Serif;
	font-size: 8.5pt;
	font-weight: bold;
	background-color: #dcf;
}



#eventCategoryDirectory
{	
	border: none;
	width: 100%;
	margin-left: -15px;
	_margin-left: -12px;
}

#eventCategoryDirectory ul li
{
	margin: 0px;
	padding: 0px;
}

.categoryDirectoryList ul,
.categoryDirectoryList li
{
	list-style-type: none;
	list-style-position: inside;
	text-indent: -2.0em;
	font-weight: bold;
	color: #ccc;
}