.year {
	border-width: 1px;
	background-color: White;
	text-align: center;
}
.month {
	background-color: White;
	font-weight : bold;
	text-align : center;
	font-size : 10px;
}
.yearname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.monthname {
	font-size: 11px;
	font-weight: bold;
	color: #FF0066;
	background-color : White;
}
.dayname td {
	text-align: center;
	font-size: 9px;
	color: White;
	border-width:1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width : 20px;
	background-color : #30599D;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: White;
	font-weight : bold;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 10px;
	background-color: #E5E5E5;
}
.yearpicker {
	font-size: 10px;
	background-color: #E5E5E5;
}
.pickerbutton {
	font-size: 10px;
	background-color: #E5E5E5;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.nomonthday {
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: White;
	color: #384955;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #3462AD;
	color: White;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.today a{
	color: #FFFFFF;
}
.today a:visited{
	color: #FFFFFF;
}
.today a:link{
	color: #FFFFFF;
}
.today a:hover{
	color: #FF0066;
}
.today a:active{
	color: #FFFFFF;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: Green;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
	color : White;
}
.selectedday a{
	color: #FFFFFF;
}
.selectedday a:visited{
	color: #FFFFFF;
}
.selectedday a:link{
	color: #FFFFFF;
}
.selectedday a:hover{
	color: #FF0066;
}
.selectedday a:active{
	color: #FFFFFF;
}
.eventday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #f00000;
	color: #ffffff;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FF8533;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.sunday a {
	color: #FF8533;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FF8533;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.saturday a {
	color: #FF8533;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #0066CC;
	background-color: #ffff99;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.event sunday{
	color: #FF8533;
}
.event a{
	color: #0066CC;
}
.event a:visited{
	color: #0066CC;
}
.event a:link{
	color: #0066CC;
}
.event a:hover{
	color: #FF0066;
}
.event a:active{
	color: #0066CC;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: Green;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.selectedevent a{
	color: #FFFFFF;
}
.selectedevent a:visited{
	color: #FFFFFF;
}
.selectedevent a:link{
	color: #FFFFFF;
}
.selectedevent a:hover{
	color: #FF0066;
}
.selectedevent a:active{
	color: #FFFFFF;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: White;
	background-color: #3462AD;
	height:20px;
	width:20px;
	border-style: solid;
	border-color: #E5E5E5;
	border-width: 1px;
}
.todayevent a{
	color: #FFFFFF;
}
.todayevent a:visited{
	color: #FFFFFF;
}
.todayevent a:link{
	color: #FFFFFF;
}
.todayevent a:hover{
	color: #FF0066;
}
.todayevent a:active{
	color: #FFFFFF;
}
.eventcontent {
	font-size: 10px;
	border-width: 1px;
	width: 100%;
}
