/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }

body { font-size: 12px; line-height: 1.3; color: #333; }
#wrapper { width: 1000px; margin: 0 auto; background: #FFF; position: relative; }
.header { background: url(/images/bcgrd-header.gif) no-repeat; height: 80px; text-align: right;}
.header div { padding: 12px 13px 0 0; width: 50%; }
span.date { color: #FFF; font-size: 1.2em; margin-bottom: 5px; }
.navigation { background: url(/images/bcgrd-nav.gif) repeat-x; border: 13px solid #000037; border-top: none; border-bottom: none; }
.contents-home, .contents-internal { border: 13px solid #000037; border-top: none; display: inline-block; width: 974px; }
.contents-home .document { padding: 20px; padding-top: 0; }
.contents-internal .document { width: 675px; float: left; padding-top: 10px; }
.sidebar { width: 215px; float: left; margin: 20px; padding: 20px 0px; border: double #ddd 4px; }
.mod { width: 180px; margin: 10px auto 20px auto; padding: 0 0 70px 0; background: url(/images/sidebar-divider.jpg) bottom center no-repeat; border-top: 1px solid #ddd; line-height: 2em; }
.mod img { height: 1px; }
.links br { height: 1px; display: none; }
p.footer { text-align: right; float: right; margin: 0 5px 0 0; font-size: .8em; }
.footer-table { width: 45%; float: right; padding: 0; margin: 0; }
.footer-table td { padding: 0; }.foot { width: 45%; float: left; margin-left: 5px; font-size: .8em; }

.required span.body { color: #C00; }

.border-red { border: solid 1px #C00; }
.border-green { border: solid 1px #0C0; }

.search-form { line-height: 2em; padding: 0px; margin: 0px;   }
.search-text {  }
.search-btn { }

.menuContainer 	{ background: #00003A; }
.menuCell { background: #00003A; margin-left: 4px; }

.menuCell a,
.menuCell a:visited { color: #FFF; }

.menuCellOver {	background: #2F315C; margin-left: 4px;  }
.menuCellOver a, 
.menuCellOver a:visited, 
.menuCellOver a:hover { color: #FFF; }

a.menu td { color: #2A2C76; }

.navlink { border: none; float: left }

.docheader, .section { font-family: Georgia, "Times New Roman", Times, serif; font-size: 25px; color: #739fce; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; text-align: center; font-weight: normal; }


a, a:visited, a:hover { color: #0b9600; text-decoration: none; }

.sidebar a, 
.sidebar a:visited, .sidebar a:hover { color: #010135; text-decoration: none; width: 100%; border-bottom: 1px solid #ddd; display: block;}
/*  for rollover with padding for background image
.sidebar a:visited, .sidebar a:hover { padding-left: 25px; color: #010135; text-decoration: none; width: 89%; border-bottom: 1px solid #ddd; display: block; }  */
.sidebar a:hover { color: #0b9600; }
/*  with rollover .sidebar a:hover { background: url(images/bcgrd-subnav.gif) no-repeat; color: #0b9600; } */
a.footer, a.footer:visited, a.footer:hover { color: #333; text-decoration: none; }

.clear { clear: both; }

.expanded { border: none; padding-left: 0px; list-style: none;}

#headline_gallery { padding: 0; margin: 0 1px; }
.info { background: #e9e9e9; padding: 7px 10px; width: 100&; display: none; }
.navContainer { width: 25%; position: absolute; top: 377px; right: 15px; display: none;   }

.navContainer li
{
  list-style: none;
	float: left;
  border: 1px solid #7d7d7d;
  background: #a1a1a1;
  color: #ffffff;
  font-family: Verdana;	
	text-align: center;
  line-height: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 0 5px 5px;
}

.navContainer li:hover
{
  border: 1px dotted #7d7d7d;
  background: #ffffff;
  color: #a1a1a1;    
}

.navContainer li.control { float: right; margin-right: 5px;}
.navContainer li.nav-showing { background-color: #fff; color: #a1a1a1; }
.rotatorContainer div { cursor: pointer; }


/* Calendar styles (adjust as needed) */

table #calendar
{
	width: 100%;
	background: #CFCFCF;

}

table #calendar caption 	
{ 
	background: #00003A; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 18px; 
}

table #calendar th 		
{ 
	background: #46476F; 
	color: #fff; 
	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: #DEDEDE;
	height: 90px;
}

#calendar td.future 
{
	text-align: left;
	height: 90px;
	overflow: hidden;
	background: #F0F0F0;
	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: #03174B;
	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; 
}

