/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin           : 0px;
  padding          : 0px;
  background       : url(../images/main_back.png) #DFDFDF;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000;
}

hr {
  color            : #eee;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.maincontainer {
  border           : 8px solid #eee;
}

.headercontainer {
  height           : 80px;
  background       : url(../images/logo.png) #FFF no-repeat left center;
}

.maincssmenucontainer {
  height           : 30px;
  background-color : #FFF;
}

.subcssmenucontainer {
  height           : 25px;
  background-color : #284B82;
}

.pathwaycontainer {
  height           : 20px;
  background-color : #fff;
  padding          : 5px;
}

.leftmenucontainer {
  width            : 160px;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.rightmenucontainer {
  width            : 140px;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  background-color : #eee;
}

/* ################## TOP CSS MENU SETTINGS ################### QM: ok */
#navcontainer {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  margin           : 0px 0px 0px 0px;
  padding          : 0px 0px 0px 0px;
  width            : auto;
}

#navlist {
  margin           : 0px;
  padding          : 0px;
  background       : url(../images/top_menu_back.png) #EAB766 repeat-x top  0px 0px;
}

#navlist ul, #navlist li {
  display          : inline;
  list-style-type  : none;
}

#navlist a:link, #navlist a:visited {
  padding          : 5px 15px;
  font-weight      : bold;
  margin           : 0px;
  text-decoration  : none;
  color            : #284B82;
  height           : 30px;
  position         : relative;
  top              : 5;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  position         : relative;
  top              : 0;
  background       : url(../images/top_menu_hover.png) #284B82 no-repeat top right;
  color            : #FFF;
}

#subnavcontainer {
  font-family      : Verdana;
  font-size        : 10px;
  width            : auto;
}

#subnavlist {
  margin           : 0px;
  padding          : 0px;
}

#subnavlist ul, #subnavlist li {
  margin           : 0px;
  padding          : 0px;
  display          : inline;
  list-style-type  : none;
}

#subnavlist a:link, #subnavlist a:visited {
  padding          : 0px 0px 0px 18px;
  text-decoration  : none;
  color            : #EAB766;
  background       : #284B82;

}

#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent {
  color            : #FFF;
}

#subnavlist a:hover {
  text-decoration  : underline;
  color            : #FFF;
}

/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #284B82;
  background       : #EAB766;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
}

table.moduletable td {
  padding          : 2px;
}

/* ##################### FORMULAR SETTINGS #################### QM: ok */
.button {
  border-top       : 1px solid #ddd;
  border-left      : 1px solid #ddd;
  border-bottom    : 1px solid #666;
  border-right     : 1px solid #666;
  background-color : #ccc;
}

.inputbox {
  border           : 1px solid #ccc;
  background-color : #F0F0F0;
  margin           : 2px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  font-size        : 12px;
  font-weight      : bold;
  letter-spacing   : 1px;
  color            : #FFF;
  background       : #284B82;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  padding          : 3px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #F8F8F8;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  background       : #F0F0F0;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
.mainlevel {
  width            : 145px;
  height           : 20px;
  padding          : 2px;
}

a.mainlevel:link, a.mainlevel:visited {
  background       : url(../images/main_menu_back.png) #284B82 no-repeat right;
  text-decoration  : none;
}

a.mainlevel:hover {
  background       : url(../images/main_menu_back_hover.png) #284B82 no-repeat right;
  text-decoration  : none;
}

.sublevel {
  font-size        : 10px;
}

a.sublevel:link, a.sublevel:visited {
  text-decoration  : none;
}

/* ########################### LINKS ########################## QM: ok                */
a:link, a:visited {
  color            : #284B82;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
.pagenavbar {
  border-top       : 1px solid #D0D0D0;
  padding          : 2px;
  letter-spacing   : 1px;
}

.pagenav {
  font-weight      : bold;
  color            : #bbb;
}

a.pagenav:link, a.pagenav:visited {
  text-decoration  : underline;
}

a.pagenav:hover {
  text-decoration  : underline;
}

/* ################### SMALL FONT SETTINGS #################### QM: ok */
.small {
  font-size        : 10px;
  color            : #999;
}

.smalldark {
  font-size        : 10px;
  color            : #000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #999;
}

/* ##################### VOTING SETTINGS ###################### QM: ok */
.content_rating {
  font-size        : 10px;
  color            : #999;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #eee;
  border           : 1px solid #D0D0D0;
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathway {
  letter-spacing   : 1px;
  font-size        : 12px;
  color            : #000;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
}

a.pathway:hover {
  font-size        : 12px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM: ok */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #000;
  width            : 100%;
  border-bottom    : 1px solid #F0F0F0;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

/* ###################### TABBED EDITING ###################### QM: ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #C00;
  padding          : 5px;
}
.offtab {
  background-color : #F0F0F0;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #999;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  background-color : #FFF;
}