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

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

td, tr, div, p {
	font-family      : Arial, Helvetica, sans-serif;
	color            : #284B82;
	font-weight: normal;
	list-style-image: url(../images/orange_cube.gif);
}

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

/* ############## MAIN TABLE CONTAINER SETTINGS ############### QM: ok */
.maincontainer {
  border           : 8px solid #eee;
}

.headercontainer {
  height           : 80px;
  background       : url(../images/logo.png) #FFF no-repeat right center;
}

.maincssmenucontainer {
  height           : 30px;
  background-color : #FFF;
}

.subcssmenucontainer {
  height           : 25px;
  background-color : #284B82;
}

.pathwaycontainer {
  height           : 20px;
  background-color : #fff;
  padding          : 5px;
}

.leftmenucontainer {
  width            : 160px;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.rightmenucontainer {
  width            : 140px;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  background-color : #eee;
}

/* ################## TOP CSS MENU SETTINGS ################### QM: ok */
#navcontainer {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 12px;
	margin           : 0px;
	padding          : 0px;
	height: 20px;


}

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

}

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




}

#navlist a:link, #navlist a:visited {
	font-weight      : bold;
	margin           : 0px;
	text-decoration  : none;
	color            : #FFFFFF;
	height           : 20px;
	position         : relative;
	top              : 0;
	padding-right: 29px;
	line-height: 20px;



}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
  position         : relative;
  top              : 0;
  color            : #f79239;;
}


#subnavcontainer {
  font-family      : Verdana;
  font-size        : 10px;
  width            : auto;
}

#subnavlist {
	margin           : 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;



}

#subnavlist ul, #subnavlist li {
	margin           : 0px;
	padding          : 0px;
	display          : inline;
	list-style-type  : none;



}

#subnavlist a:link, #subnavlist a:visited {
	padding          : 0px 0px 12px;
	text-decoration  : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #002a5f;


}

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

#subnavlist a:hover {
  color            : #f79239;
}

/* ##################### MODULE SETTINGS ###################### QM: ok */
table.moduletable {
  width            : 100%;
}

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  text-align       : center;
  letter-spacing   : 1px;
  color            : #284B82;
  background       : #EAB766;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
}

table.moduletable td {
  padding          : 2px;
}

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

.inputbox {
  border           : 1px solid #ccc;
  background-color : #F0F0F0;
  margin           : 2px;
}

/* ################# SECTION LISTING SETTINGS ################# QM: ok */
.sectiontableheader {
  font-size        : 12px;
  font-weight      : bold;
  letter-spacing   : 1px;
  color            : #FFF;
  background       : #284B82;
  border-bottom    : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  padding          : 3px;
}

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

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

/* ################# MAIN AND SUB MENU SYSTEM ################# QM: ok */
.mainlevel {
  width            : 145px;
  height           : 20px;
  padding          : 2px;
}

a.mainlevel:link, a.mainlevel:visited {
  background       : url(../images/main_menu_back.png) #284B82 no-repeat right;
  text-decoration  : none;
}

a.mainlevel:hover {
  background       : url(../images/main_menu_back_hover.png) #284B82 no-repeat right;
  text-decoration  : none;
}

.sublevel {
  font-size        : 10px;
}

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

/* ########################### LINKS ########################## QM: ok                */
a:link, a:visited {
  color            : #284B82;
  text-decoration  : underline;
}

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

.readon {
  font-weight      : bold;
}

/* ##################### PAGE NAVIGATION ###################### QM: ok */
.pagenavbar {
  border-top       : 1px solid #D0D0D0;
  padding          : 2px;
  letter-spacing   : 1px;
}

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

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

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

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

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

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

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

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

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

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

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

/* ################### CONTENT PAGE SETTINGS ################## QM: ok */
.contentpane {



}

.contentpaneopen {
	padding-top: 35px;
	width: 400px;












}

.contentheading, .componentheading {
	font-family      : Arial, Helvetica, sans-serif;
	font-size        : 14px;
	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;
}

/* ###################### TABBED EDITING ###################### QM: ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #C00;
  padding          : 5px;
}
.offtab {
  background-color : #F0F0F0;
  border-left      : 1px solid #D0D0D0;
  border-top       : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;
  color            : #999;
  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #D0D0D0;
  border-right     : 1px solid #D0D0D0;
  border-bottom    : 1px solid #D0D0D0;
  background-color : #FFF;
}
.backgroundimage {
	background-repeat: no-repeat;
	background-position: right;




}

