/**
* AkoBlueCorp - A Mambo 4.5.1 template
* @version 1.1
* @package AkoBlueCorp
* @copyright (C) 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/ Copyrighted Commercial Software
**/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin           : 0px;
  padding          : 0px;
  background       : url(../images/mainback2.png) #f0f0f0 top repeat-x;
  font-family      : arial, sans-serif;
  font-size        : 12px;
  color            : #000;
}

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

hr {
  color            : #E0E0E0;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.maincontainer {
  width            : 984px;
  background-color : #fff;
}

.headercontainer  { background-color: white; height: 120px }

.logocontainer  { background-color: white; width: 450px; height: 80px; float: left }

.user3container {
  width            : 468px;
  float            : right;
  height           : 80px;
  text-align       : right;
}

.pathwaycontainer {
  height           : 20px;
  padding          : 5px;
}

.topmenucontainer {
  width            : 714px;
}

.leftmenucontainer   { background-color: #6598CB; width: 210px }

.rightmenucontainer  { background-color: #cccccc; width: 210px; border-right: 30px solid #fff}

/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  padding          : 0px;
  width            : 100%;
  margin-bottom    : 10px;
}

table.moduletable th  { color: #ffffff; font-size: 11px; font-weight: bold; background: maroon url("../images/module_bar_back.png") repeat-x; text-align: center; letter-spacing: 1px; height: 18px; vertical-align: middle }

table.moduletable td {
  padding          : 0px;
  color            : #000000;
}

/* ##################### FORMULAR SETTINGS #################### QM: ok */
.button {
  border           : 1px solid #e0e0e0;
  background-color : #fff;
  margin           : 2px;
}

.inputbox  { color: maroon; background: #f0f0f0; margin: 2px; border: solid 1px #b8d1e8 }

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader  { color: #ffffff; font-size: 11px; font-weight: bold; background: #b00 url("../images/module_bar_back.png") repeat-x; text-align: center; letter-spacing: 1px; height: 18px; vertical-align: middle }

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #F0F0F0;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  background       : #E9E9E9;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM:  */
.mainlevel {
  width            : auto;
  display          : block;
  height           : 19px !important;
  height           : 25px;
}

a.mainlevel:link, a.mainlevel:visited  { color: #ffffff; text-decoration: none; background: maroon url("../images/menu_off.png") no-repeat left top; padding-top: 4px; padding-left: 30px; border-top: 1px solid #6699cc; border-bottom: 1px solid #003366 }

a.mainlevel:hover  { color: #ffffff; text-decoration: none; background: #b00 url("../images/menu_on.png") no-repeat left top; border-top: 1px solid #99ccff; border-bottom: 1px solid #336699 }

#active_menu  { color: #f0f0f0; font-weight: bold }

.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  : none;
}

ul#mainlevel-nav {
  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            : #fff;
}

ul#mainlevel-nav li a:hover {
  color            : #000;
}

/* ########################### LINKS ########################## QM:  */
a:link, a:visited {
  color            : #6598CB;
  text-decoration  : none;
}

a:hover {
  color            : #6598CB;
  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 : #999999;
  border           : 1px solid #e0e0e0;
  padding          : 2px;
}

.contenttocheading  { color: #ffffff; font-size: 11px; font-weight: bold; background: #e4e8c6 url("../images/module_bar_back.png") repeat-x; text-align: center; letter-spacing: 1px; height: 18px; vertical-align: middle }

/* ################### 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 {
  font-size        : 12px;
  color            : #000;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
}

a.pathway:hover {
  font-size        : 12px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM:  */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 16px;
  font-weight      : bold;
  color            : #990000;
  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      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  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: maroon; font-size: 10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 10px; text-decoration: none; background: #f0f0f0 url("../images/readon_hover.png") no-repeat; white-space: nowrap; padding: 2px 4px 2px 20px; float: left; border: solid 1px #e0e0e0 }

.back_button a:link, .back_button a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  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: maroon; font-size: 10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 10px; text-decoration: none; background: #f0f0f0 url("../images/back_hover.png") no-repeat; white-space: nowrap; padding: 2px 4px 2px 20px; float: left; border: solid 1px #e0e0e0 }

.pagenav a:link, .pagenav a:visited, .buttonheading a:link, .buttonheading a:visited {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  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: maroon; font-size: 10px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; line-height: 10px; text-decoration: none; background: #f0f0f0; white-space: nowrap; padding: 2px 4px; float: left; border: solid 1px #e0e0e0 }
