.year {
	border-style: outset;
	border-width: 0px;
	background-color: #ffffff;
}
.month {
	border: 1px solid #999;
	background-color: #f5f6f7;	
}
.yearname {
	font-size: 18px;
	font-weight: bold;
}
td {border: 1px solid #999;}
.monthname {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	background-color: #f5f6f7;
	color: #006;
	font-family: Georgia, Times, "Times New Roman", serif;
	border-style: none;
	border-width: 0px;
	text-transform: lowercase;
}
.dayname {
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f6f7;
	color: #006;
	text-align: center;
	text-transform: lowercase;
	border-style: none;
	border-width:0px;
	width: 90px;
}
.weeknumtitle {
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:0px;
}
.weeknum {
	font-size: 10px;
	height:110px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	
}
.monthweek {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width: 0px;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
	border: 0px;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	vertical-align: top;
	font-size: 10px;
	height:110px;
	color: #aaaaaa;
	background: #f5f6f7;
}
.monthday {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:110px;
}
.today {	
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffC;
	color: #000000;
	height:110px;
}
.selectedday {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-color: #33C;
	height:110px;
}
.sunday {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	height:110px;
	background: #fff;
}
.sunday a {
}
.saturday {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	height:110px;
	background: #fff;
}
.saturday a {
}
.event {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	height:110px;
}
.event a {
}

.event a:hover {
}
.selectedevent {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	height:110px;
}
.selectedevent a {
}
.todayevent {
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffC;
	height:110px;
}
.todayevent a {
}
.eventcontent {
	font-size: 10px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
.eventcontent td { border: 0px;}

