.year {
	border-style: outset;
	border-width: 1px;
	background-color: #CD5C5C;
	text-align: center;		
}
.month {
	border-style: none;
	background-color: #CD5C5C;
	text-align: center;
	

	background-color: blue; 
	
	border-color: black;
	border-style: solid;
	border-width:2px
	
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFEFDB;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #800000;
	color: white;
	border-style: solid;
	border-width:0px
}
.dayname {
	background-color: grey;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFEFDB;
	border-style: none;
	border-width:1px
	
	
}
.weeknumtitle {
	background-color: #8B4513;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFEFDB;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #000099;
	background-color: #EEDFCC;
}
.week {
	border-style: none;
	background-color: #CD5C5C;
	text-align: center;

}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #CDC9C9;
	border-style: solid;
	border-width:1px	
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #CD5C5C;
}
.datepickerform {
	margin: 0px;
}


.monthnavigation {

	font-family: Tahoma, Arial, sans-serif;
        font-weight: bold;
	font-size: 14px;
	background-color: #e9eaec;
	color: #FFEFDB;
}


.monthnavigation  a:visited{
   font-size: 14px;
   color: black	;
}

.monthnavigation  a {
   font-size: 14px;
   color: black	;
}




.monthpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}

.yearpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.pickerbutton {
	background-color: #CD5C5C;
	color: #FFEFDB;
}

.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;

	background-color: #ffffff;	
		
	
	
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: black;
	height:90px;
	width:90px;
        background-color: #e9eaec; 

}
.monthday a {
	color: black;
}
.today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #EEE9E9;
	color: #000000;
	height:90px;
	width:90px;	
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #CDC9C9;
	height:90px;
	width:90px;
	
	
		background-color: #FFF7DF;
		border-color: black;
		border-style: solid;
		border-width:2px
                

	
}
.sunday {
	background-color: #FFBD6F;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	height:90px;
	width:90px;
}
.sunday a {
	color: black;
}
.saturday {
	background-color: #FFBD6F;
	vertical-align: top;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	height:90px;
	width:90px;
}
.saturday a {
	color: black;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #FFEFDB;
	background-color: #CDCD00;
	height:90px;
	width:90px;
}
.event a {
	color: #000000;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #CDCD00;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	width: 100%;
}
