body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none; 
	text-align: left;
}
a:hover {
	text-decoration: none;
}
.year {
	border-style: outset;
	border-width: 0;
	background-color: #fafafa;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #fafafa;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #fafafa;
	color: #900;
	border-style: outset;
	border-width: 0;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #edb966;
	color: #ffffff;
	border-style: outset;
	border-width: 0;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width: 0;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:125px;
	color: #000099;
	background-color: #e9e9e9;
}
.week {
	border-style: none;
	background-color: #eaeaea;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #eaeaea;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eaeaea;
}
.yearpicker {
	font-size: 11px;
	background-color: #eaeaea;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eee;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px;
}
.nomonthday {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:125px;
	color: #aaaaaa;
}
.monthday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #eaeaea;
	color: #384955;
	height:90px;
	width:125px;
}
.today {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #bbb;
	color: #ffffff;
	height:90px;
	width:125px;
}
.selectedday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #eaeaea;
	height:90px;
	width:125px;
}
.sunday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #eaeaea;
	height:90px;
	width:125px;
}
.saturday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #eaeaea;
	height:90px;
	width:125px;
}
.event {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #eaeaea;
	height:90px;
	width:125px;
}
.event a {
	background-color: #eaeaea;
	color: red;
}
.selectedevent {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ddd;
	height:90px;
	width:125px;
}
.selectedevent a {
	background-color: #ddd;
	color: red;
}
.todayevent {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #bbb;
	height:90px;
	width:125px;
}
.todayevent a {
	background-color: #bbb;
	color: red;
}
.eventcontent {    
	color: #900;
	font-size: 9px;
	border-style: outset;
	border-width: 0;
	width: 100%;
}

.eventcontent .event-info {
	color: #333;
	font-weight: normal;
	font-style: italic;
}

