/**
* AkoRedDragon - A Mambo 4.5.1 template
* @version 2.0
* @package AkoRedDragon
* @copyright (C) 2004 by Arthur Konze - All rights reserved!
* @license http://www.konze.de/content/view/8/26/ Copyrighted Commercial Software
*/

/* ##################### OVERALL SETTINGS ##################### ok */
body {
  margin           : 0px;
  background-color : #BABABA;
  background-image : url('../images/main_back.png');
  font-family      : Verdana, Verdana, Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
}

hr {
  color            : #D14024;
  height           : 1px;
  width            : 100%;
}

/* ##################### MODULE SETTINGS ###################### ok */
table.moduletable {
  width            : 100%;
}

table.moduletable th {
  font-size        : x-small;
  text-align       : left;
  color            : #000001;
  border-bottom    : 1px solid #000001;
  letter-spacing   : 1px;
}

/* ##################### FORMULAR SETTINGS #################### ok */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
  background       : #fff;
  border           : 1px solid #000;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : x-small;
  color            : #000;
  background       : #eee;
  border           : 1px solid #D14024;
}

/* ################# SECTION LISTING SETTINGS ################# ok */
.sectiontableheader {
  border-bottom    : 1px solid #C0C0C0;
  padding          : 2px;
  background       : #FBC711;
  color            : #fff;
  font-weight      : bold;
  letter-spacing   : 1px;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 5px;
  background       : #F0F0F0;
}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 5px;
  background       : #E0E0E0;
}

/* ################# MAIN AND SUB MENU SYSTEM ################# ok */
a.mainlevel:link, a.mainlevel:visited {
  width            : 100%;
  display          : block;
  font-size        : x-small;
  font-weight      : bold;
  color            : #000001;
  border-bottom    : 1px #FFFFFF;
  padding          : 2px 2px 2px 24px;
  background       : url(../images/bullet_off.png) no-repeat 4px 4px style="filter:alpha(opacity=50)" onMouseOver="nereidFade(this,100,30,5)" onMouseOut="nereidFade(this,50,50,5)";
}

a.mainlevel:hover {
  color            : #FFFFFF;
  text-decoration  : none;
  background       : url(../images/bullet_on.png) no-repeat 0px 0px #000000;
}

.sublevel {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : xx-small;
}

.doorzichtig {
	position: relative;
	filter:alpha(opacity=75);  
	-moz-opacity:0.5;  
	opacity:0.5; 
	background-color: white;
	
	z-index: 30;
}

/* ###################### NAVBAR AT USER3 ##################### ok */
ul#mainlevel-nav {
  list-style       : none;
  padding          : 0px;
  margin           : 0px;
  font-size        : small;
}

ul#mainlevel-nav li {
  display          : block;
  float            : right;
  margin           : 0px;
  padding          : 0px;
  width            : auto !important;
  width            : 10%;
  font-size        : small;
  line-height      : 30px;
  white-space      : nowrap;
}

ul#mainlevel-nav li a {
  display          : block;
  padding-left     : 10px;
  padding-right    : 10px;
  text-decoration  : none;
  color            : #000001;
}

ul#mainlevel-nav li a:hover {
  color            : #fff;
}

/* ########################### LINKS ########################## ok */
a:link, a:visited {
  color            : #000001;
  text-decoration  : none;
}

a:hover {
  color            : #E1924B;
  text-decoration  : none;
}

a.category:link, a.category:visited {
  font-weight      : bold;
}

/* ################### SMALL FONT SETTINGS #################### ok */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #D17A24;
  font-style       : italic;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #AB351D;
  font-style       : italic;
}

.createdate, .modifydate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #BABABA;
  font-style       : italic;
}

/* ##################### VOTING SETTINGS ###################### ok */
.content_rating {
  font-style       : italic;
  font-size        : xx-small;
  color            : #D17A24;
}
.content_vote {
  font-size        : xx-small;
  height           : 20px;
  padding-top      : 2px;
  padding-bottom   : 2px;
  padding-left     : 10px;
  padding-right    : 10px;
  background       : #eee;
  border           : 1px solid #D14024;
}

/* ##################### PATHWAY SETTINGS ##################### ok */

.pathway {
  letter-spacing   : 1px;
  font-size        : xx-small;
  color            : #EEB78E;
}

a.pathway:link, a.pathway:visited {
  letter-spacing   : 1px;
  color            : #D17A24;
}

a.pathway:hover {
  letter-spacing   : 1px;
  color            : #EEB78E;
  text-decoration  : none;
}

/* ##################### PAGE NAVIGATION ###################### ok */
.pagenavbar {
  color            : #fff;
  padding          : 2px;
  background       : #852917;
  font-weight      : bold;
}

.pagenav {
  color            : #fff
  font-weight      : bold;
}

a.pagenav:link, a.pagenav:visited {
  color            : #D17A24;
  text-decoration  : none;
}

a.pagenav:hover {
  color            : #EEB78E;
  text-decoration  : none;
}

/* ################### CONTENT PAGE SETTINGS ################## ok */
.contentpane {
  padding-left     : 4px;
  padding-right    : 4px;
  text-align       : justify;
}

.contentpaneopen {
  padding-left     : 4px;
  padding-right    : 4px;
  text-align       : justify;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : small;
  font-weight      : bold;
  color            : #000001;
  border-bottom    : 1px solid #000001;
}

/* ###################### TABBED EDITING ###################### ok */
.ontab {
  background-color : #FFF;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : bold;
  color            : #852917;
  padding          : 5px;
}
.offtab {
  background-color : #FEAB05;
  border-left      : 1px solid #C0C0C0;
  border-top       : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  text-align       : center;
  cursor           : hand;
  font-weight      : normal;

  padding          : 5px;
}
.tabpadding {
  border-left      : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
}

.pagetext {
  visibility       : hidden;
  display          : none;
  position         : relative;
  top              : -19;
  border-left      : 1px solid #C0C0C0;
  border-right     : 1px solid #C0C0C0;
  border-bottom    : 1px solid #C0C0C0;
  background-color : #FFF;

}