.month a {
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.month a:hover {
	text-decoration: none;
	color: #fff;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: transparent;
	text-align: center;
}
.month {
	width: 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
	border-style: none;
	background-color: transparent;
	margin: 0 0 0 10px ;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #f2f2f2;
	color: #000;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	border-width:1px;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #CD5C5C;
	background-color: #f2f2f2;
}
.week {
	border-style: none;
	background-color: #f2f2f2;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
}
.monthnavigation img {
	display: inline;
	font-family: Arial, Tahoma, sans-serif;
	text-align: center;
}

.monthpicker {
	font-size: 10px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 10px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #fff;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	height:20px;
	width:20px;
	background: #f2f2f2 url(../img/f_calendar_day.gif) 3px 2px no-repeat;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	color: #333;
	height:20px;
	width:20px;
	background: #f2f2f2 url(../img/f_calendar_day_sel.gif) 3px 2px no-repeat;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background: #f2f2f2 url(../img/f_calendar_day_sel.gif) 3px 2px no-repeat;
	height:20px;
	width:20px;
}
.sunday {
	background-color: #f2f2f2;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	height:20px;
	width:20px;
	background: #f2f2f2 url(../img/f_calendar_day.gif) 3px 2px no-repeat;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #f2f2f2;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	height:20px;
	width:20px;
	background: #f2f2f2 url(../img/f_calendar_day.gif) 3px 2px no-repeat;
}
.saturday a {
	color: #fff;
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #f0f0f0;
	height:20px;
	width:20px;
	background: #f2f2f2 url(../img/f_calendar_day_sel.gif) 3px 2px no-repeat;
}
.event a:link, .event a:visited, .event a:hover {
	color: #fff;
}
.event a:active	{
	color: #fff;
}

.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #fff;
	background-color: #f2f2f2;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #f2f2f2;
	color: #fff;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	color: #333;
	background: #f2f2f2 url(../img/f_calendar_day_sel.gif) 3px 0px no-repeat;
	height:20px;
	width:20px;
}
.todayevent a:link, .todayevent a:visited, .todayevent a:hover {
	color: #333;
}
.todayevent a:active	{
	color: #333;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

