/* ###################### OVERALL SETTINGS ###################### */
BODY {
  margin           : 0px 0px 0px 0px;
  background-color : #FFFFFF;
  color            : #000000;
        scrollbar-3dlight-color: #999999;
		scrollbar-base-color: #FFFFFF;
		scrollbar-darkshadow-color: #CCCCCC;
		scrollbar-face-color: #00FFFF;
		scrollbar-highlight-color: #FFFFFF;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-track-color: #FFFFFF;
		scrollbar-arrow-color: #000000;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #333333;
  font-weight      : bold;
}

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

hr {
  background       : #CCFFFF;
  height           : 1px;
  width            : 100%; 
  font-weight      : bold;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight      : bold;
  color: #333333;
}

a.pathway:link, a.pathway:visited {
  color            : #000000;
  font-weight      : bold;
}

a.pathway:hover {
  color            : #CCCCCC;
  font-weight      : bold;
}


/* ################### MAIN AND SUB MENU SYSTEM ################### */
a.mainlevel:link, a.mainlevel:visited {
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
	padding: 2px;
	height: 15px;
	width: 95%;
}

a.mainlevel:hover {
	color: #33CCCC;
	background-color: #000000;
	width: 95%;
	border: 1px solid #000000;
	padding: 2px;
	height: 15px;
  text-decoration  : none;
  font-weight      : bold;
	}

.mainlevel {
	border: 1px solid #33CCCC;
	background-color: #33CCCC;
	height: 15px;
	width: 95%;
	padding: 2px;
}

.sublevel {
	border: 1px solid #33CCCC;
	background-color: #CCFFFF;
	width: 80%;
	padding: 1px;
	height: 15px;
}

.sublevel:link {
  padding-left     : 2px;
  background-color : #CCFFFF;
}

.sublevel:hover {
  padding-left     : 2px;
  background-color : #000000;
}

a.sublevel:link, a.sublevel:visited {
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}

a.sublevel:hover {
  color            : #00FFFF;
  text-decoration  : none;
  font-weight      : normal;
}


.moduleheading {
  text-align       : center;
  background-color : #FFFF00;
  width            : 100%;
}

.poll {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #666666;
  line-height      : 12px;
  font-weight      : bold;
}

table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 100%;
        border-left: solid 0px #f1f0d8;
        border-right: solid 0px #f1f0d8;
        border-top: solid 0px #f1f0d8;
        border-bottom: solid 0px #f1f0d8;
        }

table.moduletable th {
  font-size        : 12px;
  font-weight      : bold;
  color            : #000000;
  text-align       : center;
  background       : #FFFF00;
  width            : 100%;
}

table.moduletable td {
        font-size: 12px;
  font-weight      : bold;
        }

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  background-color : #FFFF00;
  color            : #666666;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : bold;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : bold;
}

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

.contentpaneopen {
  background       : #CCFFFF;
}

.contentheading, .componentheading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : bold;
  color            : #208080;
  text-align       : left;
  border-top       : solid 1px #208080;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #CCCCCC;
  text-align       : left;
  font-weight      : bold;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12px;
  background-color : #000000;
  color            : #CCFFFF;
  border           : 1px solid #CCFFFF;
  font-weight      : bold;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  background-color : #CCFFFF;
  border           : 1px solid #CCCCCC;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 12px;
  color            : #208080;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : bold;
}

a:hover {
  color            : #00FFFF;
  text-decoration  : none;
  font-weight      : bold;
}

a.category:link, a.category:visited {
  color            : #208080;
  font-weight      : bold;
}

a.category:hover {
  color            : #00FFFF;
  font-weight      : bold;
}

