.year {
	border-style: outset;
	border-width: 1px;
	background-color:none;
	text-align: center;
}
.month {
	border-style: none;
	background-color:none;
	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: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #b2b5be;
	padding:2px;
	color: #ffffff;
	
}
.weeknumtitle {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 11px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 11px;
}
/*
.datepicker {
	background-color: #e4e4e4;
}*/
.datepickerform {
	margin: 0px;
}
/*
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}*/
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	background:url(/images/go.jpg) no-repeat top left;
	border:0px solid #acacac;
	cursor:pointer;
	
	height:14px;
	width:21px;
}
.nomonthday {
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	height:15px;
	
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	background-color:none;
	color: #384955;
	height:15px;
	
}
.today {
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	background-color: #6280b3;
	color: #ffffff;
	height:15px;
	
}
.selectedday {
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	background-color: #607560;
	height:15px;
	
}
.sunday {
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:15px;
	
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align:middle;	
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:15px;
	
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #b6bec2;
	height:15px;
	vertical-align:middle;	
	
}
.event a {
	background-color: #b6bec2;
	font-size: 11px;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #b6bec2;	
	vertical-align:middle;
	
	height:15px;
	
}
.selectedevent a {
	background-color: #b6bec2;
	font-size: 11px;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #b6bec2;
	vertical-align:middle;
	height:15px;
	
}
.todayevent a {
	background-color: #b6bec2;
	vertical-align:middle;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
