.year {
	border-style: outset;
	border-width: 0px;
	background-color: #000000;
	text-align: center;
	color: #DCE06E;
}
.month {
	border-style:solid;
	border-width:1px;	
	background-color: #DCE06E;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFEFDB;
}
.monthname {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #DCE06E;
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname {
	background-color: #054424;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFEFDB;
	border-style: none;
	/*border-width:1px*/
}
.weeknumtitle {
	background-color: #8B4513;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFEFDB;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #EEDFCC;
}
.week {
	border-style: none;
	background-color: #CD5C5C;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CDC9C9;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: #054424;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #054424;
	color: #FFEFDB;
}
.yearpicker {
	font-size: 11px;
	background-color: #054424;
	color: #FFEFDB;
}
.pickerbutton {
	background-color: #054424;
	color: #FFEFDB;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #FFFFFF;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	height:18px;
	width:18px;	
}
.monthday a {
	color: #FFEFDB;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #ACF993;
	color: #000000;
	height:18px;
	width:18px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:18px;
	width:18px;
}
.sunday {
	background-color: #054424;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000	;
	height:18px;
	width:18px;
}
.sunday a {
	color: #FFEFDB;
}
.saturday {
	background-color: #054424;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #F00000;
	height:18px;
	width:18px;
}
.saturday a {
	color: #FFEFDB;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFEFDB;
	background-color: #CDCD00;
	height:18px;
	width:18px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:18px;
	width:18px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:18px;
	width:18px;
}
.todayevent a {
	background-color: #CDCD00;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}


img {
	border: 0px none;
}
