.year {
	border-style: outset;
	border-width: 0px;
	background-color: #73c3e7;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #73c3e7;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname{
	text-align: center;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #73c3e7;
	color: #0076bc;
	border-style: outset;
	border-width:0px
}
.dayname {
	text-align: center;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #73c3e7;
	color: #0076bc;
	border-style: outset;
	border-width:0px
}
.weeknumtitle {
	text-align: center;
	font: normal 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #73c3e7;
	border-style: outset;
	border-width:0px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #0076bc;
	background-color: #73c3e7;
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #2490d1;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	color: #0076bc;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthnavigation a{
	color: #0076bc;
	ext-decoration:none;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthnavigation a:hover{
	color: #0076bc;
	ext-decoration:none;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #73c3e7;
}
.yearpicker {
	font-size: 11px;
	background-color: #73c3e7;
}
.pickerbutton {
	font-size: 11px;
	background-color: #73c3e7;
	border-style: solid;
	border-color: #2490d1;
	border-width: 0px;
}
.nomonthday {
	text-align: center;
	height:20px;
	width:20px;
	color: #ffffff;
	font: normal 10px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthday {
	text-align: center;
	background-color: #73c3e7;
	color: #ffffff;
	height:20px;
	width:20px;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.today {
	text-align: center;
	background-color: #ff0000;
	color: #ffffff;
	height:20px;
	width:20px;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.selectedday {
	text-align: center;
	background-color: #ff0000;
	height:20px;
	width:20px;
	color: #ffffff;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.sunday {
	text-align: center;
	color: #ffffff;
	height:20px;
	width:20px;
    font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	color: #ffffff;
	height:20px;
	width:20px;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	color: #052578;
	background-color: #73c3e7;
	height:20px;
	width:20px;
   font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.event a {
	background-color: #73c3e7;
	color: #052578;
}
.selectedevent {
	text-align: center;
	color: #052578;
	background-color: #2490d1;
	height:20px;
	width:20px;
	font: normal 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.selectedevent a {
	background-color: #2490d1;
	color: #ffcc00;
	font: normal 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.todayevent {
	text-align: center;
	color: #ffcc00;
	background-color: #2490d1;
	height:20px;
	width:20px;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.todayevent a {
	background-color: #2490d1;
	color: #ffcc00;
	font: normal 10px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 0px;
	width: 100%;
	font: normal 10px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}

