 
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ffffff;
	text-align: center;
}
.month {
 
	background-color: #fff; height:200px;  
	text-align: center; width:200px; border:0px;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #444;
	color: #d1d3d4; 
}
.dayname {
	text-align: center;  text-transform:uppercase;
	font-weight: bold;color:#fff; font-size:8px;
	background-color: #444;
	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:25px;
	width:28px; 
	color:#fff; font-size:9px;
	background-color: #444;
}
.week {
	border-style: none; color:#fff; font-size:9px;
	background-color: #444;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #d1d3d4;
	border-style: solid;
	border-width:1px
}
.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:25px;
	width:28px;background-color: #333333;
	color: #d1d3d4;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #444;
	color: #d1d3d4;
	height:25px;
	width:28px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	 
	 
	background-color: #531a17;
	background-position:top right; background-repeat:no-repeat;
	color: #d1d3d4;
	height:25px;
	width:28px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: outset;
	background-color: #ffffff;
	height:25px;
	width:28px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #d1d3d4;background-color: #444;
	height:25px;
	width:28px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;background-color: #444;
	font-size: 11px;
	font-weight: bold;
	color: #d1d3d4;
	height:25px;
	width:28px;
}
.saturday a {
	color: #d1d3d4;
}
.event { 
	
		text-align: center;
	font-size: 11px;
	font-weight: bold;
	 
	 
	background-color: #444; background-image:url(../../../images/calco.png);
	background-position:top right; background-repeat:no-repeat;
	color: #d1d3d4;
	height:25px;
	width:28px;

}
.event a {
 
	color: #d1d3d4; cursor:default;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #d1d3d4;
	background-color: #ffffff;
	height:25px;
	width:28px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #d1d3d4;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	 
	 
	background-color: #531a17; background-image:url(../../../images/calco.png);
	background-position:top right; background-repeat:no-repeat;
	color: #fff;
	height:25px;
	width:28px;

}
.todayevent a { 
	color: #fff; cursor:default
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
