/* "Equiva template" Template for Mambo 4.5.1
 Copyright 2006 All rights reserved
 Roy van Es
 Equiva Applications
 info@equiva.nl
 http://www.equiva.nl
   14 jan 2007 
   Single site licence ONLY for conw servers!
   */
/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
	}

html {
	height: 100%;
}

body {
	color: #8A8A8A;
	font: 12px Arial Narrow, Tahoma, century gothic, geneva, verdana, arial, sans-serif;
	/*font: 12px verdana, arial, sans-serif;*/
}

table.maintable {
	margin-left: auto; 
	margin-right: auto;
}

a:link, a:visited {
	font: Tahoma, century gothic, geneva, verdana, arial, sans-serif; 
	color: #464646;	
	text-decoration: underline;
}

a:hover {
	font: Tahoma, century gothic, geneva, verdana, arial, sans-serif; 
	color: #8A8A8A;
	text-decoration: none;
}

select, input, textarea { 
	font: 11px Tahoma, century gothic, geneva, verdana, arial, sans-serif; 
	color: #737373; 
}

.contentheading {
	font: 12px Tahoma, century gothic, geneva, verdana, arial, sans-serif; 
	font-weight: bold;
	color: #737373;
}

/*begin Position styling*/
.topposition {	
	text-align: right;	
	background-color: #ffffff;
	padding-right: 15px;	
}

table.moduletable_topmenu {
	float: right;
}

.leftposition {	
	background-color: #ffffff;
	vertical-align: top;
	height: 217px;
	padding-top: 25px;
}

.user2position {
	background: url(../images/MainTop.gif) no-repeat;		
	vertical-align: top;
	padding-top: 15px;
	width: 538px; 
	height: 227px;
}

.bottomposition {	
	text-align: center;	
	background-color: #ffffff;	
}

table.moduletable_bottommenu {
	margin-left: auto; 
	margin-right: auto;
}

/*end Position styling*/

/*begin menuitem styling*/
a.mainlevel_topmenu:link, a.mainlevel_topmenu:visited {
	background: url(../images/indent1.gif) no-repeat;
	font-size: 11px;	
	color: #7B7B7B;	
	text-decoration: none;
	margin-left: 10px;
	padding-left: 8px;
}

a.mainlevel_topmenu:hover {	
	background: url(../images/indent1.gif) no-repeat;
	font-size: 11px;
	color: #07974d;	
	text-decoration: none;
	margin-left: 10px;
	padding-left: 8px;
}

a.mainlevel_topmenu#active_menu {
	color:#07974d;	
}

a.mainlevel_topmenu#active_menu:hover {	
	color: #07974d;
}

a.mainlevel_leftmenu:link, a.mainlevel_leftmenu:visited {
	display: block;
	background: url(../images/MenuItemNonActive.gif) no-repeat;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #7B7B7B;	
	text-decoration: none;
	margin-left: 15px;
	padding-left: 22px;
	height: 25px;
}

a.mainlevel_leftmenu:hover {
	display: block;	
	background: url(../images/MenuItemActive.gif) no-repeat;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #07974d;	
	text-decoration: none;
	margin-left: 15px;
	padding-left: 22px;
	height: 25px;
}

a.mainlevel_leftmenu#active_menu {
	display: block;
	background: url(../images/MenuItemActive.gif) no-repeat;
	color:#07974d;
	font-weight: bold;
	height: 25px;
}

a.mainlevel_leftmenu#active_menu:hover {	
	color: #07974d;
}

a.mainlevel_bottommenu:link, a.mainlevel_bottommenu:visited {
	background: url(../images/indent1.gif) no-repeat;
	font-size: 11px;
	color: #7B7B7B;	
	text-decoration: none;
	margin-left: 10px;
	padding-left: 8px;
}

a.mainlevel_bottommenu:hover {	
	background: url(../images/indent1.gif) no-repeat;
	font-size: 11px;
	color: #07974d;	
	text-decoration: none;
	margin-left: 10px;
	padding-left: 8px;
}

a.mainlevel_bottommenu#active_menu {
	color:#07974d;
}

a.mainlevel_bottommenu#active_menu:hover {	
	color: #07974d;
}
/*end menuitem styling*/

/*begin moduletable styling*/
table.moduletable th {	
	color: #ffffff;
	background-color: #bfbfbf;
	font: 11px Tahoma, century gothic, geneva, verdana, arial, sans-serif; 
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	height: 25px;	
}

table.moduletable td {	
	color: #415f81;	
	font: 11px Tahoma, century gothic, geneva, verdana, arial, sans-serif; 		
	padding-top: 5px;
}

table.moduletable_search {	
	text-align: right;	
	margin-right: 15px;	
	width: 538px;
}

table.moduletable_language {
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
	width: 538px;
}

table.moduletable_poll {
	color: #934737;
	font: 11px Tahoma, century gothic, geneva, verdana, arial, sans-serif; 	
	background-color: #EFEFEF;
	width: 200px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #9c9c9c;
}

.sectiontableentry2_poll {
	background-color: #E3E3E3;
}

table.moduletable_poll td {	
	text-align: left;		
	white-space: nowrap;
	padding-top: 2px;		
}

table.moduletable_poll th {
	font: 11px Tahoma, century gothic, geneva, verdana, arial, sans-serif;
	font-weight: bold; 
	color: #efefef;
	text-align: left;
	vertical-align: middle;
	background-color: #9A9A9A;
	border: 1px solid;
	border-color: #9c9c9c;
	padding-left: 8px;
	width: 200px;	
}

/*end moduletable styling*/

.spacing {
	padding-top: 20px;
}