/* training.css
 * Project: CCADV.org
 *
 * @author Steve Clason, steve@steveclason.com
 *
 * Revision history:
 *   08 Dec 09, create date
 *
 */

body, p, li, ul, ol, blockquote {
  padding: 0;
  margin: 0;
}

#training p, #training li, #training td {
  font-size: 16px;
}

#training a, #training a:link, #training a:visited, #training a:hover, 
#training a:active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

#training a:hover {
  text-decoration: none;
}

#training h1, #training h2, #training h3, #training p, #training li, #training td {
  font-family: "Times New Roman", Times, serif !important;
}
#training h2 {
  color: #7030A0;
  font-size: 20px !important;
}

#training h3 {
  
}

#training #deadline {
  color: #7030A0;
}

#training table {
  border: 2px solid #7030A0;
  margin: 1em;
  padding: 1em;
}

#training table caption {
  margin-top: 2em;
  color: #7030A0;
  font-size: 20px !important;
  text-align: center;
  font-family:  Times, "Times New Roman",serif !important;
  font-weight: bold !important;
}

#training table td {
  vertical-align: top;
  padding: 0 0 1em 1em;
}

#training ul li {
  padding-left: 1ex;
  margin-left: 2ex;
  margin-bottom: 1ex;
}

/****** Image Replacement. ********/
#training h1#title {
  width: 458px;
  height: 58px;
  position: relative;
  margin: 0 auto;
  }
#training #title span {
  background: url("images/training001.png") no-repeat;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  }
  
#training h2#speakUp {
  width: 200px;
  height: 35px;
  position: relative;
  margin: 2em 0 0;
}

#training #speakUp span {
  background: url("images/training002.png") no-repeat;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
}
/******* End Image Replacement. **********/
  
  .big {
    font-size: 20px !important;
  }
  
  .bold {
    font-weight: bold;
  }
  
  .small {
    font-size: 12px !important;
  }
  
  .center {
    text-align: center;
  }
