/**

* AkoGreenPortal - A Mambo 4.5.1 template

* @version 2.0

* @package AkoGreenPortal

* @copyleft (C) 2003, 2004 by Arthur Konze - All lefts reserved!

* @license http://www.konze.de/content/view/8/26/ Copylefted Commercial Software

*/



/* ###################### OVERALL SETTINGS ###################### */

BODY {

  margin           : 0px 0px 0px 0px;

  background-color : #ffffff;

  color            : #000000;

  	font-family: tahoma;



}



td, tr, p, div {

  font-family: tahoma;

  font-size        : 11px;

  color            : #333333;

}



ul {

  margin           : 0px 0px 0px 0px;

}



hr {

  background       : #CCCCCC;

  height           : 1px;

  width            : 100%;

}



/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */

.pathway {

  font-family: tahoma;

  font-size: 11px;

  color: #CCCCCC;

}



a.pathway:link, a.pathway:visited {

  color            : #8CA0B4;

  font-weight      : normal;

}



a.pathway:hover {

  color            : #F0F0F0;

  font-weight      : normal;

}





/* ################### MAIN AND SUB MENU SYSTEM ################### */

a.mainlevel:link, a.mainlevel:visited {

  color            : #070355;

  font-weight      : normal;

}



a.mainlevel:hover {

  color            : #5241f7;

}



table.moduletable {

  width            : 100%;

  border           : 1px dashed #e0e0e0;

  padding          : 4px;

  margin-bottom    : 10px;

}



table.moduletable th {

  border           : 0px solid white;

  font-family: tahoma;

  text-align       : center;
  
  text-shadow:inherit;
  
  color:#FFFFFF;
  
  text-shadow:#000000;
  
  height           : 21px;

  background-color : white;

  background       : url('../images/mod.png');

}



table.moduletable td {

  font-size        : 12px;

  font-weight      : normal;

}



.poll {

  font-family: tahoma;

  font-size        : 12px;

  color            : #666666;

  line-height      : 14px;

}



/* ###################### SECTION LISTING SETTINGS ###################### */

.sectiontableheader {

  background-color : #CCCCCC;

  color            : #051c75;

  font-weight      : bold;

}



.sectiontableentry1 {

  background-color : #F0F0F0;

}



.sectiontableentry2 {

  background-color : #ffffff;

}



/* ###################### SMALL FONT SETTINGS ###################### */

.small {

  font-family: tahoma;

  font-size        : 10px;

  color            : #3366C0;

  text-decoration  : none;

  font-weight      : medium;

}



.smalldark {

  font-family: tahoma;

  font-size        : 10px;

  color            : #000000;

  text-decoration  : none;

  font-weight      : normal;

}



/* ###################### CONTENT PAGE SETTINGS ###################### */

.contentpane {

  background       : #FFFFFF;

}



.contentpaneopen {

  background       : #FFFFFF;

}



.contentheading, .componentheading {

  font-family: tahoma;

  font-size        : 12px;

  font-weight      : bold;

  color            : #051c75;

  text-align       : left;

}



.createdate {

  font-family: tahoma;

  font-size        : 10px;

  color            : #999999;

  text-align       : left;

}



/* ###################### FORMULAR SETTINGS ###################### */

.button {

  font-family: tahoma;

  font-style       : normal;

  font-size        : 10px;

  font-weight      : bold;

  background-color : #F0F0F0;

  color            : #000000;

  border           : 1px solid #CCCCCC;

}



.inputbox {

  font-family: tahoma;

  font-size        : 10px;

  color            : #000000;

  background-color : #F0F0F0;

  border           : 1px solid #CCCCCC;

}



/* ###################### LINKS ###################### */

a:link, a:visited {

  font-size        : 11px;

  color            : #808080;

  text-decoration  : none;

  font-family: tahoma;

}



a:hover {

  color            : #051c75;

  text-decoration  : none;

}



a.category:link, a.category:visited {

  color            : #333333;

  font-weight      : bold;

}



a.category:hover {

  color            : #051c75;

}