/* CSS Document */


.year {
	border-style: outset;
	border-width: 0px ;
	background-color: #333333;
	text-align: center;
}
.month {
	border: #C4151C solid 1px;
	background-color:#FFFFFF;
	
	text-align: center;
	color:#000000;
}
.yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fefe00;
}
.monthname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #C4151C;
	border-style: solid;
	border-width:0px
}
.dayname {
	background-color: #C4151C;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	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: 14px;
	font-weight:bold;
}

.yearnavigation a{
	color:#fefe00;
}
.datepicker {
	background-color: #CD5C5C;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-size: 14px;
	font-weight:bold;
	background-color: #FFFFFF;
}

.monthnavigation a {
	color:#C4151C;
}
.monthpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.yearpicker {
	font-size: 11px;
	background-color: #000000;
	color: #FFEFDB;
}
.pickerbutton {
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #C4151C;
}
.monthday {
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	color: #C4151C;
	height:90px;
	width:90px;
	background-color: #CCCCCC;
	border: #C4151C solid 1px;
}
.monthday a {
	color: #C4151C;
	text-decoration:none;
}


.today {
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #e18a8d;
	color: #FFFFFF;
	height:90px;
	width:90px;
}

.today a {
	color: #FFFFFF;
	text-decoration:none;
}

.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color:#CC0000;
	background-color: #FFFFFF;
	height:90px;
	width:90px;
}

.selectedday a {
	
	color:#CC0000;
	background-color: #FFFFFF;
	height:90px;
	width:90px;
}

.sunday {
border: #C4151C solid 1px;
	background-color: #EFEFEF;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #C4151C;
	height:90px;
	width:90px;
}
.sunday a {
	color: #C4151C;
	text-decoration:none;
}
.saturday {
border: #C4151C solid 1px;
	background-color: #EFEFEF;
	vertical-align: top;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #C4151C;
	height:90px;
	width:90px;
}
.saturday a {
	color: #C4151C; 
	text-decoration:none;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	color: #FFEFDB;
	background-color: #edb8ba;
	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: #FFFFFF;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #FFFFFF;
	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: #FFFFFF;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #FFFFFF;
	color: #000000;
}
.eventcontent {
	font-size: 80%;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	border-style: solid;
	border-width: 0px;
	width: 100%;

}
.eventcontent a {
text-decoration:NONE;
color:#000000;
}

.eventcontent a:hover {
text-decoration:underline;
color:#C4151C;
}