/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
Modified by nonfiction
Remodified by D Miller

*/

* /* Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color: #000;
	font-family:  Verdana, Arial, Tahoma, sans-serif;
	background-color: #eee;
	text-align: center; /*** Centers the design in old IE versions ***/
	line-height:1.4em;
}
body {
	/* Dave */
	/* Setting the font size to 70% seems to mess up the spry menu bar margins */
	/*font-size: 70%;*/
	font-size: 12px;
}

p {
	padding: 7px 0 7px 0;
}

/*a:link, a:visited {color: #003;}*/
a:hover{color: #c31028;}
a:active{color: #c31028;}

h1, h2, h3, h4, h5 {
	/*font-weight: bold;*/
	padding-bottom: 5px;
}
h1 {
	padding-top: 8px;
	padding-left: 4px;
	padding-bottom: 0px;
	color: #517784;
	font-family:  sans-serif, Verdana, Arial, Tahoma;
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
}
h3 {
	font-size: 1.2em;
}
h1 a, #header h2{
	color: #fff;
}

h2 a {
color:#FFFFFF;
text-decoration: none;

}

#nav {
	float:left;
	height:80px;
	padding: 0;
	margin: 0;
}

#subnav {
	float:left;
	height:60px;
	padding: 0;
	margin: 0;
} 

#pageTitle {
	padding-top: 10px;
	margin-bottom: -10px;
} 

div.clear {
	font-size: 0;
	height: 0;
	clear:both;
}
#mainContainer {
	width: 964px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: #fff;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	padding: 0px;
	/*Dave*/
	/*background-color: #eee;*/
	background-image: url(../Reporting/ContractExt.html);
	background-repeat: repeat-x;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
	padding-left: 251px;
	padding-right: 236px;
	background-image: url(../images/3col-background.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;

}
* html .outer {
	margin-top: 2px;
}

.inner {
	width: 713px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 718px;
	margin-left: -251px; /*** Same length as .outer padding-left but with negative value ***/
}

* html .float-wrap {
	width: 702px;
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/
#content {
	float: right;
	width: 472px;
	position: relative; /*** IE needs this  ***/
	padding-top: 5px;
}
* html #content {
	width: 456px;
}

.contentWrap {
	padding: 0 5px;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/
#left {
	float: left;
	width: 236px;
	padding: 5px;
	position: relative; /*** IE needs this  ***/
}
* html #left {
	width: 216px;
	margin-left:5px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
	float: right;
	width: 236px;
	padding: 5px;
	position: relative; /*** IE needs this  ***/
}
* html #right {
	margin-right: -236px; /*** IE gets this margin. ***/
	width: 216px;
}

#left h2, #right h2 {
	width: 208px;
	height: 17px;
	color: #fff;
	padding: 5px 12px;
	margin-left: -7px;
	background-color: #517784;
}

#left img, #right img {
	padding-top: 15px;
}



.leftTree {
	padding-top: 0px;
}

#left .leftTree img {
	padding-top: 0px;
}

.linked_icon {
	padding-top:0px;

}

/* Calendar */

.calendar {
	/* background-color : #ecf1f5; */
	margin: 4px 2px;
	padding: 15px 8px 10px 8px;
	text-align: center;
}

div.hol {
   background-color : #8c6239;
}

td.outer {
	background-color : #ecf1f5;
	
   padding : 0.25em;
   
   border-width: 3px 3px 3px 3px;
 	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #18417b #18417b #18417b #18417b;
   
   /* border : solid;
   border-color: #18417b; */
}

table.inner {
   background-color : #ecf1f5;
   font-size : 8pt;
   width: 175px;
   height: 100px;
}

/* Calendar */

* html #right .linked_icon {
	padding-top: 17px;
}

#left h2 img, #right h2 img {
	padding-top: 0px;
}

.sidebarBackground {
	margin: 4px 2px;
	padding: 0 8px 10px 8px;
}

* html .sidebarBackground {
	padding: 0 0px 10px 0px;
}

* html #left h2, * html #right h2 {
	width: 208px;
	margin-right:-8px;
	margin-bottom:-8px;
}

* html #left h2 img, * html #right h2 img {
	margin-bottom: 0px;
	padding-top: -15px;

}

/**************************
FOOTER
**************************/
#footer {
	width: 964px;
	margin: 0 auto;
	padding-top:30px;
	padding-bottom:10px;
	text-align: center;
	background-color: #fff;
	line-height: 1.6em;
	font-size:0.9em;
}
#footer a:link {color: #666;}
#footer a:hover{color: #c31028;}
#footer a:active{color: #000;}
#footer a:visited{color: #999;}

/**************************/

