.year {
	border-style: outset;
	border-width: 0px;
	background-color: #FFD760;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #FFD760;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname{
	text-align: center;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #FFD760;
	color: #000000;
	border-style: outset;
	border-width:0px
}
.dayname {
	text-align: center;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #FFD760;
	color: #000000;
	border-style: outset;
	border-width:0px
}
.weeknumtitle {
	text-align: center;
	font: normal 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #FFD760;
	border-style: outset;
	border-width:0px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000000;
	background-color: #FFD760;
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #FFD760;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	color: #000000;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthnavigation a{
	color: #000000;
	text-decoration:none;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthnavigation a:hover{
	color: #000000;
	text-decoration:none;
	font: bold 12px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #FFD760;
}
.yearpicker {
	font-size: 11px;
	background-color: #FFD760;
}
.pickerbutton {
	font-size: 11px;
	background-color: #FFD760;
	border-style: solid;
	border-color: #FFD760;
	border-width: 0px;
}
.nomonthday {
	text-align: center;
    font: normal 10px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	height:20px;
	width:20px;
	color: #000000;
}
.monthday {
	text-align: center;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #FFD760;
	color: #000000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #5CB5C7;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
    font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	color: #a37d51;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	color: #a37d51;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	color: #000000;
	background-color: #FFD760;
	height:20px;
	width:20px;
    font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.event a {
	background-color: #FFD760;
	color: #000000;
}
.selectedevent {
	text-align: center;
	font: normal 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFD760;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #FFD760;
	color: #000000;
	font: normal 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.todayevent {
	text-align: center;
	color: #000000;
	background-color: #FFD760;
	height:20px;
	width:20px;
	font: bold 11px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.todayevent a {
	background-color: #FFD760;
	color: #000000;
	font: normal 10px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
.eventcontent {
	border-style: outset;
	border-width: 0px;
	width: 100%;
	font: normal 10px "Trebuchet MS",verdana, arial, helvetica, sans-serif;
}
