
a:link{
	color: #660000;
	text-decoration:none;
}
a:visited{
	color: #330000;
	text-decoration:none;
}
a:hover{
	color: #990000;
	text-decoration:underline;
}
.year {
	border-style: outset;
	border-width: 1px;
	background-color: #CD5C5C;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #FFFFCC;
	text-align: center;
	width:100%;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFEFDB;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #FFEFDB;
	color: #667171;
	border-style: solid;
	border-width:0px
}
.dayname {
	background-color: #8B4513;
	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: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: 12px;
}
.datepicker {
	background-color: #CD5C5C;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.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;
	vertical-align: top;
	font-size: 10px;
	height:90px;
	width:90px;
	color: #aaaaaa;
	background-color:#FFFFEE;

}
.monthday {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	height:90px;
	width:90px;
}

.today {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #FFCC00;
	color: #000000;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #FFCC99;
	height:90px;
	width:90px;
}
.sunday {
	background-color: #FFCC99;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #FFEFDB;
	height:90px;
	width:90px;
}
.sunday a {
	color: #FFEFDB;
}
.saturday {
	background-color: #FFCC99;
	vertical-align: top;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	height:90px;
	width:90px;
}
.event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #FFEFDB;
	background-color: #CDCD00;
	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: #CDCD00;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #000000;
}
.todayevent {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #000000;
	background-color: #CDCD00;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #CDCD00;
	color: #000000;
}
.eventcontent {
	font-size: 11px;
	font-weight:normal;
	width: 100%;
	text-align:left;
}
.eventcontent a:link, .eventcontent a:visited {
	
	text-align:left;	
	padding-left: 10px;
	line-height: 1.1em;	
	background-image: url(../images/bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.3em;	
}