input {
	font-size:0.9em;
	line-height:1em;
	padding: 2px;
	margin: 2px;
  	color:#3c3c3c;
  	border:1px solid #8f8f8f;
  	background:#fff;
}

.red {
	color: #c31028;
}

.brown {
	color: #8c6239;
	/* color: #c31028; red */
}

.blue {
	color: #18417b;
	text-decoration: underline;
}
.newsdate {
	font-weight: bold;
}


.news {
	padding: 3px 0 0 0;
}

.news img {
	padding-top: 4px;
}

.news a {
	color: #c31028;
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

.customTable {
	
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;	
}

.customTable li {
	padding: 0em;		
}

.customTable td {
	border: 1px solid #000000;
	/*height: 26px;*/
	vertical-align:top;
	padding: 0.25em 0em 0.1em 0.2em;
}

#pagetools {
	padding-top: 5px;
	padding-bottom: 18px;
}


* html #banner {
	height:145px;
	width:964px;
	/* Dave */
	/*margin:-2px 0;*/
	padding:0;
}

/* SIDE NAV
---------------------*/
#sidenav {margin-bottom:0px;padding-bottom:0px;padding-top:5px;}
#sidenav a {text-decoration: none; font-size: 13px;}
#sidenav .nav .nav a {text-decoration: none; font-size: 12px;}
#sidenav img {padding-top: 0;}
#sidenav li {list-style: none; padding-left: 10px;}
#sidenav ul .nav{display: none;}
#sidenav ul li.parent .nav, #sidenav ul li.active .nav{display: block;}

#sidenav ul .nav a span{font-weight: normal; color: #003;}


#sidenav li.active a span {color: #c31028; font-weight:bold;}
#sidenav li.parent a span {font-weight:bold;}

#sidenav ul li.active .nav li a span {font-weight: normal; color: #003;}
#sidenav ul li.active .nav li a:hover span {font-weight: normal; color: #c31028;}
#sidenav ul li.parent .nav li a span {visibility: visible; font-weight: normal; color: #003;}
#sidenav ul li.parent .nav li a:hover span {font-weight: normal; color: #c31028;}
#sidenav ul li.parent .nav li.active a span {visibility: visible; font-weight: bold; color: #c31028;}


/* LISTS
---------------------------------------------*/
#content ul, #content ol, #content2 ul, #content2 ol {
	padding-top:0.25em;
	margin:-3px 0 5px 15px;
}
#content ul li, #content ol li, #content2 ul li, #content2 ol li {

	padding:0.25em 0 0.25em 0;
}
#content ul li, #content2 ul li {
	list-style:disc;
}

.print {
	display:none;
}

/* BeginOAWidget_Instance_2141544: #MenuBar */
/* Settable values for skinning a Basic menu via presets. If presets are not sufficient, most skinning should be done in
	these rules, with the exception of the images used for down or right pointing arrows, which are in the file SpryMenuBasic.css
	
	 These assume the following widget classes for menu layout (set in a preset)
	.MenuBar - Applies to all menubars - default is horizontal bar, all submenus are vertical - 2nd level subs and beyond are pull-right.
	.MenuBarVertical - vertical main bar; all submenus are pull-right.
	
	You can also pass in extra classnames to set your desired top level menu bar layout. Normally, these are set by using a preset. 
	They only apply to horizontal menu bars:
		MenuBarLeftShrink - The menu bar will be horizontally 'shrinkwrapped' to be just large enough to hold its items, and left aligned
		MenuBarRightShrink - Just like MenuBarLeftShrink, but right aligned
		MenuBarFixedLeft - Fixed at a specified width set in the rule '.MenuBarFixedLeft', and left aligned.  
		MenuBarFixedCentered -  - Fixed at a specified width set in the rule '.MenuBarFixedCentered', 
						and centered in its parent container.
		MenuBarFullwidth - Grows to fill its parent container width.
 
	In general, all rules specified in this file are prefixed by #MenuBar so they only apply to instances of the widget inserted along
	with the rules. This permits use of multiple MenuBarBasic widgets on the same page with different layouts. Because of IE6 limitations,
	there are a few rules where this was not possible. Those rules are so noted in comments.
	
*/

#MenuBar  {
	background-color:#517784;	
	font-family: Verdana, Geneva, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
												MenuItem, and MenuItemLabel
												at a given level all use same definition for ems.
												Note that this means the size is also inherited to child submenus, 
												so use caution in using relative sizes other than
												100% on submenu fonts. */
	font-weight: bolder;
	font-size: 13px;
	font-style: normal;
	padding:0;	
	border-color: #ffffff #ffffff #ffffff #ffffff; 
	border-width:0px;
	border-style: none solid none solid;
}
/* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar 
in this section. These have very low specificity, so be careful not to accidentally override them. */

.MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
	display:none;
}
.MenuBarLeftShrink {
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarRightShrink {
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarFixedLeft {
	float: left;
	width: 964px;
}
.MenuBarFixedCentered {
	float: none;
	width: 964px;
	margin-left:auto;
	margin-right:auto;
}
.MenuBarFixedCentered br {
	clear:both;
	display:block;
}
.MenuBarFixedCentered .SubMenu br {
	display:none;
}
.MenuBarFullwidth {
	float: left;
	width: 100%;
}

/* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
#MenuBar  .MenuItemContainer {
	padding: 0px 0px 0px 0px; 
	margin: 0; 	/* Zero out margin  on the item containers. The MenuItem is the active hover area.
				For most items, we have to do top or bottom padding or borders only on the MenuItem 
				or a child so we keep the entire submenu tiled with items.
				Setting this to 0 avoids "dead spots" for hovering. */
}
#MenuBar  .MenuItem {
	padding: 5px 5px 0px 0px; 
	background-color:#517784;	
	border-width:5px;
	border-color: #cccccc #517784 #517784 #517784; 
	border-style: none solid solid solid;
}
#MenuBar  .MenuItemFirst {
	border-style: none solid solid solid;
}
#MenuBar .MenuItemLast {
	border-style: none solid solid solid;
}

#MenuBar  .MenuItem  .MenuItemLabel{
	text-align:center;
	line-height:1.4em;
	color:#ffffff;
	background-color:#517784;
	padding: 9px 5px 6px 5px;
	width: 10em;
	width:auto; 
}
.SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
	width:1em; /* Equivalent to min-width in modern browsers */
}

/* First level submenu items */
#MenuBar .SubMenu  .MenuItem {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
	background-color:#18417b;
	padding:0px 2px 0px 0px;
	border-width:1px;
	border-color: #18417b #18417b #18417b #18417b; 
	/* Border styles are overriden by first and last items */
	border-style: solid solid none solid;
}
#MenuBar  .SubMenu .MenuItemFirst {
	border-style: solid solid none solid;
}
#MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
	padding-top: 6px; 
}
#MenuBar .SubMenu .MenuItemLast {
	border-style: solid solid solid solid;
}
#MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
	padding-bottom: 6px; 
}
#MenuBar .SubMenu .MenuItem .MenuItemLabel{
	text-align:left;
	line-height:1em;	
	background-color:#18417b;
	color:#ffffff;
	padding: 6px 12px 6px 5px; 
	width: 16em;
	 
}

/* Hover states for containers, items and labels */
#MenuBar .MenuItemHover {
	background-color: #517784;
	border-color: #cccccc #517784 #18417b #517784; 
}

#MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
	background-color: #517784; /* consider exposing this prop separately*/
	color: #18417b;
}
#MenuBar .MenuItemHover .MenuItemLabel{
	background-color: #517784;
	color: #18417b;
}
#MenuBar .SubMenu .MenuItemHover {
	background-color: #517784; 
	border-color: #517784 #517784 #517784 #517784; 
}

#MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
	background-color: #517784; 
	color: #ffffff;
}
/* Submenu properties -- First level of submenus */
#MenuBar .SubMenuVisible {
	background-color: #18417b;
	min-width:0%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
	border-color: #ffffff #ffffff #ffffff #ffffff; 
	border-width:0px;
	border-style: none none none none;
}
#MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
	top: 100%;	/* 100% is at the bottom of parent menuItemContainer */
	left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem, 
					and your personal taste.
					0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0 
					on MenuItemContainer and MenuItem on the parent
					menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align 
					the dropdown with the left of the menu item label.*/
	z-index:10;
}
#MenuBar.MenuBarVertical .SubMenuVisible {
	top: 0px;	
	left:100%;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
}
/* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
#MenuBar .MenuLevel1 .SubMenuVisible {
	background-color: #18417b;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
	top: 0px;	/* If desired, you can move this down a smidge to separate top item''s submenu from menubar - 
				that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
				vertically 'centered' on its invoking item */
	left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a 
				negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
				to use px or ems to get the offset you want. */
}
/* IE6 rules - you can delete these if you do not want to support IE6 */

/* A note about multiple classes in IE6.
 * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
 * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
 * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
 * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this 
 * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'. 
 * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
 * syntax for that. Since IE6 both applies rules where 
 * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden. 
 * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would 
 * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins. 
 * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
 * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the 
 * css style block to make it easy to delete if you want to drop IE6 support.
 * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
 * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
 */
.SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
	background-color: #517784; /* consider exposing this prop separately*/
	color: #18417b;
}
.SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
	background-color: #517784; /* consider exposing this prop separately*/
	color: #ffffff;
}
.SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
	margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
}

	
/* EndOAWidget_Instance_2141544 */

