/* Logging eTool STYLE SHEET               		*/
/* AUTHOR: KYM POND                             		*/
/*         USDOL OSHA Salt Lake Technical Center 		*/
/* LAST REVISED: 02/06/2012  -LB- Removed duplicate styles that conflict with variable-text */
/* LAST REVISED: 11/29/2011  -LB- Removed links to images */
/*                                                		*/
/****************************************************************/
		  



.black {
  color:#000000;
}




.goldBoldSixteen {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:128%;
  font-weight:bold;
  color:#B89135
}

	   
.blueBackground {  background-color:#8BAEDA	
}

.yellowBackground { background-color:#FDEAA6
}

.goldText a { color: #643301; font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
.goldText a:hover { text-decoration: underline }

/************* Horizontal Menu *********/


.nounderline {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: bold;
color: #FFFFFF;
text-decoration: none; }

.menu {
background: #FFFFFF no-repeat top left; 
float:right;
margin: 0px 0px 0px 0px; 
width:590px; 
padding:0px; 
position: relative; 
font-weight:bold; 
list-style-type:none;
}

.menu_on {
background: #644B19 no-repeat top left; 
padding:2px; 
margin: 0px 0px 0px 1px; 
width: 113px; 
height: 22px; 
text-align:center; 
list-style-type:none; 
display:inline; 
float:left; 
color: #FFFFFF;
font-weight:bold;
}

.menu_off {
background: #663300 no-repeat top left; 
padding:2px; 
margin: 0px 0px 0px 1px; 
width: 113px; 
height: 22px; 
text-align:center; 
list-style-type:none; 
display:inline; 
float:left; 
color: #FFFFFF;
font-weight:bold;
}

* html .menu_on{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 117px;
}

* html .menu_off{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 117px;
}



/******** Vertical Menu *********/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu_logging{
list-style-type: none;
margin: 0px 0;
padding: 0px;
width: 100px;
}

.glossymenu_logging li a{
list-style-type: none;
border: 1px solid #FFFFFF;
margin: 0px;
color: white;
display: block;
width: auto;
text-decoration: none; padding-left:2px; padding-right:2px; padding-top:4px; padding-bottom:4px
}


* html .glossymenu_logging li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 100px;
}

.glossymenu_logging li a:visited, .glossymenu_logging li a:active{
color: white;
}

.glossymenu_logging li a:hover{
border: 1px solid #FFFFFF
}
				   