.calendar {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 8px;
 	text-align: center;
	font-weight: bold;
	color:#0066FF;
}
a {
	text-decoration: none;
 	text-align: center;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
 	font-weight: bold;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #0000FF;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
	
	
}
.yearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color:#F3D234;
	color: #FFFFFF;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:10px;
	width:10px;
	color: #CD5C5C;
	background-color: #FAEBD7;
}
.week {
	border-style: none;
	background-color: #EEDFCC;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: center;
	font-size: 11px;
	height:10px;
	width:10px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #0099FF;
	height:10px;
	width:10px;
}
.monthday a{
color: #0099FF;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
 	border-width:2px;
 	border-style:solid;
 	border-color:#000000;
 	width:10px;
	height:10px;
}
.selectedday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-width:1px;
	border-style:none;
	background-color:#CDC9C9;
	height:10px;
	width:10px;
}
.sunday {
	background-color: #FFFFFF;
	text-align: center;
	font-size:11px;
 	color: #667171;
	height:10px;
	width:10px;
}
.sunday a {
	color: #FF0000;
	font-weight:bold 
}
.saturday {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:10px;
	width:10px;
}
.saturday a {
	color: #FF0000;
	font-weight: bold;
}
