.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
	
}
.month {
	border-style: none;
	background-color: #ececde;	
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 11px;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.dayname {
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	background-color: #002a76;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:15px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 10px;
}
.datepicker {
	background-color: none;
	width:100%
}
.datepickerform {
	margin: 0px;
}

.monthpicker {
	font-size: 10px;
	background-color: #eeeeee;
	width:65px;
}
.yearpicker {
	font-size: 10px;
	background-color: #eeeeee;
	width:55px;
}
.pickerbutton {
	padding:0px;
	margin:0px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #002a76;
	border-width: 1px;
	width:32px;
	font-size:10px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:15px;
	color: #aaaaaa;
	
}

.monthday {
	text-align: center;
	vertical-align:middle;
	font-size: 10px;
	background-color: #ffffff;
	color: #384955;
	height:15px;
	margin:0;
	padding-left:1px;
	padding-right:1px;
	border-right:1px solid #cac9c9;
	border-top:1px solid #cac9c9;
}
.today {
	text-align: center;
	vertical-align:middle;
	font-size: 10px;
	background-color: #d00404;
	border: 1px solid #cac9c9;
	color:#fff;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #66ff66;
	height:15px;
}
.sunday {
	text-align: center;
	vertical-align:middle;
	font-size: 10px;
	
	padding-left:1px;
	padding-right:1px;
	border-right:1px solid #cac9c9;
	border-top:1px solid #cac9c9;
	color: #667171;
	height:15px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	vertical-align:middle;
	font-size: 11px;
	
	padding-left:1px;
	padding-right:1px;
	border-right:1px solid #cac9c9;
	border-top:1px solid #cac9c9;
	color: #667171;
	height:15px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	vertical-align:middle;
	font-size: 10px;
	/*font-weight: bold;
	color: red;*/
	background-color: none;
	border:1px solid #002a76;
	height:15px;
}
.event a {
	/*
	background-color: #ffff99;
	*/
	color: #002a76;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #d00404;
	color: #fff;
	height:15px;
	line-height:15px;
}
.selectedevent a {
	background-color: #d00404;
	color: #fff;
	line-height:15px;

}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #d00404;
	color: #fff;
	height:15px;
	line-height:15px;

}
.todayevent a {
	background-color: #d00404;
	color: #fff;
	line-height:15px;

}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
