.year {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	text-align: center;
	width: 150px;
}
.yearname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: none;
}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #BBBBBB;
	width: 14%;
	color: #ffffff;
	border-style: none;
}
.yearnavigation {
	font-size: 11px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	height: 13px;
	text-align: center;
	background-color: #DADADA;
}
.monthpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 10px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	vertical-align: middle;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
	color: #384955;
	vertical-align: middle;
}
.today {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #ffffff;
	vertical-align: middle;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #CCCCCC;
	vertical-align: top;
	border: 1px solid #FFCC00
}
.sunday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}
.sunday a {
	color: #333399;
}
.saturday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	vertical-align: middle;
}
.saturday a {
	color: #333399;
}
.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: navy;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}
.event a {
	background-color: #EEEEEE;
	color: navy;
	text-decoration:none;
}
.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: navy;
	background-color: #EEEEEE;
	vertical-align: middle;
	border: 1px solid #FFCC00;
}
.selectedevent a {
	background-color: #EEEEEE;
	color: navy;
	text-decoration:none;
}
.todayevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: white;
	background-color: #FFCC00;
	vertical-align: top;
	border: 1px solid $333399;
}
.todayevent a {
	background-color: #FFCC00;
	color: white;
	text-decoration:none;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}

