.year {
	border-style: outset;
	border-width: 1px;
	background-color: #f1f1e2;
	text-align: center;
}
.month {
	border: 1px solid #d2cba4;
	background-color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: separate;
	margin: 0 0 1em 0;
}
.month td {
   border: 0;
   padding: 0;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
	background: #3d4b7b url(/images/subnav_bkgd.gif) repeat top;
   color: white;
   border-style: solid;
   border-width:0px
}
.dayname td {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	background-color: white;
	border-style: none;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #f1f1e2;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 10px;
	background-color: #EED;
}
.yearpicker {
	font-size: 10px;
	background-color: #EED;
}
.pickerbutton {
	font-size: 10px;
	border-style: none;
	border-width: 1px;
	background-color: #EED;
}
.nomonthday {
	height:20px;
	width:20px;
	background-color: white;
}
.monthday {
	text-align: center;
	font-size: 9px;
	background-color: #e8e5d1;
	color: #000000;
	height:20px;
	width:20px;
}
.today, td.today {
	text-align: center;
	font-size: 9px;
	font-weight: bolder;
	border: 1px solid #a00 !important;
	background-color: white;
	color: black;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.sunday {
	background-color: #ddd;
	text-align: center;
	font-size: 9px;
	color: #666;
	height:20px;
	width:20px;
}
.sunday a {
	color: #666;
}
.saturday {
	background-color: #f1f1e2;
	text-align: center;
	font-size: 9px;
	color: #444;
	height:20px;
	width:20px;
}
.saturday a {
	color: #444;
}
.event {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #A00;
	background-color: #f1f1e2;
	height:20px;
	width:20px;
}
.event a {
	color: #0000A8;
	text-decoration: underline;
	display: block;
}

.selectedevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #EEE9E9;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: #000000;
}
.eventcontent {
	font-size: 9px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

