/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px;
  padding          : 0px;
  background-color : #FFFFFF;
  color            : #000000;
}

td, tr, p, div {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #000000;
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}
li {
	list-style-type: none;
}

/* ###################### UPPER BUTTON BAR ###################### */
.buttonbar {
  display          : block;
  -moz-opacity     : 0.85;
  font-family      : Arial, Helvetica, serif;
  width            : 100%;
  text-align       : center;
  filter           : Alpha(opacity=85, finishopacity=85, style=1);
  font-weight      : bold;
  text-decoration  : none;
}

a.buttonbar:link, a.buttonbar:visited {
  padding-top      : 5px;
  padding-bottom   : 5px;
  background       : transparent;
  color            : #FFFFFF;
  border-bottom    : 2px solid transparent;
}
a.buttonbar:hover {
  padding-top      : 5px;
  padding-bottom   : 5px;
  text-decoration  : none;
  border-bottom    : 2px solid #FFFFFF;
  background-color : #9A000B;
  color            : #FFFFFF;
}

.topbar_msie {
  display          : block;
  background-color : #464060;
  font-family      : Arial, Helvetica, serif;
  width            : 100%;
  text-align       : center;
  font-weight      : bold;
  text-decoration  : none;
}

a.topbar_msie:link, a.topbar_msie:visited {
  padding-top      : 5px;
  padding-bottom   : 5px;
  border           : 1px solid #FFFFFF;
  background-color : #464060;
  color            : #efefef;

}
a.topbar_msie:hover {
  padding-top      : 5px;
  padding-bottom   : 5px;
  text-decoration  : none;

  background-color : #9A000B;
  color            : #FFFFFF;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  color            : #FFFFFF;
}

a.pathway:link, a.pathway:visited {
  color            : #FFFFFF;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #efefef;
  font-weight      : underline;
}

.date {
	color: #ffffff;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 180px;
}

a.mainlevel:link, a.mainlevel:visited {
	padding          : 2px 10px 2px 5px;
	color            : #464060;
	font-weight      : bold;
}

a.mainlevel:hover {
	padding          : 2px 10px 2px 5px;
	color            : #464060;
	text-decoration: underline;
}

.sublevel {
  padding-top      : 2px;
  padding-bottom   : 2px;
  letter-spacing   : 2px;
  width            : 167px;
  border-top       : 1px solid #C0C0C0;
}

a.sublevel:link, a.sublevel:visited {
  padding          : 2px 10px 2px 5px;
  color            : #1734A2;
  font-weight      : normal;
}

a.sublevel:hover {
  padding          : 2px 10px 2px 5px;
  color            : #FFFFFF;
}

table.moduletable {
  width            : 95%;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #999999;
  text-align       : center;
  letter-spacing   : 2px;
  border-bottom    : 2px solid #F0F0F0;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  
  background-color : #464060;
  color            : #FFFFFF;
  height           : 20px;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #464060;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #464060;
  text-decoration  : none;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : justify;
  background       : #F0F0F0;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentpaneopen {
  text-align       : justify;
  background       : #F0F0F0;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contentheading, .componentheading {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12  px;
  color            : #464060;
  border           : 1px solid;
}

.inputbox {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #464060;
  background       : #FFFFFF;
  border           : 1px solid;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 11px;
  color            : #333333;
  text-decoration  : none;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #000000;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #000000;
}

.leftcells {

  background-color : #ffffff;
}
