body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: left;
}
a:hover {
	text-decoration: none;
	color:#009933;
}
.year {
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #003366;
	
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #003366;
	
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:18px;
	width:16px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
	border: none;
}
.monthnavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #eeeeee;
	border: none:
}
.monthpicker {
	font-size: 9px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 9px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 9px;
	background-color: #eeeeee;
	
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:18px;
	width:16px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #ffffff;
	color: #384955;
	height:18px;
	width:16px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: #ffffff;
	height:18px;
	width:16px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:18px;
	width:16px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #384955;
	height:18px;
	width:16px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #384955;
	height:18px;
	width:16px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #ffff99;
	height:18px;
	width:16px;
}
.event a {
	background-color: #ffff99;
	color: black;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #ffff99;
	height:18px;
	width:16px;
}
.selectedevent a {
	background-color: #ffff99;
	color: black;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	background-color: #ffff99;
	height:18px;
	width:16px;
}
.todayevent a {
	background-color: #ffff99;
	color: black;
}
.eventcontent {
	background-color: #ccddee;
	font-size: 10px;
	width: 100%;
}
a:link {
color:#003399;
text-decoration:none
border-width:thin;
}
a:visited {
color: #aa6633;
text-decoration:none;
border-width:thin;
}
a:active {
	text-decoration: none;
	color:#009933;
	border-width:thin;
}

