/**
* AkoElementsEarth - A Mambo 4.5.1 template
* @version 1.0
* @package AkoElements
* @copyright (C) 2005 by Arthur Konze
* @license http://www.konze.de/ Copyrighted Commercial Software
**/

/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  background       : url(images/body_background.gif) #FFFFFF repeat-x;
  margin           : 0px;
  padding          : 0px;
  text-align       : center;
}

td, tr, p, div {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  line-height      : 24px;
  color            : #000000;
  text-align       : left;
}

hr {
  color            : #000000;
  height           : 1px;
  width            : 100%;
}

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.firetopleft {
  background       : url(../images/fireback_topleft.gif) #68A3CC no-repeat;
  width            : 115px;
  height           : 49px;
}

.firetop {
  background       : url(../images/fireback_top.gif) #68A3CC no-repeat;
  width            : 780px;
  height           : 49px;
}

.firetopright {
  background       : url(../images/fireback_topright.gif) #68A3CC no-repeat;
  width            : 115px;
  height           : 49px;
}

.fireright {
  background       : url(../images/dropshadow_right.gif) left repeat-y;
  width            : 115px;
}

.fireleft {
  background       : url(../images/dropshadow_left.gif) right repeat-y;
  width            : 115px;
}

.firebottom {
  background       : url(../images/dropshadow_bottom.gif) top repeat-x;
  width            : 780px;
}


.contentlogo {
  background       : url(../images/logo_background.gif) #999999 top no-repeat;
  width            : 200px;
  height           : 150px;
}

.contentimage {
  background       : #006633;
  height           : 150px;
}

.contentmenu {
  /*background       : url(../images/menu_background.gif) #F4ED95 top no-repeat;*/
  background       : #CBDFED;
  width            : 200px;
}

.contentmain {
  background       : url(../images/content_background.gif) #FFFFFF top no-repeat;
  padding          : 10px;
}

.maincontent {
  background       : #ffffff;
  width            : 780px;
}

/* ##################### MODULE SETTINGS ###################### QM:  */
table.moduletable {
  width            : 100%;
  table-layout     : auto;
}

table.moduletable th {
  padding          : 2px;
  font-size        : 14px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #2B1B0B;
}

table.moduletable td {
  padding          : 1px;
}

/* ##################### FORMULAR SETTINGS #################### QM:  */
.button {
  background-color : #996600;
  color            : #FFFFFF;
  border           : 1px solid #663300;
  margin           : 5px;
}

.inputbox {
  border           : 1px solid #333333;
  background       : #ffffff;
  color            : #666666;
  margin           : 5px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  font-size        : 10px;
  text-align       : center;
  letter-spacing   : 1px;
  line-height      : 12px;
  color            : #FFFFFF;
  background       : #663300;
  vertical-align   : middle;
  padding          : 0px 10px;
}

.sectiontableentry1 {
  background       : #ffffff;
  padding          : 3px 5px;
}

.sectiontableentry2 {
  background       : #eeeeee;
  padding          : 3px 5px;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
a.mainlevel  {
  margin           : 0px;
  padding          : 0px;
  font-size        : 12px;
  width            : 190px;
  text-indent      : 10px;
}

a.mainlevel: link {
  text-indent      : 10px;
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  padding          : 0px;
  margin           : 1px;
  text-indent      : 10px;
}

a.mainlevel:hover {
  text-decoration  : none;
  text-indent      : 10px;
  background       : #cccccc;
  filter           : Alpha(opacity=50, finishopacity=50, style=1);
  -moz-opacity     : 0.50;
}

#active_menu {
  font-weight      : bold;
  color            : #2B1B0B;
}

.sublevel {
  font-size        : 12px;
}

/* ########################### LINKS ########################## QM: ok */
a:link, a:visited {
  color            : #2B1B0B;
  text-decoration  : none;
}

a:hover {
  color            : #2B1B0B;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM:  */
.pagenavbar {
  background-color : #ffffff;
  text-align       : center;
}

.pagenavbar div {
  font-size        : 12px;
  letter-spacing   : 1px;
}

.contenttoc {
  width            : 180px;
  background-color : #eeeeee;
  padding          : 2px;
}

.contenttoc th {
  padding          : 3px 5px;
  font-size        : 14px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #663300;
}

.contenttoc td {
  padding          : 2px 5px;
}

/* ################### SMALL FONT SETTINGS #################### QM:  */
.small {
  font-size        : 10px;
  color            : #996600;
}

.smalldark {
  font-size        : 10px;
  color            : #000000;
}

.createdate, .modifydate {
  font-size        : 10px;
  color            : #999999;
}

/* ##################### VOTING SETTINGS ###################### QM:  */
.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 */
.pathwaycontainer {
  width            : 100%;
  border-bottom    : 1px solid #666666;
  padding          : 4px;
  height           : 20px;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

.pathway {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

a.pathway:link, a.pathway:visited {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

a.pathway:hover {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  line-height      : 16px;
  letter-spacing   : 1px;
}

/* ################### CONTENT PAGE SETTINGS ################## QM:  */
.contentpane {
  padding          : 0px;
}

.contentpaneopen {
  padding          : 0px;
}

.contentheading, .componentheading {
  padding          : 0px;
  font-size        : 14px;
  font-weight      : bold;
  text-transform   : uppercase;
  text-align       : left;
  letter-spacing   : 1px;
  color            : #663300;
}

.contentpagetitle {
  font-weight      : bold;
  color            : #000;
}

a.contentpagetitle:link, a.contentpagetitle:visited, a.contentpagetitle:active {
  text-decoration  : none;
}

/* ###################### BUTTON SETTINGS ##################### QM:  */
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            : #996600;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  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      : 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            : #996600;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  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 {
  color            : #999999;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.pagenav a:hover {
  color            : #996600;
  font-family      : Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  background       : #eeeeee;
  padding          : 2px 4px 2px 4px;
  white-space      : nowrap;
  float            : left;
  line-height      : 10px;
  text-decoration  : none;
}

.buttonheading a:link, .buttonheading a:visited {
  padding          : 2px 10px;
}

.buttonheading a:hover {
  padding          : 2px 10px;
}

.mosimage_caption {
  color            : #996600;
  font-size        : 10px;
}