* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	font-size: 85%;
}

/* Global Styles */
p,ul,li,div { color: #333; }
a { color: #4A6B89; }
b { font-weight: bold; }
i {	font-style:italic; }
u {	text-decoration:underline; }

.menuContainer 	{
	background-color:#fe6601;
	padding: 0px;
	border-top-width: thin;
	border-top-color: #ffffff;
	border-top-style: solid;
	border-left-width: thin;
	border-left-color: #ffffff;
	border-left-style: solid;
	border-right-width: thin;
	border-right-color: #ffffff;
	border-right-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
}

.menuCell { border-bottom:1px solid #FFF; padding: 4px;}
.menuCell a:link, .menuCell a:visited { color: #fff; text-decoration: none;
 }

.menuCellOver { background-color: #fff; border: 1px solid #039; padding: 4px;}
.menuCellOver a:link, .menuCellOver a:visited { color: #039;  }


a.menu td 	{ 
	color: #fe6601; 
	padding-right: 8px;
	border-bottom:0px solid #fff;  
}

.bodybold {	font-weight: bold; }

.section,
.docheader {
	font-size: 1.3em; 
	font-weight: bold;
	color: #fe6601;
}

.sub { color: #666; }
.altbody { color: #C00; }
.footer { color: #666; }

a.stdlink,
a.stdlink:visited,
a.stdlink:hover {
	text-align: left; 
	color: #4A6B89;
	text-decoration: none;
}

a.quicklink:hover,
a.stdlink:hover {
	color: #C00; 
}

a.menu {
	font-size: 12px; 
	color: #fff;
	text-decoration: none;
}

a.menu:hover {
	font-size: 12px; 
	color: #039;
	text-decoration: none;
}


a.sectionpath,
a.sectionpath:visited,
a.sectionpath:hover {
	color: #4A6B89;
	text-decoration: none;
}
a.sectionpath:hover { }

/* Agency Links */
div.agency a:link,
div.agency a:hover,
div.agency a:visited { 
	font-size:10px;
	color:#036; 
	text-decoration:none;
	text-transform:uppercase;
}

/* Left side modules */
div.module  { 
	margin: 0 4px 12px 4px;
	padding:4px;
	border:1px solid #ff6601;
}
div.module a:link,
div.module a:hover,
div.module a:visited {
  color: #036;
  padding: 0px;
  text-decoration: none;
}

/* Page Utilities */
#pageutilities a:link,
#pageutilities a:visited,
#pageutilities a:hover 	{ 
	font-size: .8em; 
	padding:.8em;
	color:#fff; 
	text-decoration:none;
	text-transform:uppercase;
}

#quicklinks {
  background-color: #003265;
  width: 249px;
  border: 1px solid #fff;
}

#quicklinks li {
  text-align: right;
  list-style: none;
  padding: 3px;
}

#quicklinks a {
  text-decoration: none;
  color: #AED1F9;
}

#mod {
	padding:0 4px 0 10px;
	text-align:left;
}


/* Calendar styles */

table #calendar
{
	width: 100%;
	background-color: #003399;

}

table #calendar caption 	
{ 
	background-color: #003399; 
	color: #fff; 
	font-weight: bold;
	padding: 10px;
	font-size: 1.8em; 
}

table #calendar th 		
{ 
	background-color: #003399; 
	color: #fff; 
	padding: 4px; 
	font-weight: bold; 
	font-size: 1.4em; 
}

#calendar td.present {
	text-align: left;
	width: 14%;
	height: 90px;
	overflow: hidden;
	background-color: #fff;
	width: 83px;
	padding: 3px;
	-moz-border-radius: 5px;
}

#calendar td.past
{
	background-color: #eeeeee;
	height: 90px;
	width: 14%;
}

#calendar td.future 
{
	text-align: left;
	width: 14%;
	height: 90px;
	overflow: hidden;
	background-color: #eeeeee;
	padding: 3px;
	width: 83px;
	-moz-border-radius: 5px;
}

#calendar td.none 
{
	background-color: #fff;
}

#calendar td.past:hover, 
#calendar td.future:hover, 
#calendar td.present:hover {
	background-color: #fff;
}

#calendar .date {
	color: #003399;
	padding: 0px;
	width: 14px;
	text-align: center;
	font-size: 1em;
	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-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;
	color: #017c51;
	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
{
		
	color: #017c51;
	padding: 3px;
	
}

.calendarItemDisplay
{
	position: absolute;
	overflow: hidden;
	top: 400px; 
	left: 200px;
	visibility: hidden;
	background-color: #FFFFEC;
	padding: 10px;
	border: 3px outset grey;
	opacity: 1;
	filter: alpha(opacity=100) blendTrans(duration=.3);
	height: 400px;
	width: 415px;
}

#shadow
{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: black;
	filter: alpha(opacity=45) blendTrans(duration=.35);
	opacity: 0.45; 
	visibility: hidden; 
}

/* Utility classes */
.nopadding { padding: 0px; }
.nomargin  { margin: 0px; }
.noborder { border:0; }
.fullwidth { width:100%; }
.halfwidth { width:50%; }
.quarterwidth { width:25%; }
.floatleft { float:left; }
.floatright { float:right; }
.clearnone { clear: none; }
.clearboth { clear:both; }
.textright { text-align:right; }
.textcenter { text-align:center; }
.textleft   { text-align:left; }
