div#wvwda_calendar .calHeadings {
	font-weight:bold;
	font-size:11px;
	text-align:center;
	background-color:#ddc799;
	color:#333;
}

div#wvwda_calendar .calItems {
	font-size:11px;
	text-align:center;
	background-color:#ddc799;
	color:#000;
	border:none;
}

div#wvwda_calendar .eventStyle {
	text-align:center;
	font-size:11px;
	background-color:#996600;	
	color: #FFFFFF;
	cursor:default;  
}

div#wvwda_calendar .eventStyle-Over {
	text-align:center;
	font-size:11px;
	background-color:#336699;
	color: #FFFFFF;	
	cursor:pointer; 
}

div#wvwda_calendar .itemView {
	background-color:#fff;
	color:#333;
}

div#wvwda_calendar .itemView a {
	color:#003366;
}

div#wvwda_calendar .itemView a:hover {
	color:#990000;
}

div#wvwda_calendar .itemView a:visited {
	color:#5675B5;
}

div#wvwda_calendar .itemView img {
	border:1px solid #cccccc;	
}

div#wvwda_calendar .categoryPicker {
	color:#003366;
	background-color:#fff;
}

div#wvwda_calendar .monthBrowser {
	width:200px;
	padding: 5px 0 5px 0;
	background-color:#CAA862;
	color:#fff;
	text-align:center;
}

div#wvwda_calendar .monthBrowser a {
	color:#fff;
	text-decoration:none;
}

div#wvwda_calendar .monthBrowser a:hover {
	text-decoration:underline;
}