BODY {
  margin           : 0px 0px 0px 0px;
  background-color : #eeeeee;
  background-image : url('../images/bg.gif'); 
  color            : #000000;
}

td, tr, p, div {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
}

ul {
  margin           : 0px 0px 0px 0px;
}

li {
  list-style-image : url('../images/arrow.gif');
  list-style-position:inside
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

#titleDiv {
  position:absolute;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:40px;
  font-weight:bold;
  filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='black', Positive='true');
  color:#FFFFFF;
  width:700px;
  height:60px;
  top: 60px;
  left: 20px;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #FFFFFF;
  font-weight      : bold;
  text-transform   : uppercase;
}

a.buttonbar:hover {
  color            : #0E5CAD;
  text-decoration  : bold;
}

#pathwayDiv {
  position         : absolute;
  width            : 550px;
  height           : 20px;
  top              : 12px;
  left             : 140px;
}

a.pathway:link, a.pathway:visited {
  color            : #285078;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #CC6600;
  font-weight      : normal;
}

.modules {
	#background: #F7F7F7;
	border: 2px ridge #C0C0C0;
}

.mainlevel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  letter-spacing   : normal;
  padding-left     : 20px;
  width            : 90%;
  letter-spacing: normal;
  font-weight: bolder;
    line-height: 220%;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #285078;
  background       : url("../images/icon01.gif");
  background-repeat: no-repeat;
}

a.mainlevel:hover {
  color            : #CC6600;
  background       : url("../images/icon02.gif");
  background-repeat: no-repeat;

}

.sublevel {
  letter-spacing   :normal;
  padding-left     : 17px;
  font-weight: bolder;
  font-style: italic;
}


table.moduletable {
  padding: 5px 0px 5px 8px;
  margin-bottom: 15px;
  width: 100%;
  background: url(../images/bgr.png);
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-align       : center;
  letter-spacing   : 2px;
  border-bottom    : 1px solid #AFD1F4;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
}

.sectiontableheader {
  background-color : #AFD1F4;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #CC6600;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #002850;
  text-decoration  : none;
  font-weight      : normal;
}

.contentpane {
  text-align       : justify;
  /*background       : #F7F7F7; */
  background		 : White;
  border           : 1px outset #C0C0C0;
  padding          : 10px;
  margin-bottom    : 10px;
}
.contentpaneopen {
  text-align       : justify;
  /*background       : #F7F7F7; */
  background: White;
	margin: 0px 0px 0px 0;
   border           : 1px outset #C0C0C0;
	width: 100%;
  margin-bottom    : 10px;
}

.contentheading, .componentheading {
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000;
  letter-spacing   : 2px;
  border-bottom    : 1px solid #AFD1F4;
  text-align       : left;
}

.createdate {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

.button {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12  px;
  color            : #000000;
  background       : #EFEFEF;
  border           : 1px solid #C0C0C0;
}

.inputbox {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  background       : #F7F7F7;
  border           : 1px solid #C0C0C0;
}

a:link, a:visited {
  font-size        : 11px;
  color            : #285078;
  text-decoration  : none;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #CC6600;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #CC6600;
}
