body {
	font-family: verdana;	
	font-size:10px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
/*	border:#999999 1 solid;
*/	padding:5;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	font-family: verdana;	
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#ff1a00;
}
.dayname td {
	font-family: verdana;	
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	background-color: #b3b3b3;
	color: #ffffff;
	border:#cccccc 1 solid;
	padding:2;	
	height:20px;
	width:25px;
}
.yearnavigation {
	font-family: verdana;	
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: verdana;	
}
.monthpicker {
	font-family: verdana;	
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-family: verdana;	
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-family: verdana;	
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {	
	height:20px;
	width:25px;
	border:#cccccc 1px solid;
}
.monthday {
	font-family: verdana;	
	text-align: center;	
	font-size:10px;
	color: #384955;	
	height:20px;
	width:25px;
	border:#cccccc 1 solid;
	background-color:#FFFFFF;
}
.today:link,
.today:visited,
.today:hover,
.today:active,
.today {
	font-family: verdana;	
	text-align: center;
	text-valign: middle;	
	font-size:10px;
	font-weight: bold;
	background-color: #cccccc;
	color: #FFFFFF;
	height:20px;
	width:25px;
}
.selectedday {
	font-family: verdana;	
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	background-color: #66ff66;	
	height:20px;
	width:25px;
}
.sunday {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;	
	height:20px;
	width:25px;
	font-family: verdana;
	background-color:#ad3e11;	
}
.saturday {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;	
	height:20px;
	width:25px;
	font-family: verdana;
	background-color:#ad3e11;	
}
.event {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #000000;
	border:#cccccc 1 solid;
	background:#FFFFFF url(../images/cal.gif);	
	height:20px;
	width:25px;
}
.course {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	border:#cccccc 1 solid;
	background-color:#fbb11a;	
	height:20px;
	width:25px;
}
.holiday {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	border:#cccccc 1 solid;
	background-color:#ad3e11;	
	height:20px;
	width:25px;
}

.selectedevent {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	border:#cccccc 1 solid;
	background-color: #fbb11a;	
	height:20px;
	width:25px;
}
.todayevent {
	text-align: center;	
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
	border:#cccccc 1 solid;
	background-color: #fbb11a;	
	height:20px;
	width:25px;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
