/* ###################   ################## ok */

h1, h2, h3, h4 {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14 px;
  font-weight      : bold;
  color            : #BA0000;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {color: #FFFFFF}
.style3 {
	color: #BA0000;
	font-weight: bold;
}
.style4 {color: #BE1616;  text-decoration: none;}
.style4 a {color: #BE1616;  text-decoration: none;}
.style4 a:hover {color: #BE1616;  text-decoration: none;}
.style4 a:visited{color: #BE1616;  text-decoration: none;}

.text3red {font-family: Verdana; color:#ffffff; font-size: 9px; fontsize: 10px;}
.text3red a {font-family: Verdana; color:#ffffff; font-size: 9px; fontsize: 10px;}
.text3red a:hover {font-family: Verdana; color:#ffffff; font-size: 9px; fontsize: 10px;}
.text3red a:visited{font-family: Verdana; color:#ffffff; font-size: 9px; fontsize: 10px; text-decoration: none;}

/* ###################### OVERALL SETTINGS ###################### ok */
body {
  margin           : 0px;
  background-image: url(../images/bg.gif);
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        :10px;
  color            : #000000;
}

.contentbox {
  background-color : #FFF;
  border           : 1px solid #000;
}

td, tr, p, div {
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        : 10 px;
  color            : #000;
}

hr {
  color            : #91B2C5;
  height           : 1px;
  width            : 100%;
}

/* ######################## BUTTON BAR ######################## ok */
ul#mainlevel-nav {
  list-style       : none;
  padding          : 0px;
  margin           : 0px;
  font-size        : 10 px;
  text-align       : center;
  font-family      : Arial, Helvetica, serif;
}

ul#mainlevel-nav li {
  display          : block;
  float            : right;
  margin           : 0px;
  padding          : 0px;
  width            : auto !important;
  font-size        : small;
  line-height      : 25px;
  white-space      : nowrap;
}

ul#mainlevel-nav li a {
  display          : block;
  padding-left     : 10px;
  padding-right    : 10px;
  text-decoration  : none;
  color            : #FFFFFF;
}

ul#mainlevel-nav li a:hover {
  text-decoration  : none;
  color            : #CC3333;
}

/* ##################### MODULE SETTINGS ###################### ok */
table.moduletable {
  width            : 100%;
}

table.moduletable th {
  font-size        : 10 px;
  font-weight      : bold;
  color            : #25668D;
  background       : #FFFFFF;
  text-align       : center;

}

table.moduletable td {
  padding          : 2px;
  background       : #f0f0f0;
}

/* ##################### FORMULAR SETTINGS #################### ok */
.button {
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        : 10 px;
  color            : #000;
  background       : #C7E2F1;
  border           : 1px solid #91B2C5;
}

.inputbox {
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        : 10 px;
  color            : #000;
  background       : #f0f0f0;
  border           : 1px solid #C0C0C0;
}

/* ################# SECTION LISTING SETTINGS ################# ok */
.sectiontableheader {
/*  border-bottom    : 1px solid #ffffff;*/
  padding          : 2px;
  background       : #DEDEDE;
  color            : #BA0000;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 2px;
  background       : #f0f0f0;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 2px;
  background       : #FFFFCC;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
.mainlevel {
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        : 11 px;
  font-weight      : bold;
  color            : #25668D;
  background       : #FFFFFF;
  text-align       : center;
  letter-spacing   : -1px;
  border           : 1px solid #D1DFE7;
  width            : 130px;
}

a.mainlevel:link, a.mainlevel:visited {
  text-align       : left;
  background       : transparent;
  background-image: url(../images/arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
  letter-spacing   : 0px;
  padding-left: 8px;
  font-size: 10px;
  color: Black;
  font-weight: bold;
  text-decoration: underline;
  border           : none;
}

a.mainlevel:hover {
  font-weight: bold;
  text-align       : left;
  text-decoration: none;
  color: #696969;
  background       : transparent;
  background-image: url(../images/arrow.gif);
  background-position: left;
  background-repeat: no-repeat;
  letter-spacing   : 0px;
  padding-left: 8px;
  font-size: 10px;
  border           : none;
}

.sublevel {
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        : x10 px;
}

/* ########################### LINKS ########################## ok */
a:link, a:visited {
  color            : Black;
  font-weight      : bold;
  text-decoration  : underline;
}

a:hover {
  color            : #BA0000;
  text-decoration: none;

}

a.category:link, a.category:visited {
  font-weight      : bold;
}

a.readon:link {
  padding-left     : 5px;
  margin-left      : 5px;
  color: #BA0000;
  font-weight: bold;
  text-decoration: underline;
}
a.readon:hover {
  padding-left     : 5px;
  margin-left      : 5px;
  color: #BA0000;
  font-weight: bold;
}

/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
  padding          : 2px;

}

.pagenav {
  color            : Black;
  font-weight      : bold;
}

a.pagenav:link, a.pagenav:visited {
  color            : Black;
  font-weight      : bold;
  text-decoration  : underline;
}

a.pagenav:hover {
  color            : #BA0000;
  font-weight      : bold;
  text-decoration  : none;
}

/* ################### SMALL FONT SETTINGS #################### ok */
.small {
  font-size        : 10 px;
  color            : #25668D;
}

.smalldark {
  font-size        : 10 px;
  color            : #000000;
}

.createdate, .modifydate {
  font-size        : 10 px;
  color            : #489ED0;
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
  font-size        : 10 px;
  color            : #25668D;
}

.content_vote {
  font-family      : Verdana,Arial, Helvetica, sans-serif;
  font-size        : 10 px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background       : #EFF7FB;
  border           : 1px solid #C0C0C0;
}

/* ##################### PATHWAY SETTINGS ##################### ok */
.pathway {
  font-size        : 10 px;
  font-weight: bold;
  color            : #ba0000;
}

a.pathway:link, a.pathway:visited {
  font-size        : 10 px;
  color: #ba0000;
 }

a.pathway:hover {
  font-size        : 10 px;
  letter-spacing   : -1px;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentpane {
  padding-left     : 4px;
  padding-right    : 4px;
}

.contentpaneopen {
  padding-left     : 4px;
  padding-right    : 4px;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 14 px;
  font-weight      : bold;
  color            : #BA0000;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #25668D;
}

/* ###################### TABBED EDITING ###################### ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #25668D;
  padding          : 5px;
}
.offtab {
  background-color : #EFF7FB;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #25668D;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #C0C0C0;
  border-right     : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  background-color : #FFF;

}
