/* IBWS internet OVER RIDE WRAPPER AREA for internet netscape 6+ pc and mac */ 

/* text selectors--automatically coded body tag */
body {
	background-image: none;
}

/* content area selectors--text placement */
/* content area selectors--application placement */

/* navigation selectors--linear */

/* navigation classes--linear */

/* navigation selectors--result navigation */

/* navigation classes--result navigation */

/* navigation selectors--subtask */

/* navigation classes--subtask */

/* application id styles/////////////////////////////////////////////////// */	
div.appid {
	display: none;
	visibility: hidden;
}
/* application identifier selectors */	

/* NEW LOGON styles/////////////////////////////////////////////////// */	

/* new logon selectors--persistent logon */	 
div.logon { 
	top: 84px;
	z-index: 7;
} 			
td.logon {
	font-size: 7pt;
	background-color: transparent;
	background-image: url(/common/images/ibws/comm-h2-bg.gif);
	background-repeat: no-repeat;
	padding-top : .2em;
	height: 23px;
}
td.logontop  {
	width: 142px;
	background-color: #b8b799;
	height: 3px;
} 
td.logonbottom {
	background-color: transparent;	
}
td.logonbottom div img {
	display: none;
	visibility: hidden;
}


/* new logon classes--persistent logon */
a.logonoff, a.logonoff:visited, a.logonoff:link {
	font-size: 7pt;
	font-weight : 400;
	color: #000000;
}
a.logonon, a.logonon:visited, a.logonon:link {
	font-size: 7pt;
	color: #993300;
	font-weight : 400;
}

/* navigation styles///////////////////////////////////////////////////////// */

/* navigation selectors--global persistent brand */
div.brand {
	top: 9px;
	left: 7px;
	z-index: 1;
}
/* navigation classes--global persistent brand */

/* navigation selectors--global persistent utility */
div.utility {
	top: 16px;
}
/* navigation classes--global persistent utility */
a.utilityoff, a.utilityoff:visited, a.utilityoff:link {
	text-decoration: none;
	font-family: verdana, geneva, arial, helvetica, sans-serif, sans;
	font-size: x-small;
}
a.utilityon, a.utilityon:visited, a.utilityon:link {
	text-decoration: underline;
	font-family: verdana, geneva, arial, helvetica, sans-serif, sans;
	font-size: x-small;
	color: #000000;
}

/* navigation selectors--global category */
map#category_map {
	 top:0; 
	 left:0;
}
div.category {
	width: 100%;
	top: 45px;
	left: 0px;
	z-index: 5;
}
td.category {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	font-weight: 700;
	color: #006633;
	background-color: #ffffff;
}
td.category a:active {color: #993300;}
td.categoryhere {
	font-family: arial, geneva, helvetica, sans-serif;
	font-size: 10pt;
	vertical-align: top;
	font-weight: 700;
	background-color: #cccc99;
}  
td.categorystart img, td.category img, td.categoryhere img {
	display: block;
}

.hnav li {float:left; display:inline;}


/* navigation classes--global category */
a.categoryoff, a.categoryoff:visited, a.categoryoff:link {
	text-decoration: none;
	color: #006633;
}
a.categoryon, a.categoryon:visited, a.categoryon:link {
	text-decoration: none;
	color: #993300;
}
.categoryhere {
	color: #993300;
}
a.categoryhereinoff, a.categoryhereinoff:visited, a.categoryhereinoff:link {
	text-decoration: none;
	color: #000000;
}
a.categoryhereinon, a.categoryhereinon:visited, a.categoryhereinon:link {
	text-decoration: none;
	color: #993300;
}

#category-nav {
	width:99%;
	clear:right;
	position:relative;
	z-index:1000;
	background-image:url(/common/images/ibws/category-nav-bg2.gif); 
	background-position:180px bottom; 
	background-repeat:no-repeat; 
	padding-left:4px;

	/* added 20070615 */
		margin-left:15px;
	/* END added 20070615 */
}

#category-nav ul {
/*
	font-size:x-small;
*/
	font-size:small;
	/* the min-width block below keeps the category nav on one line even if the text is resized */
	/* this may trigger a horizontal scroll bar, but scrolling should not be required at 800px wide with large fonts, or 1024px wide width Extra Large fonts. */
	min-width:58em;					/* min-width fix for IE6 */
  width:auto !important;	/* min-width fix for IE6 */
  width:58em;							/* min-width fix for IE6 */

	position:relative;
	left:180px;

	margin:0; padding:0; list-style:none;
}


