.year {
	background-color: #ffffff;
	text-align: center;
	width: 430px;
	margin: 0 0 0 6px;
}
.year a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
.year a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ccc;
}
.month {
	border: 1px solid #ccc;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ccc;
	color: #666;
	border-style: none;
	border-width:1px;
	padding: 3px 0;
}
.dayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
	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:20px;
	width:20px;
	color: #000000;
	background-color: #ffffff;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.monthday a {
	color: #999;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffff;
	color: #000000;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event_socio {
	background-color: #BC0F32;
}
.event , .event_socio {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000;
	color: #000000;
	height:auto;
	width:auto;
}
.event {
	background-color: #ccc;
}
.event a {
	display: block;
	padding: 1px;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: red;
	background-color: #ffffff;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffffff;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.yearnavigation a {
	width: 162px;
	border: 1px solid #ccc;
	display: block;
	background-color: #ccc;
}
.yearnavigation a:hover {
	background-color: #fff;
	color: #ccc;
}


