/* Default Values */
* { font-family: Arial, Helvetica, sans-serif; }

body { margin: 0; color: #666; font-size: 12px; }
.page-top { height: 25px; }
.middle { background: #e3e2bf url(/images/template/bcgrd-page.jpg) repeat-x; padding-bottom: 30px; }
#navigation { width: 800px; margin: 0 auto; padding: 20px 0 0 10px; }
a.navlink, a.navlink:visited, a.navlink:hover { margin-right: 20px; font-size: 11px; }
#wrapper { width: 800px; margin: 7px auto 0 auto; background: #FFF; border: #ada66c solid 1px; }
.header { text-align: center; }
.contents { background: url(/images/template/bcgrd-content.jpg) repeat-x; padding: 20px 0 45px 27px; }
.document { width: 537px; float: left; margin-right: 30px; line-height: 1.9; }
.rotating-image { border-top: 3px solid #ac1f31; border-bottom: 7px solid #8a8c8e; padding: 2px 0; text-align: center; }
.home { line-height: 1.9; padding: 20px 27px 45px 27px; }
.sidebar { width: 181px; float: left; padding-top: 18px; }
.page-utilities { font-size: 10px; padding-left: 6px; margin-bottom: 0; line-height: 1; }
.page-utilities a, .page-utilities a:visited, .page-utilities a:hover { font-weight: bold; color: #666; }
.footer { padding: 0; margin: 0; }
p.footer { color: #ada66c; font-size: 10px; padding-left: 6px; margin-top: 0; line-height: 1; }
a.footer, a.footer:visited, a.footer:hover { color: #ada66c; }
sup { font-size: .8em; }

.module { background: #f1f1f1; border: solid 1px #d7d7d7; padding: 15px 10px; font-size: 11px; }
h3 { font-size: 13px; font-weight: normal; margin: 30px 0 5px 0;  }
.page-bottom { height: 25px; }

/* DHTML Menus */
.menuContainer 	{ background: #eff0de; }
.menuCell { background: #eff0de; padding: 0 4px; }

.menuCell a,
.menuCell a:visited { font-size: 11px;  }

.menuCellOver {	background: #F7F7EF; padding: 0 4px; }
.menuCellOver a, 
.menuCellOver a:visited, 
.menuCellOver a:hover { font-size: 11px;  }

a.menu td { color: #; }

.bodybold { font-weight: bold; }

/* Section Header */
.section, .docheader { font-size: 1.5em; font-weight: bold; }
h2 { background: #EDECD7; padding: 10px; font-size: 13px; line-height: 17px; }

input, textarea, select { border: 1px solid #bbb; padding: 2px; color: #666; }
option { color: #666; }

/* Beneath document header */
.sub { font-size: 1.2em; font-style: italic; }
.altbody { }

/* Powered by footer */
.footer { }

/* Quote of the day text */
.qotd {  }

/* default link properties */
a, a:visited, a:hover { color: #ac1f31; text-decoration: none; }
a:hover { }

b { font-weight:bold }
i { text-decoration:italic }
u { text-decoration:underline }

ul {  }
li {  }
div { }

.lightboxDiv { border: 1px solid #666; margin: 10px; width: 120px; }
.lightboxDiv div { margin: 5px; text-align: center; }
.lightboxThumb { }

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

/* Calendar styles (set to a dark blue and gray scheme -adjust as needed) */

table #calendar
{
	width: 100%;
	background: #E5E2C1;

}

table #calendar caption 	
{ 
	background: #ac1f31; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #E5E2C1; 
	color: #ada66c; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 14px; 
}

#calendar td {
	width: 14.3%; 
}

#calendar td.present {
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #FFF;
	width: 15%;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background: #F1EFE0;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #F7F7EF;
	padding: 3px;
	width: 84px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background: #FFF;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background: #FFF;
}

#calendar .date {
	color: #ada66c;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#calendar td ul {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#calendar td.past ul li,
#calendar td.present ul li,
#calendar td.future ul li 
{
	list-style: none;
	font-size: 11px;
	font-style: normal;
	cursor: pointer;
	padding: 3px;
}

#calendar td.past ul li:hover,
#calendar td.present ul li:hover,
#calendar td.future ul li:hover  
{
	
}

#calendar td.past ul li a:link, 
#calendar td.past ul li a:visited, 
#calendar td.past ul li a:active, 
#calendar td.future ul li a:link, 
#calendar td.future ul li a:visited, 
#calendar td.future ul li a:active, 
#calendar td.present ul li a:link, 
#calendar td.present ul li a:visited, 
#calendar td.present ul li a:active
{
	text-decoration: none;
	width: 100%;
	padding: 3px;
	
}

#calendar td.past ul li a:hover,
#calendar td.future ul li a:hover,
#calendar td.present ul li a:hover
{
	text-decoration: underline;	
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background: #FFF;
	padding: 10px;
	border: 3px outset #454545;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400;
	width: 415;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #000;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}