.year {
	border-style: outset;
	border-width: 1px;
	background-color: #CD5C5C;
	text-align: center;
}
.month {
	border: solid 1px silver;
	background: url(/images/backgrounds/bigflag.jpg);
	text-align: center;
}
/*.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFEFDB;
}*/
.monthname {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: 003399;
	letter-spacing: 2px;
	border-style: solid;
	border-width:0px
}
.dayname {
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: 000099;
	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;
	border: 2px solid;
/*	border-color: #FFCCCC #996666 #996666 #FFCCCC;*/
	background: #000099;
	font-size: 12px;
}
.monthnavigation a {
	text-decoration: none;
	color: #ffffff;
}
.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;
}
.monthday {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	height:90px;
	width:90px;
}
.monthday a {
	color: #ffffff;
}
.today {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000099;
	background: #ffffff;
	color: #002768;
	height:90px;
	width:90px;
}
.selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #000000;
	height:90px;
	width:90px;
}
.sunday {
	background: url(/images/backgrounds/bigflag.jpg);
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	height:90px;
	width:90px;
}
.sunday a {
	color: #000000;
}
.saturday {
	background: url(/images/backgrounds/bigflag.jpg);
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000099;
	height:90px;
	width:90px;
}
.saturday a {
	color: #FFFFFF;
}
.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: #B5D4F4;
	background-color: #CDCD00;
	height:90px;
	width:90px;
}
.selectedevent a {
	background-color: #CDCD00;
	color: #000000;
}
.todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	color: #red;
	background-color: #CDCD00;
	height:90px;
	width:90px;
}
.todayevent a {
	background-color: #CDCD00;
	color: #000000;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	width: 100%;
	color: #000099;
}
.eventcontent a{
	color: #000099;
}
