.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.dayname {
	text-align: center;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width: 1px;
}

.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width: 1px;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height: 90px;
	width: 90px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #fcd5a1;
	color: #68002e;
	height: 90px;
	width: 90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
    border: 1px solid #68002e;
    background: url(/images/today.gif) no-repeat;
    background-color: #fcd5a1;
	color: #68002e;
	height: 88px;
	width: 88px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height: 90px;
	width: 90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 90px;
	width: 90px;
	background-color: #f8ab43;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height: 90px;
	width: 90px;
	background-color: #f8ab43;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	border: 1px solid #68002e;
	color: #ffffff;
	background-color: #8e4062;
	height: 90px;
	width: 90px;
}
.event a:link, .event a:visited, .event a:active {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
    text-decoration: none;
}
.event a:hover {
    border-bottom: 1px dotted #fcd5a1;
    color: #ffffff;
    text-decoration: none;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height: 90px;
	width: 90px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	border: 1px solid #68002e;
	color: #ffffff;
	background-color: #8e4062;
	height: 88px;
	width: 88px;
}
.todayevent a:link, .todayevent a:visited, .todayevent a:active {
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
    text-decoration: none;
}
.todayevent a:hover {
    border-bottom: 1px dotted #fcd5a1;
    color: #ffffff;
    text-decoration: none;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 0;
	width: 100%;
}
