.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #d6e7f0;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #97c1da;
	color: #0069a6;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:73px;
	color: #000099;
	background-color: #e9e9e9;
}
.week {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #d6e7f0;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	width: 10em;
}
.yearpicker {
	font-size: 11px;
	width: 6em;
}
.pickerbutton {
	font-size: 11px;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	/*width:73px;*/
	color: #aaaaaa;
}
.monthday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #97c1da;
	color: #0069a6;
	height:90px;
	width:73px;
}
.today {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #97c1da;
	color: #333;
	height:90px;
	width:73px;
}
.selectedday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:73px;
}
.sunday {
	background-color: #b0c8d6;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #0069a6;
	height:90px;
	width:73px;
}
.sunday a {
	/*color: #667171;*/
	color: #ffffff !important;
}
.saturday {
	background-color: #b0c8d6;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #0069a6;
	height:90px;
	width:73px;
}
.saturday a {
	/*color: #667171;*/
	color: #ffffff !important;
}
.event {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	/*color: #0069a6;*/
	/*background-color: #3bb7ff;*/
	color: #ffffff !important;
	background-color: #055c91;
	height:90px;
	width:73px;
}
.event a {
	/*color: #004689;*/
	color: #ffffff !important;
}
.selectedevent {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #004689;
	background-color: #3bb7ff;
	height:90px;
	width:73px;
}
.selectedevent a {
	/*color: #004689;*/
	color: #ffffff !important;
}
.todayevent {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #004689;
	background-color: #3bb7ff;
	height:90px;
	width:73px;
}
.todayevent a {
	/*color: #004689;*/
	color: #ffffff !important;
}
.eventcontent {
	font-size: 10px;
	width: 85%;
}

.eventcontent a {
	/*color: #004689;*/
	color: #ffffff !important;
}

.eventcontent td {
	text-align: left;
}

div.eventScroll {
	height: 90px;
	overflow: auto;
}