* {margin:0; padding:0 }
html, body{ 
	margin:0; 
	padding:0; 	
	text-align:center; 
	font-family: Tahoma, Arial,  Trebuchet MS,Verdana, Times, Century Gothic,  SunSans-Regular, Sans-Serif;
	color:#3e3e3e;
	font-size:11px;
	background:#fff;
	} 
img { border:0;
     }
*html  ul li,
	{
	height:1%;
    }
a {
    color:#3e3e3e; 
    text-decoration:underline;
	outline:0;
    }
a:hover {
   color:#3e3e3e;
   text-decoration:none;
    } 
.clear{ clear:both;}


#pagewidth{ 
	position:relative;
	margin:0 auto;
	width:795px; 
	text-align:left;	
	background:#fff;
	}
#top {
	position:relative;
	height:38px;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
	background: #b7d98a;
	font-weight:bold;
	} 
.path {
    position:absolute;
	top:12px;
	left:10px;
	}
.navigation {
    position:absolute;
	top:12px;
	right:190px;
	}
.search {
    position:absolute;
	top:5px;
	right:10px;
	
	}  
.search .inputbox {
    color:#f89838;
    }	
#header {
   	position:relative;
	height:150px;

	} 
.head_img {
    position:absolute;
    top:0px;
    right:0px;
    width:160px;
    height:145px;
    } 
.head_link a{
    position:absolute;
    top:83px;
    left:340px;
	width:276px;
	height:33px;
	}
    	
#nav_top {
	margin-top:1px;
	padding-left:160px;
	position:relative;
	height:38px;
	background: url(../images/logo.jpg) 0 0 no-repeat ;
	border-bottom:solid 1px #fff;
	}
.navtop_link a{
    position:absolute;
    top:0px;
    left:0px;
	width:160px;
	height:38px;
	}	
.welcome {
	display:block;
	height:38px;
    background: url(../images/welcome.jpg) 0 0 no-repeat ;
    }  	
#left {
    position:relative;
    float:left;
	width:161px;
	display:inline;    
	border-right:solid 1px #fff;
	}
#content {
    position:relative;
    float:left;
	width:470px;
    display:inline;
    }		
#right {
    position:relative;
    float:right;
	width:161px;
	display:inline;    
	border-left:solid 1px #fff;
	}
#footer {
    padding:0 10px;
    padding-top:8px; 
    margin-bottom:5px; 
    position:relative;
	height:30px;
	background: #8ac142 ;
	font-family:Myriad Pro;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	}
#footer a {
    color:#fff;
    text-decoration:none;
    }
 #footer a:hover {
    color:#fff;
    text-decoration:underline;
    }  	
.footer_img {
    position:absolute;
    left:100px;
    top:18px;
    }  
.footer_img img {
    margin:0 5px;
	display:inline;
    } 	
/* modules */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3 {
    padding-left:7px;
	padding-top:6px;
    height:21px;
	background: url(../images/h3.jpg) no-repeat;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	}
div.moduletable h3,
div.moduletable_text h3 {
    margin:0 -5px; 
    margin-bottom:5px;
    }
div.moduletable_img h3 {
    display:none;
    }		
div.moduletable ,
div.moduletable_menu ,
div.moduletable_text  {
    margin-bottom:5px;
	width:160px;
    }	
div.moduletable ,
div.moduletable_text  {
    padding:0px 0px;
    padding-bottom:10px;
	width:150px;
	}
div.moduletable_img  {
    padding:0px;
    margin:0px;
	width:160px;
	text-align:center;
	margin-bottom:5px;
	}	
/* menu vertical */
div.moduletable_menu ul 
{
   	width:160px;
	list-style-type:none;
}
div.moduletable_menu ul li 
{	
	font-weight:normal;
	text-indent:10px;
    font-size:11px;	
	}
div.moduletable_menu ul li a {
    display:block;
    padding:6px 0px;
	height:15px;
    color:#fff;
    text-decoration:none;
	border-top:solid 1px #fff;
    background: url(../images/m_a.jpg) no-repeat  ; 
    } 	
div.moduletable_menu ul li a:hover {
    width:160px; 
    color:#fff;
    text-decoration:none;
	background:#89b387;
    } 	
div.moduletable_menu ul li ul 
 	{		
    width:160px; 
	border-top:solid 1px #fff;
 	}
div.moduletable_menu ul li ul li a {
    display:block;
    padding:6px 0px;
	height:15px;
    color:#fff;
    text-decoration:none;
	border:none !important;
	background:#89b387;
	font-weight:normal!important;
    } 
div.moduletable_menu ul li ul li a:hover {
    width:160px; 
    color:#fff;
    text-decoration:underline;
	background:#89b387;
	
    } 	
div.moduletable_menu  ul li.active a 
{
	font-weight:bold;
	background:#89b387;
	}
div.moduletable_menu  ul li ul li.active a 
{
	text-decoration:underline!important;
	background:#89b387;
	}	
/* module login */
#form-login-remember{
    padding:10px 0; 	
    } 	
fieldset {
    margin-bottom:3px;
    padding:5px;
    border:solid 1px #89b387; 
    } 	
input, select, textarea {
    border:solid 1px #89b387; 
	background:#fff;
	}
#left ul,
#right ul {
    list-style:none;
	}
	
.button {
   	padding:1px 3px;    
    font-size:11px;
    text-transform:uppercase; 
	outline:0;
	background:#fff;
	border:solid 1px #89b387; 
	cursor:pointer;
	}
* html .button {
    padding:0px;
	padding-top:2px;
}

*:first-child+html .button{
    padding:0px;
	padding-top:2px;
	}	
/* module poll */
table.pollstableborder,
table.pollstableborder_text 
	{
    margin:10px  10px;
	}
.pollstableborder input,
.pollstableborder_text input
	{
    margin-right:5px;
	border:none;
	}
td.sectiontableentry1, td.sectiontableentry2 {
   height:20px;
    } 
.poll_title {
    font-weight:bold;
    color:#89b387; 
    }   	
div.poll {
    padding:10px 0;
    text-align:center;
	 border-top:solid 1px #89b387;  
	} 
/* menu horizontal */
.navigation ul {
    list-style:none;
      }
 .navigation li {
    float:right;
	padding-left:10px;  
    }
.navigation li a{
    text-decoration:none;
    }
.navigation li a:hover{
    text-decoration:underline;
    }  	
/* content */
#content ul {
    padding-left:20px;
    }
#content li {
    color:#000;
    } 	
.componentheading {
    padding-left:7px;
	padding-top:6px;
    height:21px;
	background: url(../images/h3.jpg) repeat-x;
	color:#4b4b4b;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	font-weight:bold;
	border-spacing: 0;
	border-collapse: collapse;
	}
.contentheading {
     padding-left:4px;
    font-size:12px;
    color:#f69838;
    } 
.small,
.createdate ,
.modifydate {
    font-size:10px;
    font-weight:bold; 
	color:#444444;
    }	
.small {
    margin-top:5px;
    float:right;
	}	 	
ul span.small {
    float:none;
	 }  
/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #ccc;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
