/*body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11;
	text-align: center;
	font-weight: normal;
}*/
a {
	text-decoration: none;/*font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #667171;
	/*text-align: center;*/
}
a:hover {
	text-decoration: none;
	color: #3163CE;
}

.year {
	border-style: outset;
	border-width: 1px;
	background-color: #ece9d8;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #ece9d8;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	background-color: #ece9d8;
	color: #c60000;
	border-style: solid;
	border-width:0px
}
.dayname {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border-style: none;
	border-width:1px;
	background-color: #c60000;
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:90px;
	width:90px;
	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: 10px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #ece9d8;
	color: #c60000;
}
.monthpicker {
	font-size: 10px;
	background-color: #EEDFCC;
}
.yearpicker {
	font-size: 10px;
	background-color: #EEDFCC;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #EEDFCC;
}
.nomonthday {
	text-align: left;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #667171;
	background-color: #f5f4e8;
}
.monthday {
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	background-color: #ffffff;
	color: #667171;
	height:90px;
	width:90px;

}
.today {
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffca;
	color: #667171;
	height:90px;
	width:90px;	
	border-color: #c60000;
}
.selectedday {
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.sunday {
	background-color: #ffffe8;
	vertical-align: top;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #c60000;
	height:90px;
	width:90px;
}
.sunday a {
	color: #b00000;
}
.saturday {
	background-color: #ffffff;
	vertical-align: top;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #667171;
	height:90px;
	width:90px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	color: #667171;
	background-color: #ffffff;
	height:90px;
	width:90px;
}
.event a {
	color: #667171;
}
.selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 9px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #667171;
	background-color: #CDC9C9;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #667171;
}
.todayevent {
	text-align: left;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffca;
	color: #667171;
	height:90px;
	width:90px;	
	border-color: #c60000;
}
.todayevent a {
	background-color: #ffffca;
	color: #667171;
}
.eventcontent {
    font-family: Arial, Helvetica, Tahoma,  sans-serif;
	font-size: 9px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

