/* ###################### OVERALL SETTINGS ###################### */
BODY {
    SCROLLBAR-ARROW-COLOR      : #29261A;
    SCROLLBAR-TRACK-COLOR      : #DBDAD5;
    SCROLLBAR-FACE-COLOR       : #B9B7AF;
    SCROLLBAR-3DLIGHT-COLOR    : #A3A196;
    SCROLLBAR-DARKSHADOW-COLOR : #A3A196;
    SCROLLBAR-HIGHLIGHT-COLOR  : #DBDAD5;
    SCROLLBAR-SHADOW-COLOR     : #232320;
	background-color           : #D0CFCB;
    color                      : #232320;
	margin: 0px 0px 0px 0px;
}

table.back {
  background       : url("../images/main_table_back.gif");
}

td, tr, p, div {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
}

td.mainmenu {
  border-top       : solid 3px #C2C0B7;
  border-bottom    : solid 3px #C2C0B7;
  border-left	   : solid 3px #C2C0B7;
  border-right	   : solid 3px #C2C0B7;
}

td.submenu {
  border-top       : solid 3px #C2C0B7;
  border-bottom    : solid 6px #C2C0B7;
  border-left	   : solid 3px #C2C0B7;
  border-right	   : solid 3px #C2C0B7;
  background	   : #C2C0B7;
}

td.top {
  border-bottom    : solid 7px #232320;
}

td.headimg {
  border-top    : solid 7px #232320;
  border-bottom    : solid 3px #232320;
}

ul {
  margin           : 0px 0px 0px 10px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #51504B;
}

HR.dotted {
  color: #51504B;
  height:1px;
  width:100%;
  border-style: dotted;
}

.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #232320;
  line-height      : 14px
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #27261F;
  font-weight	   : bold;
  text-decoration  : none;
  padding-bottom   : 2px;
}

a.buttonbar:hover {
  color            : #000000;
  text-decoration  : none;
  padding-bottom   : 2px;
}

/* ###################### SUBMENU ###################### */
a.submenu:link, a.submenu:visited {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #223B41;
  font-weight	   : bold;
  text-decoration  : none;
  padding-bottom   : 2px;
}

a.submenu:hover {
  color            : #000000;
  text-decoration  : none;
  padding-bottom   : 2px;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #27261F;
}
a.pathway:link, a.pathway:visited {
  color            : #47463C;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */
.modules {
  background       : ;
}

table.moduletable {
  margin           : 5px 0px 0px 0px;
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  width            : 100%;
  color            : #232320;
  background	   : url(../images/module_back.png);
  text-align       : left;
  padding-left	   : 5px;
  padding-top	   : 2px;
  padding-bottom   : 2px;
  border-top	   : 1px solid #232320;
  border-bottom	   : 1px solid #232320;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
  padding-top	   : 4px;
}

.tabheading {
	background-color : #F3F6F7;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  align			   : center;
  
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #232320;
  width            : 95%;
  background-color : #DBDAD5;
  padding-left	   : 3px;
  padding-top      : 2px;
  padding-bottom   : 2px;
}

a.mainlevel:hover {
  color            : #F9F8F5;
  background-color : #51504B;
}

.sublevel {
  padding-left     : 3px;
  color            : #232320;
  width			   : 86%;
}

.sublevel:hover {
  padding-left     : 3px;
  color			   : #F9F7F5
  background-color : #51504B;
  width			   : 86%;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  color            : #232320;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #ECEAE3;
}

.sectiontableentry2 {
  background-color : #F2F0E9;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
  text-decoration  : none;
  font-weight      : medium;
}

.strong.black {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
  font-weight      : bold;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {

}

.contentpaneopen {

}

.contentheading {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
  background	   : url(../images/module_back.png);
  text-align       : left;
  padding-left	   : 5px;
  padding-top	   : 2px;
  padding-bottom   : 2px;
  border-top	   : 1px solid #232320;
  border-bottom	   : 1px solid #232320;
}

.componentheading {
  font             : bold 13px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #51504C;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
  background-color : #F9F7F5;
  border           : 1px solid #232320;
  text-transform   : uppercase;
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #232320;
  background-color : #F9F7F5;
  border           : 1px solid #232320;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #223B41;
  font-weight	   : bold;
  text-decoration  : none;
}

a:hover {
  color            : #000000;
  text-decoration  : underline;
}

a:active {
  color            : #666458;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #AF0101;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #2E2C25;
}