/**
* samplonius - A Mambo 4.5.1 template
* @version 2.0
* @package samploniusl
* @copyright (C) 2003, 2004 by Nordy van Donk - All rights reserved!
*/

/* ###################### OVERALL SETTINGS ###################### */
BODY {
  background 		: #434343 url(../images/bg-body.jpg) repeat-x;
  color             : #000000;
}

td, tr, p, div {
  font             : 11px Arial, Helvetica, sans-serif;
  color            : #000000;
}

ul {
  margin           : 0px 0px 0px 10px;
}

li {
  margin-left: 10px;
}

hr {
  height           : 1px;
  width            : 100%;
  color            : #D0D0D0;
}

td.footer, td.footer a {
  font             : 9px Arial, Helvetica, sans-serif;
  color            : #666666;	
}

td.footer {
  text-align: right;
  padding-right: 15px;
}

.poll {
  font             : 9px Arial, Helvetica, sans-serif;
  color            : #666666;
  line-height      : 14px
}

div.panel-home {
	width			: 215px;
	height			: 215px;
	background		: url(../images/bg-panel-home.gif) no-repeat;
	float			: left;	
	margin-right	: 7px;	
	margin-bottom	: 7px;
}

div.panel-padding {
	margin: 10px 10px 15px 15px;
}

div.panel-home a{
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

div.panel-home a img{
	border: 0px;
}

div.panel-home h1{
	color: #f06f00;
	font             : bold 18px Arial, Helvetica, sans-serif;
	margin			: 11px 0px;
	padding: 0px;
}

/* ###################### UPPER BUTTON BAR ###################### */
a.buttonbar:link, a.buttonbar:visited {
  font             : bold 10px Arial, Helvetica, sans-serif;
  color            : #000000;
  text-transform   : uppercase;
  text-decoration  : none;
}

a.buttonbar:hover {
  color            : #000099;
  text-decoration  : none;
}

/* ############## PATHWAY AND BOTTOM BUTTON BAR ############## */
.pathway {
  font             : 11px Arial, Helvetica, sans-serif;
  color            : #999999;
}
a.pathway:link, a.pathway:visited {
  color            : #003399;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #444444;
  font-weight      : normal;
}

/* ################### MODULE SETTINGS ################### */
.modules {
}

table.moduletable {
  margin           : 0px 0px 10px 0px;
  width            : 100%;
}

table.moduletable-vm {
  margin           : 0px 0px 10px 0px;
  width            : 100%;
}

table.moduletable th {
  font             	: bold 14px Arial, arial, Helvetica, sans-serif;
  color             : #f06f00;
  width             : 100%;
  text-align        : left;
  padding-bottom	: 10px;
}

table.moduletable-vm th {
  font             	: bold 11px Arial, Helvetica, sans-serif;
  color            	: #003399;
  padding-bottom	: 10px;
  padding-top		: 10px;
  font-size			: 12px;
  text-align       	: left;
}

table.moduletable td {
  font-size         : 11px;
}

table.moduletable:link {
  font-size        : 13px;
  font-weight      : bold;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  display: block;
  margin-top: 7px;
  float: left;
}

a.mainlevel:link, a.mainlevel:visited {
  color: 			#000;
  text-decoration: 	none;
  margin		: 7px 7px 0px 7px;
}

a.mainlevel:hover {
  color: 			#000;
  text-decoration: 	underline;
}

.sublevel {
  letter-spacing   : 2px;
  padding-left     : 7px;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableheader {
  color            : #FFFFFF;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Arial, Helvetica, sans-serif;
  color            : #888888;
  text-decoration  : none;
  font-weight      : normal;
}

.smalldark {
  font             : 9px Arial, Helvetica, sans-serif;
  color            : #444444;
  font-weight      : normal;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
}

.contentpaneopen {
}

.contentheading, h1 {
  font             	: bold 18px Arial, arial, Helvetica, sans-serif;
  color            	: #f06f00;
  padding-bottom	: 15px;
  text-align       	: left
}

.componentheading {
  font             	: bold 18px Arial, arial, Helvetica, sans-serif;
  color             : #f06f00;
  padding-bottom	: 15px;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 11px Arial, Helvetica, sans-serif;
  color            : #000000;
  border           : 1px solid #000000;
  background-color : #dadada; 
  padding: 2px;
  padding-left: 0px;
  margin-left: 0px;
}

.inputbox {
  font             : 10px Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #ffffff;
  border           : 1px solid #888888;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font             : 11px Arial, Helvetica, sans-serif;
  color            : #003399;
  text-decoration  : none;
  font-weight      : bold;
}

a:hover {
  color            : #003399;
  text-decoration  : underline;
}

a:active {
  color            : #003399;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #003399;
  font-weight      : bold;
  letter-spacing   : 1px;
}

a.category:hover {
  color            : #003399;
}
