/* ###################### OVERALL SETTINGS ###################### */
BODY {
  background-color : #FFFFFF;
  color            : #000000;
}

td, tr, p, div {
  font             : 12px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
}

ul {
  margin           : 0px 0px 0px 10px;
}

li {
  list-style-image : url('../images/arrow.gif');list-style-position:inside
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #666666;
  line-height      : 14px
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #FD3800;
  text-decoration  : none;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
}
a.pathway:link, a.pathway:visited {
  color            : #810000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #990404;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */
.modules {
  background       : #FFCD1E;
}

table.moduletable {
  margin           : 0px 0px 30px 0px;
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  width            : 100%;
  color            : #000000;
  text-align       : center;
  border-bottom    : 1px solid FE9002;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  letter-spacing   : 1px;
  width            : 100%;
	border:1px solid border-collapse: collapse #FE9002;
  padding-top:1px;
  padding-bottom:1px;
  border-top:1px solid border-collapse: collapse #FE9002;
  border-bottom:1px solid #FE9002;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-weight: normal;
	color:#333333;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	background-image :url(../images/main_button1.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	height: 20px;
  border-top:1px #FE9002;
  border-bottom:1px solid border-collapse: collapse #FE9002;
}

a.mainlevel:hover {
	display: block;
	vertical-align: middle;
	font-weight: bold;
	color: #FD3800;
	text-align: left;
	padding-top: 0px;
	text-decoration: none;
	background-image :url(../images/main_button3.gif);
	background-repeat:no-repeat;
	text-indent:20px;
	height: 20px;
	line-height: 20px;
	border-top:1px solid #FD3800;
  border-bottom:1px solid #FD3800;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background       : url('../images/logo_bar_back.gif');
  color            : #FFFFFF;
  font-weight      : bold
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #990000;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  background       : #FFFFFF;
}

.contentpaneopen {
  background       : #FFFFFF;
}

.contentheading {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #004080;
  text-align       : left
}

.componentheading {
  font             : bold 13px Verdana, Arial, Helvetica, sans-serif;
  color            : #004080;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
  background       : url('../images/but_bar_back.gif');; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif
}

.inputbox {
  align
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #FDFAD6;
  border           : 1px solid #000000;
  padding          : 2px;
  margin           : 1px;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #406080;
  text-decoration  : none;
}

a:hover {
  color            : #990000;
  text-decoration  : underline;
}

a:active {
  color            : #CC0000;
  background-color : #F0E0A0;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #285078;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #CC6600;
}