.year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
	
}
.month {

	background-color: #ced5e8;	
	text-align: center;
	width:209px;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff;
}
.yearname {
	text-align: center;
	font-size: 12px;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	color: #000;
	font-weight:bold;
	
	
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 12px;
	height:15px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: none;
	width:100%
}
.datepickerform {
	margin: 0px;
}

.monthpicker {
	font-size: 12px;
	background-color: #eeeeee;
	width:110px;
}
.yearpicker {
	font-size: 12px;
	background-color: #eeeeee;
	width:60px;
}
.pickerbutton {
	padding:0px;
	margin:0px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #002a76;
	border-width: 1px;
	width:32px;
	font-size:12px;
}
.nomonthday {
	text-align: center;
	font-size: 12px;
	height:15px;
	color: #aaaaaa;
	background-color:#fff;
}

.monthday {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	background-color: #f2f2f2;
	color: #000;
	height:15px;
	margin:0;
	padding-left:1px;
	padding-right:1px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
}
.today {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	background-color: #d00404;
	border: 2px solid #fff;
	color:#fff;
}
.selectedday {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #66ff66;
	height:15px;
}
.sunday {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	
	padding-left:2px;
	padding-right:2px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	color: #000;
	height:15px;
}
.sunday a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.saturday {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	
	padding-left:2px;
	padding-right:2px;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	color: #000;
	height:15px;
}
.saturday a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.event {
	text-align: center;
	vertical-align:middle;
	font-size: 12px;
	/*font-weight: bold;
	color: red;*/
	background-color: none;
	
	
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	background:#ffcc00;
	height:15px;
}
.event a {
	/*
	background-color: #ffff99;
	*/
	
	color:#fff;
	
}
.selectedevent {
	text-align: center;
	font-size: 12px;
	
	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;
}
.eventcontent {
	font-size: 12px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.calendar_table{
	background:#fff;
}