body {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
a:hover {
	text-decoration: none;
	color: #9d3292;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #000000;
	text-align: center;
}
.month {
	background-color: #000000;
	text-align: center;
	width:370px;

}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.dayname {
	background-color: #404042;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFEFDB;
	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:20px;
	width:20px;
	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: 12px;
}
.datepicker {
	background-color: #404042;
}
.datepickerform {
	margin: 0px;
}



.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background:url('barbg.gif') repeat-x;
	color: #fff;

	border-bottom:1px solid white;
}


.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background:url('barbg.gif') repeat-x;
}

.lmonthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background:url('barbg.gif') repeat-x;
	border-left:1px solid white;

	border-bottom:1px solid white;
}

.rmonthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	background:url('barbg.gif') repeat-x;
	border-right:1px solid white;

	border-bottom:1px solid white;
}







.monthpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.yearpicker {
	font-size: 11px;
	background-color: #CD5C5C;
	color: #FFEFDB;
}
.pickerbutton {
	background-color: #CD5C5C;
	color: #FFEFDB;
}

.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
	border:1px solid white;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height:18px;
	width:18px;
	border:1px solid white;
}
.monthday a {
	color: #FFEFDB;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border:1px solid white;
	background-color: #535354;
	color: #fff;
	height:18px;
	width:18px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border:1px solid white;
	background-color: #000000;
	height:18px;
	width:18px;
}
.sunday {
	background-color: #000000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height:18px;
	width:18px;
	border:1px solid white;
}
.sunday a {
	color: #FFEFDB;
}
.saturday {
	background-color: #000000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	height:18px;
	width:18px;
	border:1px solid white;
}
.saturday a {
	color: #FFEFDB;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #9d3292;
	height:18px;
	width:18px;
}
.event a {
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:18px;
	width:18px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #535354;
	height:18px;
	width:18px;
}
.todayevent a {
	background-color: #535354;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}
