/*body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
*/

/* 
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
*/


.year {
	border-style: outset;
	border-width: 1px;
	background-color: #FAEBD7;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #E5E1D2;
	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: #E5E1D2;
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 17px;
	font-variant: normal;
	text-decoration: underline;
}
.monthpicker {
	font-size: 11px;
	background-color: #E5E1D2;
}
.yearpicker {
	font-size: 11px;
	background-color: #E5E1D2;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #E5E1D2;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEECE3;
	color: #000000;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #FFFFFF;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.sunday {
	background-color: #EEECE3;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #DBDBDB;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #EEECE3;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #DBDBDB;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FDD091;
	height:20px;
	width:20px;
}
.event a {
	color: #000000;
}
.event2 {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #7CAEDF;
	height:20px;
	width:20px;
}
.event2 a {
	color: #000000;
}
.event3 {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #4BE071;
	height:20px;
	width:20px;
}
.event3 a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #FFFFFF;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #FFFFFF;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
