.calendar {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	margin:0 auto;
	margin-top: 20px;
	width: 100%;
	background-color: #E4E4E4;
}
.calendar .title
{
	background-color: #FFFFFF;
	font-family: Times New Roman,Serif;
	font-size: 20px;
	text-align: center;
}
.calendar thead th
{
	background-color: #A7C2BE;
	width: 14%;
}
.calendar tbody td
{
	text-align: center;
	color: #333333;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
}
.calendar tbody td a
{
	display: block;
	clear: both;
	font-weight: normal;
	padding: 5px 0; 
}
.calendar tbody td.weekend
{
	background-color: #EEEEEE;
	color: #667171;
}
.calendar tbody td.current
{
	background-color: #c1d7d4;
}
.calendar tbody td.weekend,
.calendar tbody td.weekday
{
	height: 100px;
}

.calendar tbody td a
{
	color: #667171;
}











/*
.calendar a {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
	text-align: center;
	font-size:10px;
}
.calendar a:hover {
	text-decoration: none;
	color: #758e5c;
}
.calendar .year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.calendar .month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
.calendar .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.calendar .monthname {
	text-align: center;
	background-color:#FFFFFF;
	font-family: Times New Roman, Serif;
	color: #7B9460;
	font-size: 20px;
}
.calendar .dayname {
	text-align: center;
	font-size: 12px;
	background-color: #816743;
	color: #ffffff;
}
.calendar .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
		background-color:#FFFFFF;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	background-color:#FFFFFF;
	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:#FFFFFF;
	color: #384955;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #816743;
	color: #ffffff;
	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;
	color: #667171;
	background-color: #eeeeee;
	height:90px;
	width:90px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:90px;
		background-color: #eeeeee;
	width:90px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	font-weight: normal;
	width: 100%;
}
*/