.year {
	border-style: outset;
	border-width: 1px;
	background-color: #C4DEF4;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #f6caca;
	color: #000000;
	border-style: outset;
	border-width: 1px;
}
.dayname td {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #838383;
	border-style: outset;
	border-width: 1px;
}
.yearnavigation {
	font-size: 11px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthnavigation a:link { text-decoration: none; color: #3b0202; }
.monthnavigation a:visited { text-decoration: none; color: #3b0202; }
.monthnavigation a:active { text-decoration: none; color: #3b0202; }
.monthnavigation a:hover { text-decoration: none; color: #100101; }

.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 {
	height: 16px;
	width: 16px;
}
.monthday {
	text-align: center;
	font-size: 11px;
	background-color: #fbf3f3;
	color: #838383;
	height: 16px;
	width: 16px;
	border: 1px solid #838383;
}
.today {
	text-align: center;
	font-size: 11px;
	background-color: #fbb3b3;
	color: #b22b2b;
	height: 16px;
	width: 16px;
	border: 1px solid #ac1212;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	background-color: #ffdec0;
	color: #b22b2b;
	height: 16px;
	width: 16px;
	border: 1px solid #f68c2d;
}
.sunday {
	text-align: center;
	font-size: 11px;
	background-color: #f5e8e8;
	color: #838383;
	height: 16px;
	width: 16px;
	border: 1px solid #838383;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	background-color: #f5e8e8;
	color: #838383;
	height: 16px;
	width: 16px;
	border: 1px solid #838383;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height: 16px;
	width: 16px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height: 16px;
	width: 16px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height: 16px;
	width: 16px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.myevent
{
	text-align: center;
	font-size: 11px;
	background-color: #ffdec0;
	color: #838383;
	height: 16px;
	width: 16px;
	border: 1px solid #f47521;
	text-decoration: none;
}
.myevent a { color:#838383; text-decoration: none; }
.myevent a:link { color:#838383; }
.myevent a:visited { color:#838383; }
.myevent a:active { color:#838383; }
.myevent a:hover { color:#464646; font-weight: bold; }