body {
	font-family: Verdana;
	font-size: 8pt;
	text-align: center;
	font-weight: normal
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}

h3 {
	font-family: Verdana;
	font-size: 7pt;
	text-align: center;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0

}

a:hover {
	text-decoration: none;
	color: #3163CE;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	background-color: #FFFFFF;
	text-align: center
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma;font-size:8pt
}
.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;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	border-style:inset; border-width:1px; text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #384955;
	height:80px;
	width:80px;vertical-align:top
}
.today {
	border-style:inset; border-width:1px; text-align: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: #FFFFFF;
	height:80px;
	width:80px;vertical-align:top
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	border-style:inset; border-width:1px; text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:80px;
	width:80px;vertical-align:top
}
.sunday a {
	color: #667171;
}
.saturday {
	border-style:inset; border-width:1px; text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:80px;
	width:80px;vertical-align:top
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 7pt;
	width: 100%; vertical-align:text-bottom
}