#category-nav .first {
/* 20080716
	padding-left:25px;
*/
	background-image:url(/common/images/ibws/category-nav-ul-left2.gif); 
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#026B4C;
}

#category-nav .last a {
	background-image:url(/common/images/ibws/category-nav-ul-right2.gif); 
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#026B4C;
}

#category-nav li {
	background-image:url(/common/images/ibws/category-nav-li-bg.gif); 
	background-repeat:repeat-x;
	background-color:#026B4C;
	text-align:center;
	min-height:27px;				/* min-height fix for IE6 */
  height:auto !important;	/* min-height fix for IE6 */
  height:27px;						/* min-height fix for IE6 */
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#category-nav a {
	color:#fff; 
	font-weight:bold; 
	text-decoration:none;
	display:block;
	float:left;
	padding:8px 20px 7px;
}
#category-nav a:hover, #category-nav a:active, #category-nav a:focus {text-decoration:underline;}
#category-nav span {
/* 20080716
	padding-right:10px; 
*/
	padding-right:15px; 
	background-image:url(/common/images/ibws/category-nav-decoration.gif)!important; /* "important" needed to override app_content_gecko.css */
	background-position:right!important;
	background-repeat:no-repeat!important;
}
#category-nav li.here, #category-nav li.herelast {
	background-image:url(/common/images/ibws/categoryhere-bg-left.jpg); 
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#E2E2C6;
}
#category-nav li.herefirst {
	background-image:url(/common/images/ibws/category-nav-herefirst-bg2.gif); 
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#E2E2C6;
}

#category-nav li.here a, #category-nav li.herefirst a, #category-nav li.herelast a {
	background-image:url(/common/images/ibws/categoryhere-bg-right.jpg); 
	background-repeat:no-repeat;
	background-position:right top;
	color:#00694A;
}
#category-nav li.herelast a {
	background-image:url(/common/images/ibws/categoryherelast-bg-right.jpg); 
}
#category-nav .here span, #category-nav .herefirst span, #category-nav .herelast span {
	padding-right:15px; 
	background-image:url(/common/images/ibws/category-nav-here-decoration.gif)!important; /* "important" needed to override app_content_gecko.css */
	background-position:right!important; /* "important" needed to override app_content_gecko.css */
	background-repeat:no-repeat!important; /* "important" needed to override app_content_gecko.css */
}

#category-nav li.here span.hereon-bg1, 
#category-nav li.herefirst span.hereon-bg1, 
#category-nav li.herelast span.hereon-bg1 {
	color:#00694a!important;
	background-position:right top!important; /* "important" needed to override app_content_gecko.css */
	background-repeat:no-repeat!important; /* "important" needed to override app_content_gecko.css */
	display:block;
	float:left;
	padding:8px 20px 7px;
}
#category-nav li.here span.hereon-bg1,
#category-nav li.herefirst span.hereon-bg1 {
	background-image:url(/common/images/ibws/categoryhere-bg-right.jpg)!important; /* "important" needed to override app_content_gecko.css */
}
#category-nav li.herelast span.hereon-bg1 {
	background-image:url(/common/images/ibws/categoryherelast-bg-right.jpg)!important; /* "important" needed to override app_content_gecko.css */
}

#category-nav li.here span.hereon-bg2, 
#category-nav li.herefirst span.hereon-bg2, 
#category-nav li.herelast span.hereon-bg2 {
	font-weight:bold;
	color:#00694a!important;
	font-style:italic;
}
#category-nav .decoration {
	background-image:url(/common/images/ibws/category-nav-rightcorner.gif); 
	background-repeat:no-repeat;
	background-position:left bottom;
	background-color:#fff;
}
#category-nav .decoration span {
	font-weight:bold; 
	visibility:hidden;
	display:block;
/*
	color:#fff; 
	text-decoration:none;
	float:left;
*/
	padding:8px 0 7px;
	width:5px;
	overflow:hidden;
}

/*  ---------------------------------------  */
#category-nav li.here span.hereon-bg1, #category-nav li.herefirst span.hereon-bg1, #category-nav li.herelast span.hereon-bg1, #category-nav a {padding:8px 10px 7px;}
#category-nav li span, #category-nav li span.hereon-bg2 {font-size:.8em; display:block; line-height: 110%;}
#category-nav li.herefirst span.hereon-bg1, #category-nav li.here span.hereon-bg1 {font-size:100%; line-height: 110%;}
#category-nav li.here span.hereon-bg1, 
#category-nav li.herefirst span.hereon-bg1 {
  background-image:url(/common/images/ibws/categoryhere-bg-right.jpg)!important; /* "important" needed to override app_content_gecko.css */
}
#category-nav li.here, #category-nav li.herelast {
	background-image:url(/common/images/ibws/categoryhere-bg-left.jpg);
}


