a {
	text-decoration: none;
	color: #666666;
	text-align: center;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	color: #666666;
	font-size: 11px;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #848484;
	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: #ffffff;
	color: #000000;
	border-style: none;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #d4d4d4;
	color: #000000;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000000;
	background-color: #ffffff;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
	color: #ffffff;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthnavigation a{
	color: #ffffff;
	font-weight: bold;
}
.monthnavigation a:hover{
	color: #000000;
	font-weight: bold;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
	background: #eeeeee;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	background: #eeeeee;
	color: #666666;
	height:90px;
	width:90px;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	background: #eeeeee;
	color: #000000;
	height: 90px;
	width: 90px;
	font-weight: bold;
}

.today a{
	color: #000000;
	text-decoration: none;
}

.today a:hover{
	color: #000000;
	text-decoration: underline;
}

.selectedday {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
	background: #eeeeee;
	height:90px;
	width:90px;
	text-decoration: underline;
	font-size: 10px;
}
.sunday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height:90px;
	width:90px;
	background: #eeeeee;
}
.sunday a {
	color: #666666;
}
.sunday a:hover{
	color: #666666;
	text-decoration: underline;
	}
.saturday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	height:90px;
	width:90px;
	background: #eeeeee;
}
.saturday a {
	color: #666666;
}
.saturday a:hover{
	color: #666666;
	text-decoration: underline;
	}
	
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
}
.selectedevent a {
	background-color: #ffffff;
	color: #666666;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 12px;
	color: #000000;
}
.todayevent a {
	color: #000000;
}
.eventcontent {
	font-size: 11px;
	width: 100%;
}
.event{
	font-size: 11px;
}
