

/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin-top	   : 0px;
  margin-right	   : 0px;
  margin-bottom	   : 0px;
  margin-left      : 0px;
  padding          : 0px;
  background       : url(images/mainback2.jpg) #ffffff top repeat-x;
  font-family      : arial, sans-serif;
  font-size        : 13px;
  color            : #000;
}
body {}

td, tr, p, div {
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  color            : #000;
}

hr {
  color            : #E0E0E0;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.maincontainer {
  width            : 850px;
  background-color : #fff;
  padding-top:  10px;
}

.headercontainer {
  height           : 80px;
  background       : #FFFFFF; url(../images/mainback2.png) #f0f0f0 top repeat-x;
}

.logocontainer {
  width            : 180px;
  height           : 120px;
}

.leftmenucontainer {
  width            : 180px;
  background-color : #ffffff;
}

.user3container {
  width            : 755px;
  height           : 80px;
  text-align       : right;
}

.pathwaycontainer {
  
  padding-bottom:  10px;
  height           : 20px;
}

.topmenucontainer {
  width            : 520px;
}


.rightmenucontainer {
  width            : 200px;
  background-color : #ffffff;
  border-right     : 20px solid #fff;
  border-bottom    : 20px solid #fff;
}

/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  padding-left     : 10px;
  width            : 100%;
  margin-bottom    : 10px;
  
}

table.moduletable th {
  padding-left         : 10px;
  padding-bottom         : 10px;
  font-size        : 13px;
  font-weight      : bold;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #336699;
  /* background       : url(../images/module_bar_back.png) #6598CB repeat-x; */
  vertical-align   : middle;
  height           : 18px;
}

table.moduletable td {
  padding-left         : 5px;
  color            : #000000;
}

table.moduletableloginpanel {
  
  padding-left     : 0px;
  width            : 100%;
  margin-bottom    : 10px;
  background-color : #fffbc6;
  line-height       : 200%;
}

table.moduletableloginpanel th {
  
   padding-left    : 10px;
   font-size       : 13px;
  font-weight      : bold;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #336699;
  vertical-align   : top;
  height           : 18px;
 
}
table.moduletableloginpanel td {
  padding-left         : 10px;
  padding-bottom         : 10px;
  color            : #000000;
}




table.moduletabletopmodule {
  text-align       : right;

}


/* ##################### FORMULAR SETTINGS #################### QM: ok */
.button {
  border           : 1px solid #e0e0e0;
  background-color : #fff;
  margin           : 2px;
}

.inputbox {
  border           : 1px solid #B8D1E8;
  background       : #DDE9F5;
  color            : #336699;
  margin           : 2px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {

  font-size        : 11px;
  
  text-align       : left;
  letter-spacing   : 1px;
  color            : #336699;
  
  vertical-align   : middle;
  height           : 18px;
}

.sectiontableentry1 {
padding          : 5px;
line-height       : 170%;
  vertical-align   : top;
  
  background       : #F0F0F0;
}

.sectiontableentry2 {
padding          : 5px;
line-height       : 170%;

  vertical-align   : top;
  
  background       : #E9E9E9;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM:  */
.mainlevel {
  width            : auto;
  display          : block;
  height           : 19px !important;
  height           : 25px;
}

a.mainlevel:link, a.mainlevel:visited {
  background       : url(../images/menu_off.png) #BCE1F8 no-repeat top left;  
  color            : #336699;
  text-decoration  : none;
  padding-top      : 4px;
  padding-left     : 30px;
  border-top       : 1px solid #6699cc;
  border-bottom    : 1px solid #6FB9F0;
}


a.mainlevel:hover {
  border-top       : 1px solid #99ccff;
  border-bottom    : 1px solid #336699;
  background       : url(../images/menu_on.gif) #FAD98C no-repeat top left;
  color            : #333333;
  text-decoration  : none;
}

#active_menu {
  font-weight      : bold;
  color            : #990033;
  text-decoration  : underline;
}

.sublevel {
  font-size        : 10px;
  height           : 20px;
  padding-top      : 5px;
}

a.sublevel:link, a.sublevel:visited {
  color            : #ffffff;
  text-decoration  : none;
}

a.sublevel:hover {
  color            : #99ccff;
  text-decoration  : underline;
}

ul#mainlevel-nav {
text-align       : right;
  padding          : 0;
  margin           : 0;
  list-style       : none;
}

ul#mainlevel-nav li {
  display          : block;
  padding-left     : 0px;
  padding-right    : 0px;
  margin           : 0;
  float            : right;
  font-size        : 11px;
  line-height      : 18px;
  white-space      : nowrap;
  border-left      : 1px solid #666;
}

ul#mainlevel-nav li a {
  display          : block;
  padding-left     : 10px;
  padding-right    : 10px;
  text-decoration  : none;
  color            : #000;
}

ul#mainlevel-nav li a:hover {
  color            : #666;
}

/* ########################### LINKS ########################## QM:  */
a:link, a:visited {
  color            : #990033;
  text-decoration  : underline;
}

a:hover {
  color            : #FF9933;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM:  */
.pagenavbar {
  background-color : #F0F0F0;
  border           : 1px solid #e0e0e0;
  padding          : 2px;
}

.contenttoc {
  width            : 200px;
  background-color : #F0F0F0;
  border           : 1px solid #e0e0e0;
  padding          : 10px;
}

.contenttocheading {
  font-size        : 13px;
  font-weight      : bold;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #336699;
  
  vertical-align   : middle;
  height           : 18px;
}

/* ################### SMALL FONT SETTINGS #################### QM: ok */
.small {
  font-size        : 10px;
  color            : #6699cc;
}

.smalldark {
  font-size        : 10px;
  color            : #000000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #999999;
}

/* ##################### VOTING SETTINGS ###################### QM: ok */
.content_rating {
  font-size        : 10px;
  color            : #FEC56A;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #F0F0F0;
  border           : 1px solid #e0e0e0;
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathway {
  padding-bottom   : 50px;
  font-size        : 13px;
  color            : #333;
}

a.pathway:link, a.pathway:visited {
  font-size        : 13px;
  
}

a.pathway:hover {
  font-size        : 13px;
  
}

/* ################### CONTENT PAGE SETTINGS ################## QM:  */
.contentpane {
  padding          : 5px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 16px;
  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;
}

/* ###################### BUTTON SETTINGS ##################### QM: ok */
a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  background       : url(../images/readon_normal.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

a.readon:hover {
  color            : #336699;
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  background       : url(../images/readon_hover.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.back_button a:link, .back_button a:visited {
  color            : #999999;
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  background       : url(../images/back_normal.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.back_button a:hover {
  color            : #336699;
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  background       : url(../images/back_hover.png) #F0F0F0 no-repeat;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 20px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.pagenav a:link, .pagenav a:visited, .buttonheading a:link, .buttonheading a:visited {
  color            : #999999;
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  background       : #F0F0F0;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.pagenav a:hover, .buttonheading a:hover {
  color            : #336699;
  font-family      : "Trebuchet MS", Arial, sans-serif;
  font-size        : 13px;
  font-weight      : normal;
  background       : #F0F0F0;
  border           : 1px solid #E0E0E0;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

