body {
	font: 11px tahoma;
	text-align: left;
	font-weight: normal;
}
a {
	color: #AA000D;
	text-align: center;
}
a:hover {
	color: #095f82;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #EFE3A5;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #DDD;
	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: #DDD;
	color: #000;
	border: 1px solid #5D5D5D;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDD;
	color: #000;
	border: 1px solid #5D5D5D;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #EFE3A5;
}
.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 {
	height:60px;
	width:60px;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	color: #AA000D;
	height:60px;
	width:60px;
	vertical-align: top;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #DDD;
	color: #AA000D;
	height:60px;
	width:60px;
	vertical-align: top;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #EFE3A5;
	height:60px;
	width:60px;
	vertical-align: top;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
  background-color: #FFF;
	height:60px;
	width:60px;
	vertical-align: top;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
  background-color: #FFF;
	height:60px;
	width:60px;
	vertical-align: top;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	color: #AA000D;
	background-color: #999;
	height:60px;
	width:60px;
	font-weight: bold;
	vertical-align: top;
}
.event a {
	background-color: #999;
	font-weight: bold;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	color: #5b1903;
	background-color: #EFE3A5;
	height:60px;
	width:60px;
	vertical-align: top;
}
.selectedevent a {
	background-color: #EFE3A5;
	font-weight: bold;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	color: #AA000D;
	background-color: #999;
	height:60px;
	width:60px;
	font-weight: bold;
	vertical-align: top;
}
.todayevent a {
	background-color: #999;
	font-weight: bold;
}
.eventcontent {
	font-size: 10px;
	width: 100%;
}

.eventhead {
    font-size: 13px;
    font-weight: bold;
}
