body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #aea682;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #ccccad;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #303021;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #303021;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #303021;
	color: #ccccad;
	/*border-style: outset;
	border-width:1px*/
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #4b4b34;
	color: #ccccad;
	border-style: outset;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #5b5d40;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #ccccad;
	background-color: #5b5d40;
}
.week {
	border-style: none;
	background-color: #5b5d40;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ccccad;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #303021;
	color: #ccccad;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #303021;
	color: #ccccad;
}
.yearpicker {
	font-size: 11px;
	background-color: #303021;
	color: #ccccad;
}
.pickerbutton {
	font-size: 11px;
	background-color: #303021;
	color: #ccccad;
	border-style: solid;
	border-color: #4b4b34;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #5b5d40;
	color: #ccccad;
	height: 90px;
	width: 90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #405d4b;
	color: #ccccad;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:90px;
	width:90px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #5b5d40;
	color: #ccccad;
	height: 90px;
	width: 90px;
}
.sunday a {
	color: #ccccad;
}
.saturday { 
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #5b5d40;
	color: #ccccad;
	height: 90px;
	width: 90px;
}
.saturday a {
	color: #aea682;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	color: #ccccad;
	background-color: #803932;
	height: 90px;
	width: 90px;
	font-weight: bold;
}
.event a {
	font-size: 9px;
	background-color: #803932;
	color: #aea682;
}
.event a:hover {
	font-size: 9px;
	background-color: #803932;
	color: #ccccad;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #ccccad;
	background-color: #803932;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	color: #ccccad;
	background-color: #d63932;
	height: 90px;
	width: 90px;
	font-weight: bold;
}
.todayevent a {
	font-size: 9px;
	background-color: #d63932;
	color: #aea682;
}
.todayevent a:hover {
	font-size: 9px;
	background-color: #d63932;
	color: #ccccad;
}
.eventcontent {
	font-size: 12px;
	text-align: center;
	border-style: outset;
	border-width: 0px;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
