body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 8px;
	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 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #d55d10;
	/*border:#999999 1 solid;*/
}
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #b3b3b3;
	color: #ffffff;
	border:#cbcccd 1 solid;
	padding:2;
	height:16px;
	width:22px;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	color: #5b8da1;
	height:20px;
	width:22px;
	border:#c7d8df 1 solid;
	background-color:#FFFFFF;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #5b8da1;
	height:20px;
	width:22px;
	border:#c7d8df 1 solid;
	background-color:#FFFFFF;
}
.today:link,
.today:visited,
.today:hover,
.today:active,
.today {
	text-align: center;
	text-valign: middle;
	font-size: 10px;
	font-weight: bold;
	background-color: #456b7a;
	color: #FFFFFF;
	height:20px;
	width:22px;
	border:#c7d8df 1 solid;
}
.selectedday {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:22px;
	border:#c7d8df 1 solid;
}
.sunday {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
	background-color: #a3c0cb;
	border:#c7d8df 1 solid;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:22px;
	background-color: #a3c0cb;
	border:#c7d8df 1 solid;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #ff9347;
	height:20px;
	width:22px;
	border:#c7d8df 1 solid;
}
.selectedevent {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: red;
	background-color: #FFCC00;
	height:20px;
	width:20px;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #ff9347;
	height:20px;
	width:22px;
	border:#c7d8df 1 solid;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
