a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #006300;
}
.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
}
.month {
	border-style: none;
	text-align: center;
}
.month img{
border:none;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border:solid 1px #157907;
	color: #000000;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color:#bcdc91;
	color: #000000;
	border:solid 1px #006300;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000000;
}
.week {
	border-style: none;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
	border:solid 1px #157907;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	border:solid 1px #157907;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
	background-color: #CCCCCC;
	border:solid 1px #AAAAAA;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border:solid 1px #AAAAAA;
	color: #000000;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #c9dfff;
	border:solid 1px #1752b2;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #EEEEEE;
	border:solid 1px #CCCCCC;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
	background-color: #EEEEEE;
	border:solid 1px #CCCCCC;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
	background-color: #EEEEEE;
	border:solid 1px #CCCCCC;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	background-color: #d5ffa5;
	border:solid 1px #006300;
	color: #000000;
	height:90px;
	width:90px;
}
.eventcontent:hover{
	color: #006300;
	background-color:#A3FF6A;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedevent a {
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #c9dfff;
	border:solid 1px #1752b2;
	color: #000000;
	height:90px;
	width:90px;
}
.todayevent a {
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
	border:solid 1px #a5e35e;
	background-color:#c4fe82;
}

