/*
* AkoBrightPortal - A Mambo 4.5 template
* @version 1.2
* @package AkoBrightPortal
* @copyright (C) 2004 by Arthur Konze
* @license http://www.konze.de/ Copyrighted Commercial Software
*/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin           : 0px;
  padding          : 0px;
  background-color : #FFFFFF;
  font-family      : arial, sans-serif;
  font-size        : 12px;
  color            : #536895;
  background-color:#536895
}

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 {
  border           : 0px solid #EEEEEE;
}

.headercontainer {
  height           : 115px;
  
}

.mainmycsscontainer {
  height           : 20px;
  background-color : #FFFFFF;
  
}

.submycsscontainer {
  height           : 20px;
  background-color : #FFFFFF;
  
}

.pathwaycontainer {
  border:1px solid #FFFFFF; height           : 20px;
  background-color : #FFFFFF;
  padding          : 5px
}

.leftmenucontainer {
  width            : 160px;
  
}

.rightmenucontainer {
  background-color : #FFFFFF;
  width            : 140px; color:#FFFFFF
}

/* ################## 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;
  height           : 28px;
}

#navlist {
  margin           : 0px;
  padding          : 0px 0px 0px 5px;
}

#navlist ul, #navlist li {
  display          : inline;
  list-style-type  : none;
}

#navlist a:link, #navlist a:visited {
  border-right     : 1px solid #000000;
  padding          : 5px 10px 5px 10px;
  float            : left;
  font-weight      : bold;
  line-height      : 14px;
  margin           : 0px;
  text-decoration  : none;
  color            : #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  background       : url(../images/button_shade.png) #FFF repeat-x 0px 0px;
  border-bottom    : 4px solid #C00;
  color            : #000;
}

#navlist a:hover {
  color            : #000;
}

#subnavcontainer {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  height           : 18px;
  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 {
  float            : left;
  line-height      : 16px;
  padding          : 0px 0px 0px 18px;
  text-decoration  : none;
  color            : #666;
  background       : url(../images/arrow_off.gif) #FFF no-repeat 9px 5px;

}

#subnavlist a:link#subcurrent, #subnavlist a:visited#subcurrent, #subnavlist a:hover {
  color            : #c00;
}

/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  width            : 100%; font-family:Verdana; color:#536895; font-weight:bold
}

table.moduletable th {
  background-position: 0px 0px; font-size        : 11px;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #536895;
  text-indent:13; margin-left:0; background-image:url('../images/menubg.png'); background-repeat:repeat-x; background-attachment:scroll; font-family:Verdana; text-decoration:none
}

table.moduletable td {
  padding          : 2px; color:#536895
}

/* ##################### FORMULAR SETTINGS #################### QM: ok */
.button {
  border-top       : 1px solid #DDDDDD;
  border-left      : 1px solid #DDDDDD;
  border-bottom    : 1px solid #666666;
  border-right     : 1px solid #666666;
  background-color : #F4F4F4;
}

.inputbox {
  border           : 1px solid #808080;
  margin           : 2px
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  background-position: 0px 0px; font-size        : 11px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  padding          : 1px; border-right-width:1px; background-image:url('../images/menubg.png'); background-repeat:repeat-x; background-attachment:scroll
}

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

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

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
.mainlevel {
  width            : 140px; color:#666666; text-indent:9; background-image:url('../images/menubg2.png'); background-repeat:no-repeat
}

a:link.mainlevel, a:visited.mainlevel {
  text-decoration  : none; font-family:Verdana; font-size:8pt
}

a:hover.mainlevel {
  background       : #536895;
  text-decoration  : none; color:#FFFFFF
}

.sublevel {
  font-size        : 10px;
}

/* ########################### LINKS ########################## QM: ok */
a:link, a:visited {
  color            : #808080;
  text-decoration  : none; font-family:Verdana; font-size:8pt
}

a:hover {
  color            : #000000;
  text-decoration  : none; font-size:8pt; font-family:Verdana
}

a:link.category, a:visited.category {
  font-weight      : bold;
}

.readon {
  font-weight      : bold; color:#536895
}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
.pagenavbar {
  padding          : 2px
}

.pagenav {
  font-weight      : bold;
  color            : #bbb;
}

a:link.pagenav, a:visited.pagenav {
  text-decoration  : none;
}

a:hover.pagenav {
  text-decoration  : underline;
}

/* ################### SMALL FONT SETTINGS #################### QM: ok */
.small {
  font-size        : 10px;
  color            : #000;
}

.smalldark {
  font-size        : 10px;
  color            : #000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #bbb;
}

/* ##################### VOTING SETTINGS ###################### QM: ok */
.content_rating {
  font-size        : 10px;
  color            : #c00;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background-color : #C0C0C0;
  border           : 1px solid #000000; color:#FFFFFF
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathway {
  font-size        : 8pt;
  color            : #536895;font-family:Verdana; font-weight:bold
}

a:link.pathway, a:visited.pathway {
  font-size        : 8pt;color:#536895; font-family:Verdana; font-weight:bold
}

a:hover.pathway {
  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            : #536895;
  width            : 100%;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a:link.contentpagetitle, a:visited.contentpagetitle, a:active.contentpagetitle {
  text-decoration  : none;
}

/* ###################### TABBED EDITING ###################### QM: ok */
.ontab {
  background-color : #FFFFFF;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #FF0000;
  padding          : 5px
}
.offtab {
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  padding          : 5px
}
.tabpadding {
  
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  background-color : #FFFFFF;
}

.categorymain {
	font-size: 12px;
	color: #FF9900;
}

a:link.categorymain, a:visited.categorymain, a:active.categorymain  {
	font-size: 12px;
	color: #FF9900;
}