.year {
	/*border-style: outset;
	border-width: 1px;*/
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	/*background-color: #3e97cf;*/
	background-color: #020167;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	/*background-color: #3e97cf;*/
	background-color: #020167;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, 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;
	width:20px;
	color: #aaaaaa;
}
.monthday{
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	background-color: #ffffcc;
	color: #666666;
	height:20px;
	width:20px;
}

.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}

.event, event a {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color:#ff9900;
	height:20px;
	width:20px;
}

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