/* ###################### OVERALL SETTINGS ###################### */
BODY {
  background-color : #C6C6C6;
  color            : #000000;
  background	   : url(../images/tile_back2.gif);
}

td, tr, p, div {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
}

ul {
  margin           : 0px 0px 0px 10px;
}

li {
  list-style       : inside url(../images/arrow.gif) 2px;
  list-style-image : url(../images/arrow.gif);
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

.poll {
  font             : 9px Arial, Helvetica, Verdana, sans-serif;
  color            : #800000;
  line-height      : 14px
}

.frontpageheader {
  color            : #800000;
  font             : 14px Verdana, Arial, Helvetica, sans-serif;
  font-weight	   : bold;  
}

/* ###################### UPPER BUTTON BAR ###################### */
td.menu {

	vertical-align: top;
	padding: 0px;

}



td.menu a {

	color: #484848;
	text-decoration: none;
	font-weight:bold;
	display: block;
	width: 100%;

}



td.menu a:link, td.menu a:visited {

	color: #484848;
	text-decoration: none;
	font-weight:bold;
	display: block;
	width: 100%;

}



td.menu a:hover {

	background-color: #CCCCCC;
	color: #484848;
	font-weight:bold;

}


/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #969696;
}
a.pathway:link, a.pathway:visited {
  color            : #800000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #800000;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */
.modules {
  background       : ;
}

table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  width            : 100%;
  color            : #000000;
  text-align       : center;
  border-bottom    : 1px solid #cccccc;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
td.mainlevel {
  letter-spacing   : 1px;
  width            : 95%;
}

td.mainlevel a:link, td.mainlevel a:visited {
  color            : #800000;
}

td.mainlevel a:hover {
  color            : #484848;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  color            : #000000;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #800000;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  background       : ;
}

.contentpaneopen {
  background       : ;
}

.contentheading {
  font             : bold 14px Verdana, Arial, Helvetica, sans-serif;
  color            : #800000;
  text-align       : left
}

.contenttitle {
  font             : bold 12px Verdana, Arial, Helvetica, sans-serif;
  color            : #484848;
  text-align       : left
}


.componentheading {
  font             : bold 13px Verdana, Arial, Helvetica, sans-serif;
  color            : #800000;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #C0C0C0;
  border           : 1px solid #000000;
  text-transform   : uppercase;
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #BCBCBC;
  border           : 1px solid #000000;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #800000;
  text-decoration  : none;
}

a:hover {
  color            : #484848;
  text-decoration  : underline;
}

a:active {
  color            : #FFD700;
  text-decoration  : underline;
}

a.mainmenu:link, a.mainmenu:visited {
  font             : 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #800000;
  font-weight      : bold;
  text-decoration  : none;
}

a.mainmenu:hover {
  color            : #484848;
  text-decoration  : underline;
  font-weight      : bold;
}

a.mainmenu:active {
  color            : #FFD700;
  font-weight      : bold;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #800000;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #484848;
}