body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #7ebdfc;
	text-align: center;
}
.month {
	font-size: 18px;
	border-style: none;
	background-color: #7ebdfc;
	background-image: top_c.jpg;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-image: top_c.jpg;
	color: #FFF;
	height:80px;
	width:350px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #0f6bc7;
	color: #ffffff;
	border-style: outset;
	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:90px;
	color: #fff;
	background-color: #0f6bc7;
}
.week {
	border-style: none;
	background-color: #0f6bc7;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #2389ee;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation1 {
	font-family: Tahoma, Arial, sans-serif;
	text-align:right;
}
.monthnavigation2 {
	font-family: Tahoma, Arial, sans-serif;
	text-align:left;
}
.monthpicker {
	font-size: 11px;
	background-color: #fff;
}
.yearpicker {
	font-size: 11px;
	background-color: #fff;
}
.pickerbutton {
	font-size: 11px;
	background-color: #fff;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #0340bc;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #c4dffb;
	color: #000;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFF;
	color: #000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #0340bc;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #0340bc;
	height:90px;
	width:90px;
}
.sunday a {
	color: #cccccc;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #0340bc;
	height:90px;
	width:90px;
}
.saturday a {
	color: #0340bc;
}
.event {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #0f6bc7;
	height:90px;
	width:90px;
}
.event a {
	color: white;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	background-color: #51a7fc;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #c4dffb;
	color: white;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #51a7fc;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #cbe2f9;
	color: white;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
