﻿/* OSHA Alliance Program Stylesheet                          *
 * USDOL/OSHA - Salt Lake Technical Center                   *
 * Last Revised: 07/30/2015 - MW - added new nav style       *
 * Last Revised: 11/26/2014 - LS - updated with new styles   *
 * Last Revised: 05/21/2014 - KP - updated with new styles   *
 * Last Revised: 01/30/2014 - BAV - updated with new styles  *
 * Last Revised: 11/26/2013 - BJ - updated                   *
 * Last Revised: 10/29/2013 - BJ - new sheet                 * 
 ************************************************************/


.gray {
  background-color: #B3B3B3; 
}
.listtext {
  font-size:14px;
  margin: 10px 10px;
  font-family: inherit;
  font-weight:bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
.alliance-header {
  font-size: 17.5px;
  font-family: inherit;
  line-height: 20px;
  color: #000;
  text-rendering: optimizelegibility;    
  text-align: center;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus 
{
  margin-top: -1px;
  line-height: 23px;	
  color:#555555;
  text-decoration:none;
  background-color:#BFD0EA;
  -webkit-box-shadow:inset 0 3px 8px #6E96D5;
  -moz-box-shadow:inset 0 3px 8px #6E96D5;
  box-shadow:inset 0 3px 8px #6E96D5;
  color: #333333;
  text-decoration: none;
  text-shadow: 0 1px 0 #B3B3B3;
  }

.main_header {
  font-size: 26px; 
  line-height: 20px;
  color: #000000;
  margin-bottom: -5px;
  line-height: 1.2em;
  
}

.well-red-border { border-color: #660000; }
.well-header-red { background-color: #660000; 
                   margin: -10px -10px 5px -10px; 
				   padding: 0px; 
				   border-top: #D82123 solid 1px; 
				   border-radius: 3px 3px 3px 3px; 
				   color :#ffffff; }
				   
				   
.nav-pills > .active > a,
.nav-pills > .active > a:active {
  color: #ffffff;
  background-color: #003151; }

.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #003151;  }
  
 .img-polaroid {padding: 2px; width: 97%;}
 
ol.bold li { font-weight:bold;}


