/*--------------------------------------------------------------------------------
* Experimental EHS@SFU CSS template. Experimental testing material and effects.
* Will be ported into ehs.css once it is mature
*
*  Angelo Sozzi (asozzi at sfu dot ca)
* V0.4 from the 24.Oct.2006
-----------------------------------------------------------------------------------*/


/*------------------------------------------------------ 
Section Header
------------------------------------------------------*/

.sectionHeader {
  float: left;
  width: 100%;
  height: 34px;
  margin: 0 0 15px 0;
  font-family: Arial, Helvetica, sans-serif;
}

.blue {
  background-color: #4BADE5;
  border-bottom: 7px solid #A1D0EB;
}
.blue2 {
  background-color: #418AD9;
  border-bottom: 7px solid #C4DDF3;
}
.green{
  background-color: #CCE7A2;
  border-bottom: 7px solid #E3EFD1;
}
.green1{
  background-color: #99CC33;
  border-bottom: 7px solid #CCEE99;
}
.green2{
  background-color: #8abc00;
  border-bottom: 7px solid #b1d158;
}
.red{
  background-color: #f1580e;
  border-bottom: 7px solid #fe9a1f;
}
.red2{
  background-color: #F79029;
  border-bottom: 7px solid #F7DFC7;
}
.yellow{
  background-color: #f6c713;
  border-bottom: 7px solid #fbe58f;
}
.sectionHeader img {
  float: left;
}

.sectionHeader h1 {
  padding-top: 7px;
  padding-left: 12px;
  display: inline;
  float: left;
  color: white;
  font-size: 150%;
  font-weight: bold;
}
.sectionHeader p {
  font-size: 85%;
  line-height: 34px;
  padding-right: 20px;
  color: #1B4553;
  font-weight: bold;
  float: right;
  display: inline;
}