/* navigation object selectors--global category (active) lower portion object placement */
div.categorylabel {
	position: relative; 
	top: -14px;
}
div.subcategorylabel {
	padding-top: .2em;
	padding-bottom: .3em;
}
/* navigation object selectors--subcategory (active) violator object placement */

/* navigation selectors--global subcategory */

/* navigation classes--global subcategory */
a.subcategoryoff, a.subcategoryoff:visited, a.subcategoryoff:link {
	text-decoration: underline;
}
a.subcategoryon, a.subcategoryon:visited, a.subcategoryon:link {
	text-decoration: underline;
}

/* navigation selectors--global subcategory */
td.subcategory { 
	height: 17px;
	background-color: #cccc99;
	font-size: 7.5pt;
	vertical-align: middle;
}
td.subcategorynone {
	background-color: #cccc99;
	font-size: 7.5pt;
	border-top-width : 1px;
	border-top-color : #006633;
	border-top-style : solid;
}
td.subcategorybottom {
	background-image : none;
	background-repeat : no-repeat;
} 

#subcategory {
	background-color:#E2E2C6; 
	padding:4px 0 0 17px; 
	margin:0; 
/*
	min-height:18px;
  height:auto !important;
  height:18px;
*/

	border-top:4px solid #016A4B;
	position:relative;
	top:-5px;
}
#subcategory ul {
	display:block; 
	width:99%;
	
	position:relative;
	left:180px;

	padding:0; margin:0; list-style-type:none;
}
#subcategory li {font-size:xx-small; background-color:#E2E2C6; padding:0 1em; border-right:1px solid #0E664E;}
#subcategory li.here a, #subcategory li.herefirst a, #subcategory li.herelast a {
	font-weight:bold;
	font-style:normal;
}

#subcategory li.last, #subcategory li.herelast {border:none;}
#subcategory a {color: #00694A; text-decoration:none;}
#subcategory a:hover, #subcategory a:active, #subcategory a:focus {text-decoration:underline;}

#subcategory li.here, 
#subcategory li.herefirst,
#subcategory li.herelast {
	font-weight:bold;
	font-style:italic;
	color: #00694A;
}

.clearer {position:relative;clear:both; height:1px; overflow:hidden;}

/* navigation selectors--local navigation */
div.local {
	position: absolute;
	width: 148px;
	top: 140px;
	left: 0;
	z-index: 5;
	
}
/* navigation classes--local navigation */
.localcategory, span.localsubcategory {
	font-size: 10pt;
	line-height : 10.5pt;
	/* padding-bottom: 1em;	  */
}
td.localsubcategory {
	padding-bottom: .2em;
}
.localoff, a.localoff:visited, a.localoff:link {
	color: #042f66;
}
.localon, a.localon:visited, a.localon:link  {
	color: #042f66;
}

.local2off, .local3off, .local4off {
	color: #042f66;
}

a.local2off:visited, a.local3off:visited, a.local4off:visited, a.local2off:link, a.local3off:link, a.local4off:link  {
	color: #042f66;
}
a.local2on:visited, a.local3on:visited, a.local4on:visited, a.local2on:link, a.local3on:link, a.local4on:link {
	color: #042f66;
}
.localhere, .local2here, .local3here, .local4here {
	color: #89895e;
}
/* make localhere bold and link */
 .localhere, a.localhere:link, a.localhere:active, a.localhere:visited {
	font-weight: 700;
	line-height: 7.5pt;
	color: #89895e;
	text-decoration: none;
	font-style: italic;
}  
.localon, .local2on, .local3on, .local4on {
	color: #042f66;
	text-decoration: underline!important;
}


/* page object styles ///////////////////////////////////////////////////////// */

/* object selectors--bar placement */
div.bar2 {
	top: 83px; 
	height: 10px; 
	width: 98%;
	left: 0px;
	background-color:#e2e2c6;
}
td.bar2 {
	
} 
div.bar3 {
	visibility: visible;
	display: block; 
	background-color:#e2e2c6;
	width: 602px; 
	height: 10px; 
	top: 83px; 
	left: 199px;
}
	
div.subtask table td, div.subtaskbottom table td {
	padding-top: 1px;
	padding-left: 1px;
}	
td.subtaskhere img {
	display: inline;
}
	  
   


	