
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: transparent;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: lightblue;
	color: #000000;
	border-style: outset;
	border-width:1px
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: transparent;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family:  Arial, Tahoma, sans-serif;
	background-color: transparent;
	
}
.monthpicker {
	font-size: 10px;
	background-color: #e4e4e4;
}
.yearpicker {
	font-size: 10px;
	background-color: #e4e4e4;
}
.pickerbutton {
	font-size: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:35px;
	width:35px;
	background-color: transparent;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: transparent;
	color: #000000;
	height:35px;
	width:35px;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #dadada;
	color: #000000;
	height:35px;
	width:35px;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #dadada;
	height:35px;
	width:35px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:35px;
	width:35px;
	background-color: lightblue;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:35px;
	width:35px;
	background-color:  lightblue;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #0040dd;
	height:35px;
	width:35px;
}
.event a {
	background-color: #0040dd;
	color: white;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #0040dd;
	height:35px;
	width:35px;
}
.selectedevent a {
	background-color: #0040dd;
	color: white;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: white;
	background-color: #0040dd;
	height:35px;
	width:35px;
}
.todayevent a {
	background-color: #0040dd;
	color: white;
}
.eventcontent {
	font-size: 10px;
	width: 100%;
	background-color: #0040dd;
	color: white;
	text-align: center;
}

