.caltablebackdark {
	background-color:#C68014;
}

.caltableback {
	background-color:#EFD25A;
}

.caldate {
	font-size: 14px;
	font-weight:bold;
	background-color:#EFD25A;
}

.caldayofweek {
	
}

.calboxinfo {
	background-color:#FFF4C5;
}

/* details popup only */
.caleventdate {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3B2501;
}
.caleventcats {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
	background-color: #C68014;
}
.caleventinfo {
	text-decoration: none;
	font-size: 14px;
	background-color: #EBD05D;
}
.caleventbg {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-color: #FFF4C5;
}/* END details popup only */

/* popup calendar only */
.calday {
	background-color:#C68014;
}

.callink {
	color:#ffffff;
}
.calpopupdayofweek {
	background-color:#3B2501;
	color:white;
}
/* END popup calendar only */




/*definitely changes per section */
body {
	margin:0px;
	background-image:url(/images/events/bg_body.jpg);
	background-position:center center; 
	background-repeat:repeat-y;
	background-color:#CFC9AF;
}
.toparea, .footerbar {
	background-color:#B88626;
}
.navarea {
	background-color:#C68014;
}
.subnavtitle {
	background-color:#C68014;
}
.subnavarea {
	background-color:#D69518;
}
.sidecolumnsbg {
	background-color:#C68014;
}
.pseudobg {
	background-color:#E9CD5F;
}
/*end definitely changes per section */

/*likely changes per section*/
.flyouttopbar {
	background-color:#FFF0D3;
}
.copyright {
	font:11px Arial, Helvetica, sans-serif;
	color:#ffffff;
}
.credits, .credits a:link, .credits a:visited, .credits a:active {
	font:11px Arial, Helvetica, sans-serif;
	color:#E1BA70;
}
.subnavitemactive {
	font: 12px Arial, Helvetica, sans-serif;
	color:#3B2501;
	text-decoration:none;
}
.subnavitemactive:hover {
	text-decoration:underline;
}
.sub2navitemactive {
	font: 12px Arial, Helvetica, sans-serif;
	color:#3B2501;
	text-decoration:none;
}
.sub2navitemactive:hover {
	text-decoration:underline;
}

.sub3navitemactive {
	font: 11px Arial, Helvetica, sans-serif;
	color:#3B2501;
	text-decoration:none;
}
.sub3navitemactive:hover {
	text-decoration:underline;
}

/*end likely changes per section*/

/*may change per section*/
.subnavitem {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
.subnavitem:hover {
	text-decoration:underline;
}
.sub2navitem {
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
.sub2navitem:hover {
	text-decoration:underline;
}
.sub3navitem {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
.sub3navitem:hover {
	text-decoration:underline;
}
/*end may change per section*/


