.year {
	border-style: outset;
	border-width: 1px;
	background-color: #333333;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #000000;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
<!--This is the style of the month at top -->
.monthname {
	text-align: center;
	font-size: 75%;
	font-weight: bold;
	color: #5D5D5D;
}
<!--This is the style of the day at top -->
.dayname {
	text-align: center;
	font-size: 80%;
	width: 120px;
	height: 20px;
	background-color: #1c2d4b;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #00CCCC;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 60%;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana, Arial, Helvetica, 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;
	width:20px;
	color: #ffffff;
}

.monthday {
text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #5CB5C7;
	color: #ffffff;
	height:80px;
	width:120px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ABE4E4;
	color: #ffffff;
	height:80px;
	width:120px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #0099FF;
	height:80px;
	width:120px;
}
.sunday {
	text-align: center;
	background-color:#5A6DBC;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:80px;
	width:120px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	background-color:#5A6DBC;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:80px;
	width:120px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:60px;
	width:60px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:60px;
	width:60px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:60px;
	width:120px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	color:#6B7BB4;
	width: 80%;


}

