.year {
	/*border-style: outset;
	border-width: 1px;*/
	background-color: #;
	text-align: center;
}
.month {
	border-style: outset;border-width: 1px;
	border-color: #eaeaea;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #006699
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #DADADA;
	color: #006699;
	border-style: outset;
	border-width:1px;
/*	border-color: #eeeeee;*/

}
.dayname td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #3E97CF;
	color: #ffffff;
/*	border-style: outset;
	border-width:1px; */
}
.yearnavigation {
	font-size: 11px;
}
.datepicker {
	background-color: #;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #;
	color: #5d5d5d;

}
.yearpicker {
	font-size: 11px;
	background-color: #;
	color: #5d5d5d;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eaeaea;
	border-style: solid;
	border-color: #5d5d5d;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
/*	border-style: outset;border-width:1px */
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
/*	background-color: #5CB5C7;*/
background-color: #828282;
	color: #ffffff;
	height:20px;
	width:20px;
/*	border-style: outset;border-width:1px */
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #d00000;
	height:20px;
	width:20px;
/*	border-style: outset;border-width:1px */
}
.sunday a {
	color: #667171;
	
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
/*	color: #667171;*/
	color: #d00000;
	height:20px;
	width:20px;
/*	border-style: outset;border-width:1px */
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffff99;
	color: red;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
.todayevent a {
	background-color: #ffff99;
	color: red;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
