.year {
	font-family:Arial;
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
    width:170px;
    border: 1px solid #808080;
	background-color: #e4e4e4;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.monthname {
	font-family:Arial;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #5D5D5D;
	border-style: outset;
	border-width:0px
}
.dayname td {
	text-align: center;
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #707070;
	width:10px;
	color: #ffffff;
	border-style: outset;
	border-width:0px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:10px;
	width:10px;
}
.monthday {
    font-family:Arial;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #EFEFEF;
	color: #384955;
	height:15px;
	width:15px;
}
.today {
	font-family:Arial;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height:15px;
	width:15px;
    border-style: solid;
	border-color: #8B1B1B;
	border-width: 1px;	
}
.selectedday {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	background-color: #66ff66;
	height:15px;
	width:15px;
}
.sunday {
	font-family:Arial;
	background-color: #EFEFEF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:15px;
}
.sunday a {
	color: #667171;
}
.saturday {
    font-family:Arial;
	background-color: #EFEFEF;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	height:15px;
	width:15px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFBDD;
	background-color: #C43939;
	border:1px solid #5F0D0D;
	height:10px;
	width:10px;
}
.event a {
	background-color: #C43939;
	color: #FFFBDD;
}
.selectedevent {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #FFFBDD;
	background-color: #C43939;
	height:10px;
	width:10px;
}
.selectedevent a {
	background-color: #C43939;
	color: #FFFBDD;
}
.todayevent {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #FFFBDD;
	background-color: #DB4848;
	border:1px solid #8B1B1B;
	height:10px;
	width:10px;
}
.todayevent a {
	background-color: #DB4848;
	color: #FFFBDD;
}
.eventcontent {
	font-size: 8px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
