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

/* ##################### OVERALL SETTINGS ##################### QM: ok */
body {
  margin           : 0px;
  padding          : 0px;
  background       : #527b54;
  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            : 1020px;
  
}

.logocontainer {
  width            : 440px;
}

.bannercontainer {
  width            : 480px;
}

.pathwaycontainer {
  height           : 30px;
  padding-left     : 15px;
  letter-spacing   : 2px;
 
}

.user3container {
  height           : 20px;
  text-align       : right;
  float            : right;
}

.topmenucontainer {
  width            : 834px;
}

.leftmenucontainer {
  width            : 180px;
  padding-right    : 15px;
  padding-left     : 10px;

  
}

.rightmenucontainer {
  width            : 185px;
  padding-left     : 15px;
}

/* ################### ROUNDED BOXES SETTINGS ################# QM: ok */
.bluerbcontainer {
  width            : 100%;
  background-color : transparent;
  color            : #fff;
  
}

.bluerbcontainer p {
  margin           : 0 15px;
}


}


}

.lightbluerbcontainer {
  width            : 100%;
  background-color : #fff;
  color            : #fff;
  margin-bottom    : 15px;
  background-image : url('../images/border.gif');
  background-repeat: no-repeat;
  background-position : right bottom;
}

.lightbluerbtop {
  background       : url(../images/lightbluerb2.gif) no-repeat top right;
}

.lightbluerbbottom {
  background       : url(../images/lightbluerb4.gif) no-repeat top right;
}


.palebluerbcontainer {
  width            : 100%;
  background-color : #99ccff;
  color            : #0000;
  margin-bottom    : 15px;
  
}

.palebluerbtop {
  background       : url(../images/palebluerb2.gif) no-repeat top right;
}

.palebluerbbottom {
  background       : url(../images/palebluerb4.gif) no-repeat top right;
}

.grayrbcontainer {
  width            : 100%;
  background-color : #fff;
  color            : #000000;
  margin-bottom    : 15px;
}

.grayrbtop {
  background       : url(../images/grayrb2.gif) no-repeat top right;
}

.grayrbbottom {
  background       : url(../images/grayrb4.gif) no-repeat top right;
}

.whiterbcontainer {
  width            : 100%;
  background-color : #fff;
  color            : #000;
  margin-bottom    : 15px;
}

.whiterbtop {
  background       : url(../images/whiterb2.gif) no-repeat top right;
}

.whiterbbottom {
  background       : url(../images/whiterb4.gif) no-repeat top right;
}

img.rbcorner {
   width           : 15px;
   height          : 15px;
   border          : none;
   display         : block !important;
}

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

table.moduletable th {
  font-size        : 12px;
  font-weight      : bold;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #000;
  border-bottom    : 1px dotted #000;
}

table.moduletable td {
  padding          : 2px;
}

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

.inputbox {

  border           : 1px solid #846a2f;
  background       : #b29867;
  color            : #000;
  margin           : 2px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  font-weight      : bold;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #FFFFFF;
  background       : #336699;
  vertical-align   : middle;
  height           : 18px;
}

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

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

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
a.mainlevel-b:link, a.mainlevel-b:visited {
	display: block;
	background: url(../images/mainmenu_back.gif) no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel-b:hover {
	background: url(../images/mainmenu_hover.gif) no-repeat;
	text-decoration: none;
	color: #000;
}

a.mainlevel-b#active_menu {
	color:#000;
	font-weight: bold;
}

a.mainlevel-b#active_menu:hover {
	color: #fff;
}

a.sublevel-b:link, a.sublevel-b:visited {
	display: block;
	background: url(../images/mainmenu_back.gif) no-repeat;
	vertical-align: middle;
	
	font-weight: bold;
	color: #000;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	height: 20px !important;
	height: 25px;
	width: 160px%;
	text-decoration: none;
       padding-right: 20px;

}

a.sublevel-b:hover {
	color: #000;
	text-decoration  : none;

background: url(../images/mainmenu_hover.gif) no-repeat;
	height: 25px;
	width: 160px;
padding-top: 5px;
	padding-left: 30px;
padding-right: 20px;

}


/* ########################### LINKS ########################## QM: ok */
a:link, a:visited {
  color            : #846a2f;
  text-decoration  : none;
  font-weight      : bold;
}
}

a:hover {
  color            : #b29867;
  text-decoration  : underline;
  font-weight      : bold;
}
}

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

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
.pagenavbar {
  background-color : #F0F0F0;
  border           : 1px solid #e0e0e0;
  padding          : 2px;
}

.contenttoc {
  border           : 1px solid #e0e0e0;
  padding          : 2px;
}

.contenttoc th {
  background-color : #F0F0F0;
  border-bottom    : 1px solid #e0e0e0;
  font-size        : 11px;
}

.contenttoc td {
  font-size        : 11px;
}

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

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

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

/* ##################### VOTING SETTINGS ###################### QM: ok */
.content_rating {
  font-size        : 10px;
  color            : #FEC56A;
  padding-left     : 15px;
}

.content_vote {
  width            : 100%;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 15px;
  background-color : #F0F0F0;
  border-top       : 1px solid #e0e0e0;
  border-bottom    : 1px solid #e0e0e0;
}

/* ##################### PATHWAY SETTINGS ##################### QM: ok */
.pathway {
  font-size        : 12px;
  color            : #000;
}

a.pathway:link, a.pathway:visited {
  font-size        : 12px;
  color            : #000;
  text-decoration  :bold;
}

a.pathway:hover {
  font-size        : 12px;
  color            : #ffffff;
  text-decoration  : none;
}

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

.contentpaneopen {
  padding          : 0px;
  width            : auto;
  margin           : 0px 15px;
  border-collapse  : collapse;
  border-spacing   : 0px;
}

.contentheading, .componentheading {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 14px;
  font-weight      : bold;
  color            : #846a2f;
  width            : 100%;
  border-bottom    : 1px solid #846a2f;
  padding-left     : 10px;
}

.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 {
  
}

a.readon:hover {

}

.back_button a:link, .back_button a:visited {
  color            : #846a2f;
  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            : #336699;
  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, .buttonheading a:link, .buttonheading a:visited {
  color            : #846a2f;
  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            : #336699;
  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;
}