.year {
	border-style: outset;
	border-width: 1px;
	background-color: #006699;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #F8FBFC;
	text-align: center;
	float:left;
	margin:3px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color:#025c97;
	color: #FFFFFF;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	border-style: none;
	border-width:1px;
	background:#025c97;	
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background:#025c97;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:9px;
	width:15px;
	color: #003250;
	font-weight:bold;
	background-color: #efefef;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #006699;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #F8FBFC;
}
.yearpicker {
	font-size: 11px;
	background-color: #F8FBFC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #F8FBFC;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:9px;
	width:15px;
	color: #aaaaaa;
	background:#efefef;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #E2EFF3;
	color: #000000;
	height:9px;
	width:15px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE9E9;
	color: #000000;
	height:9px;
	width:15px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #FF9999;
	height:9px;
	width:15px;
}
.sunday {
	background-color: #E2EFF3;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	height:9px;
	width:15px;
}
.sunday a {
	color: #FFFFFF;
}
.saturday {
	background-color: #E2EFF3;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	height:9px;
	width:15px;
}
.saturday a {
	color: #FFFFFF;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:9px;
	width:15px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:9px;
	width:15px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:9px;
	width:15px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}


