.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
	border-collapse: separate;
	border-spacing: 3px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #5D5D5D;
}
.dayname {
    padding: 5px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:65px;
	width:65px;
	color: #000099;
	background-color: #e9e9e9;
}
.week {
	border-style: none;
	background-color: #e4e4e4;
	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: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	vertical-align: top;
}
.monthpicker {
	background-color: #eeeeee;
}
.yearpicker {
	background-color: #eeeeee;
}
.pickerbutton {
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	/* background-color: #E4E4E4; */
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:65px;
	width:65px;
	color: #aaaaaa;
}
.monthday {
    padding-top:5px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: rgb(240,240,240);
	color: #384955;
	height:65px;
	width:65px;
}
.today {
    padding-top:5px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: rgb(230,230,230);
	border:1px solid rgb(200,200,200);
	color: #ffffff;
	height:63px;
	width:63px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:65px;
	width:65px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:65px;
	width:65px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:65px;
	width:65px;
}
.saturday a {
	color: #667171;
}
.event {
    padding-top:5px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: rgb(210,210,210);
	height:65px;
	width:65px;
}
.event a {

}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:65px;
	width:65px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:65px;
	width:65px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	border-bottom:1px dashed #ffffff;
	font-size: 10px;
	width: 100%;
}