.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
	
}
.month {
	border-style: none;
	
	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: #8b0000;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	padding:3px 1px 4px 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: 11px;
	background-color: #eaeaea;
	width:90px;
}
.yearpicker {
	font-size: 11px;
	background-color:#eaeaea;
	width:60px;
}
.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: 12px;
	
	color: #aeabab;
	height:15px;
	margin:0;
	padding-left:1px;
	padding-right:1px;
	border:1px solid #cac9c9;
}
.today {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	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: 12px;
	
	padding-left:1px;
	padding-right:1px;
	border:1px solid #cac9c9;
	color: #aeabab;
	
	height:15px;
}
.sunday a {
	color: #aeabab;
}
.saturday {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	
	padding-left:1px;
	padding-right:1px;
	border:1px solid #cac9c9;
	color: #aeabab;
	
	height:15px;
}
.saturday a {
	color: #aeabab;
}
.event {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	/*font-weight: bold;
	color: red;
	background-color:#cbc9c9;
	color:#000;*/
	color:#aeabab;
	border:1px solid #bab8b8;
	/*
	border-top:1px solid #bab8b8;
	border-right:1px solid #bab8b8;
	border-left:0px solid #bab8b8;
	border-bottom:0px solid #bab8b8;
	*/
	color: #fff;
	
	height:15px;
}
.event a {
	/*
	background-color: #ffff99;
	*/
	font-size: 12px;
	font-weight:bold;
	color: #aeabab;
}
.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: 12px;
	font-weight: bold;
	background-color: #d00404;
	color: #fff;
	height:15px;
	line-height:15px;

}
.todayevent a {
	background-color: #d00404;
	color: #fff;
	line-height:15px;
	font-size: 12px;

}
.eventcontent {
	font-size: 12px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.paddingright2{padding-right:2px}