.year {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border: 1px solid #CCCCCC;
	background-color: #ffffff;
	text-align: center;
	width: 100%;
}
.month a {
	border:none;
}
.month td {
	padding:.25em;
}
.yearname {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: none;
}
.dayname td {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #BBBBBB;
	width: 14%;
	color: #ffffff;
	border-style: none;
}
.yearnavigation {
	font-size: .9em;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	height: 1.1em;
	text-align: center;
	background-color: #DADADA;
}
.monthpicker {
	font-size: .8em;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: .8em;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: .8em;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: .75em;
	color: #ffffff;
	vertical-align: top;
	height:10em;
}
.monthday {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	background-color: #ffffff;
	color: #384955;
	vertical-align: top;
	border:1px solid #CCCCCC;
	height:10em;
}
.today {
	text-align: center;
	font-size: .75em;
	font-weight: bold;
	background-color: #FFCC00;
	color: #ffffff;
	vertical-align: top;
	border:1px solid #CCCCCC;
}
.selectedday {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	background-color: #CCCCCC;
	vertical-align: top;
	border: 1px solid #FFCC00
}
.sunday {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
	border:1px solid #CCCCCC;
}
.sunday a {
	color: #333399;
}
.saturday {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #666666;
	vertical-align: top;
	border:1px solid #CCCCCC;
}
.saturday a {
	color: #333399;
}
.event {
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	color: navy;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	vertical-align: top;
}
.event a {
	background-color: #EEEEEE;
	color: navy;
	text-decoration:none;
}
.selectedevent {
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	color: navy;
	background-color: #EEEEEE;
	vertical-align: top;
	border: 1px solid #FFCC00;
}
.selectedevent a {
	background-color: #EEEEEE;
	color: navy;
	text-decoration:none;
}
.todayevent {
	text-align: center;
	font-size: 1.2em;
	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-weight:normal;
	line-height:99%;
	text-align:left;
	font-size: 1.1em;
	width: 100%;
	margin-bottom:.5em;
}

