/* Agriculture eTool PAGES STYLE SHEET     							*/
/* AUTHOR: Kym Pond, Christie Stewart, Rhett Thomas, Robert Brown                 		*/
/*         USDOL OSHA Salt Lake Technical Center 							*/
/* LAST REVISED: 08/01/2003						 					     		*/
/*               For Cahngeover from Restaurant to Agriculture 				 							*/
/* 				 Default/Normal == x-small(IE) = small(NN)					*/
/************************************************************************/



.borderLeft  { background: url('images/iface_border_left.gif') repeat-y;  }
.borderRight  { background: url('images/iface_border_right.gif') repeat-y;  }

.comicbook12	{  font-size: 12pt;
		   	   font-family: Comic Sans MS;
			   color: #003399;
			   font-weight: bold 	}

.comicbook	{  font-size: 14pt;
		   	   font-family: Comic Sans MS;
			   color: #003399;
			   font-weight: bold 	}
			   
.comicbook20	{  font-size: 20pt;
		   	   font-family: Comic Sans MS;
			   color: #003399;
			   font-weight: bold 	}

.comicbook16	{  font-size: 16pt;
		   	   font-family: Comic Sans MS;
			   color: #003399;
			   font-weight: bold 	}		


/* the following font overloading are needed to allow the "%"s in the main  
   style sheet to work for the banner in NS4.7
 */
.skip {
	COLOR: #003399; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 1pt; HEIGHT: 0px; TEXT-DECORATION: none; font-stretch: extra-condensed
}

.banner-agency {
	COLOR: #003399; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold
}


.white { background-color: #FFFFFF }
.medblue { background-color: #BBCEF7 }
.ltblue { background-color: #E2EAFC }
.medgrey { background-color: #C0C0C0 }
.medgreen { background-color: #ADBE84 }
.ltgreen { background-color: #DDE4CD }
.medorange { background-color: #FFB684 }
.ltorange { background-color: #FFD7BB }
.medyellow { background-color: #F7E39C }
.ltyellow { background-color: #FFFFCA }

.beige { background-color: #FFEEA8 }

/* ######### Main Menu Bar CSS ######### */

.ag_menu ul{
margin: 0;
padding: 0;
list-style-type: none;
background: #003399;
width: 765px; /*width of menu (not including side paddings)*/
overflow: hidden;
width: 100%;
}

.ag_menu li{
display: inline;
margin: 0;
}

.ag_menu li a{
float: left;
display: block;
text-decoration: none;
text-align: center;
margin: 0;
padding: 2px 10px 2px 10px;
border:0px;
color: white;
font-family: Comic Sans MS;
font-size:100%;
}

.ag_menu li a:hover{
background: black; /*background of tabs for hover state */
color: white;
}

.ag_menu a:selected{
background: #black; /*background of tab with "selected" class assigned to its LI */
color: white;
}

.ag_menu a:visited{
color: white;
}
/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
width: 80px; /*width of menu (not including side paddings)*/
	font-size:70%;
	color:#000000;
background-color: #F3F3F3;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 80px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
background: #F2F2F2; /*light gray background*/
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: white;
background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}

/* ANCHORS */

A:link		{  color: #000066; }
A:active	{  color: #99CCFF; }
A:visited	{  color: #000066; }
A:hover		{  background-color: #889DD5;}

A.nav:link {  font-size: 8pt;
		   	    font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	  		    color: #FFFFFF }

A.home:link		{  font-weight: bold; 
	  				   	   font-size: 7pt; 
						   font-family: Arial, Helvetica, Sans-serif; 
						   color: #FFFFFF; }

A.home:active  {  font-weight: bold; 
  					      font-size: 7pt; 
  					      font-family: Arial, Helvetica, Sans-serif; 
  					      color: #FFFFFF; }

A.home:visited {  font-weight: bold;
   					      font-size: 7pt;
					      font-family: Arial, Helvetica, Sans-serif;
					      color: #FFFFFF; }
						  
						  