.year {
	text-align: center;
	width: 100%;
}
.month {				
	border-style: none;
	text-align: center;
	width: 100%;
}
.yearname {				
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #F6215B;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	width: 14%;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #F6215B;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;

	color: #000099;
	background-color: #EBEBEB;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;

	background-color: #EBEBEB;
}
.monthday {	
	text-align: center;
	font-size: 11px;
	background-color: #EBEBEB;
	height:20px;
}
.eventid {
	text-align: center;
	font-size: 11px;
	background-color: #E4E4E4;
	height:20px;

}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #677D93;
	color: #ffffff;
	height:20px;

}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #F6215B;
	height:20px;

}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;

}
.selectedevent a:link {
	background-color: #ffff99;
	color: red;
}

.todayeventid{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #677D93;
	color: #ffffff;
	height:20px;

}

.todayeventid a:link{
	color: #ffffff;
	display: block;
}

.todayeventid a:visited{
	color: #ffffff;
	display: block;
}

.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}