/**********************************************************/
/*  WM_JooRoos                                            */
/*  copyright (C) 2010 - WebMasher                        */
/*  license GNU/GPL http://www.gnu.org/copyleft/gpl.html  */
/**********************************************************/

/*html{
background: #2b2b2b;
}*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #666;
	font:80%/140% Tahoma,Arial,Helvetica,sans-serif;
	line-height: 150%;
}

a:link, a:visited {
	/*color: #F25409;*/
	color:#4F7437;
	text-decoration: none;
	font: 11px Verdana,Geneva,sans-serif;
    width: auto;
}

a:hover, a:active {
	/*text-decoration: underline;*/
	font: normal 11px Verdana, Geneva, sans-serif;
	color:#000;
	text-decoration:none;
}

a img {
	border: none;
}

.buttonheading img {
   border: 0px none;
   padding-right:10px;
}

h1 {font-size: 200%;}
h2 {font-size: 175%;}
h3 {font-size: 150%;}
h4 {font-size: 125%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
}

ol li {
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 5px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
	background: none;
}

	
hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #EEEEEE;
	height: 1px;
}

br {
	height: 1px;
	font-size: 1px;
}

td, th, div {
	text-align: left;
}

.container{
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
	
}

#logo {
	font-size: 50px;
	line-height: 23px;
	letter-spacing: normal;
	float: left;
	padding: 20px 0px 0 0px;
	width:auto;
	height:200px;
	text-decoration:none;
	text-transform: uppercase;

}

#logo a:hover{
	text-decoration:none;}
/*======================= TOP PANEL=============================*/

#toppanel{
	height:30px; 	
	width: 100%;
	background: url(../images/top.png) repeat-x; 
}
	
#sub-panel{
	text-align:center;
	position:absolute;
	width:100%; 
	z-index:2000;
	height:30px;
	right:0;
}

#sub-panel a{
	position:absolute;
	right:0;
	width:84px;
	float:right;
	text-decoration:none;
	text-align:center;
	margin-right:30px;
	margin-top:-1px;

}
#sub-panel a span{
	display:block;
	height:30px;
	padding-top:8px;
}

a#toggle span{ 
	background: url(../images/toggle.png) no-repeat;
	color:#C9BE62;
}

#tools{
	clear:right; 
	width:350px; 
	float:left; 
	text-align:left; 
	line-height:25px; 
	padding-top:5px}
	
/*======================= LOGIN =============================*/

#login{
	width:35px; 
	text-align:right; 
	padding:0px 0px 5px 0px; 
	margin-right:2px;
	display:block; 
	float:right; 
	height:30px; 
	line-height:30px
}

#login-box {
	width: 320px;
	position: absolute;
	right:145px;
	top: 30px;
	z-index:99999999;
	visibility:hidden;
	overflow:hidden;
}

#login-panel {
	background: url(../images/login-bg.png) 0 100% no-repeat;
	position:relative;
	overflow:hidden;
	padding:25px 30px 30px 30px;
	color: #E6E6E6;
}
	
#login-panel .moduletable_content {
	padding-top:0px;
	margin-bottom:-5px
}
		
#login-panel .moduletable a {
	color:#FFB405
}

form.loginform fieldset {
	border:solid #888;
	margin:0;
}

form.loginform legend {
	color:#ccc;
	font-size:1.3em;
	background-color:transparent
}

form.loginform p#login-username label,
form.loginform p#login-password label {
	display:none
}

form.loginform .inputbox {
	display:inline;
	background:none;
	color:#888;
	border:none;
	padding:0;
}
	
form.loginform p#login-username {
	background: #252525 url(../images/username.png) no-repeat left center;
	border:1px solid #414141;
	color:#C0C0C0;
	padding:3px 2px;
	padding-left: 23px;
	width:220px
}
	
form.loginform p#login-password {
	background: #252525 url(../images/password.png) no-repeat left center;
	border:1px solid #414141;
	color:#C0C0C0;
	padding:3px 2px;
	padding-left: 23px;
	width:220px
}

form.loginform p#form-login-remember { 
	margin:13px 5px 0 0;
	color:#999;
	float:right
}
	
form.loginform p#login-button {
	margin:12px 15px 0 -5px;
	float:left;
}
		
form.loginform p#login-button .round,
form.loginform p#login-button .round span {
	padding: 2px 5px 2px 5px;
	background-image:url(../images/button.gif);
	background-repeat: repeat-x;
	color: #FAFAFA;
	font-weight: bold;
	border: none;
	font-size: 11px;
}
		
form.loginform ul.login-lost {
	margin:15px 0 0 10px;
	clear:both;
	float:left;
	width:100%;
	text-align:left;
}

form.loginform ul.login-lost li {
	padding:0;
}
				
button {
	border:0; 
	border:none; 
	background:transparent; 
	width:auto; 
	overflow:visible; 
	white-space:nowrap; 
	padding:0 2px; 
	cursor:pointer; 
}

.logout{
	height:80px;
	padding-left:30%;
	text-align:center; 
	display:block; 
	float:left; 
	line-height:30px
}
#logout.button{
	padding:5px;
	margin-left:40%;
	width:50px;
	background:url(../images/button.gif) repeat-x;
	text-align:center;
	color: #FAFAFA;
	font-weight: bold;
	font-size: 11px;}


/*======================= MOOMENU =============================*/
	
#moomenu{
	height: 69px;
	background-color:#E4E4E4;
	background-image:url(../images/menu-shadow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.nav{
	width: 100%;
	height: 100%;
	background: url(../images/menu.png) repeat-x;
	background-position: center top;
}

/*======================= HEADER =============================*/
.header{
	width: 100%;
	height: 100px;
	/*background-image:url(../images/header.png);*/
	background-repeat: repeat-x;
	padding-top:0px;
}

/*======================= USERS =============================*/

#user1,#user2,#user3,#user4,#user5,#user6,#user7,#user8,#user9 {
	width: auto;
	height: auto;
	float:left;
	}
	
#user h3 {
	font-family: Tahoma, Arial, Sans-serif;
	color: #F25409;
	font-weight: bold;
	margin: -4px -6px 5px -6px;
	line-height: 30px;
	text-align:left;
	border-bottom: 1px solid #F25409;
}

.userpadding{ 
padding: 10px 10px 20px 10px;
}

.usertop{
	width: 100%;
	background: #E4E4E4;
	border-bottom: 2px solid #BEBEBE;
	overflow: hidden;

}
.usertop h3, .userbottom h3{
	font-family: Tahoma, Arial, Sans-serif;
	color: #F25409;
	font-weight: bold;
	margin: -4px -6px 5px -6px;
	line-height: 30px;
	text-align:left;
	border-bottom: 1px solid #F25409;
}


.userbottom, .userfooter{
	width: 100%;
	overflow: hidden;
}
/*======================= CONTAINER =============================*/

.containermainbody{
	width: 100%;
	overflow: hidden;	
	line-height: 150%;
} 
.mainbody{
	padding:0px 5px 15px 20px;
	text-align:justify;
}

#main{
    width:50%;
	overflow: hidden;
	float: left;
}
#main-mid{
    width:75%;
	overflow: hidden;
	float: left;
}

#main-full{
	width: 97%;
	overflow: hidden;
	float: left;
}

#right{
	width:23%;
	overflow: hidden;
	float: right;
	display: block;
	padding:15px 0 0 10px;
	margin: 20px 0px 25px 0px;
	border: 1px solid;
	border-color: #CCC #CCC #AAA #CCC;
	background: #f6f6f6;
}
#left{
	width:94%;
	overflow: hidden;
	float: left;
	padding:5px 0 0 10px;
	display: block;
	/*border: 1px solid;
	border-color: #CCC #CCC #AAA #CCC;*/
	background: #f6f6f6;
	margin: 0px 0px 5px 0px;
}

.rightcontainer{
	overflow: hidden;
	padding: 0px 15px 0px 0px;
	
}
.leftcontainer .moduletable{
	padding: 0px 0px 15px 0px;
}
.leftcontainer{
	overflow: hidden;
	padding: 0px 15px 0px 0px;
}
.rightcontainer .moduletable{
	padding: 0px 0px 15px 0px;
}
.moduletable_menu {
	padding: 0px 10px 25px 0px;
}
.moduletable_menu h3{
	margin: 10px 0px 10px 15px;
	padding: 4px;
	text-align: center;
	border: 1px solid;
	border-color: #CCC #CCC #AAA #CCC;
}
.moduletable h3{
	margin: 10px 5px 15px 5px;
	padding: 2px 0 2px 0;
	text-align: center;
	border-top: 8px solid  #CCC;
	border-bottom: 8px solid  #CCC;
	color:#292929;
}

#mod_search_searchword{
	width: 170px;
	height: 30px;
	margin:8px 0 10px 0;
	padding: 10px 25px 0px 10px;
	background-image:url(../images/bg-search.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: #F25409;
	font-size:14px;
	font-weight: bold;
}

#pathway{
	width: 100%;
	padding: 3px 0px 5px 0px;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin:20px 0 10px 10px;
}

.messagecontainer{
	width: 100%;
	overflow: hidden;
}

.searchcontainer{
	width: 95%;
	overflow: hidden;
}

/*======================= CONTENT =============================*/

.contentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 180%;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}

.small, .createdate, .modifydate {
	font-size: 11px;
	color: #AAA;
}

.readon, .readon:link, .readon:visited {
	background-image: url(../images/readmore.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 10px;
	font-size: 11px;
	border-bottom: 1px dashed #DDD;
}

.readon:hover{
	text-decoration: none;
	border-bottom: 1px dashed #F25409;
	
}

span.article_separator,.article_separator{
	/*background:transparent url(../images/article_separator.png) no-repeat 50%;
	display:block;
	height:30px;
	margin:0*/
}

.componentheading{
	font-size: 16px;
	color: #333;
	font-family: Sans-serif;
	font-weight: bold;
	background-image: url(../images/bg-components.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

.pagenav, .pagenav:link, .pagenav:visited{
	font-size: 12px;
	background-color: #EEEEEE;
	color: #666;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #DDD;
	margin: 10px 0 80px 0;
}

.pagenav:hover{
	text-decoration: none;
	background-color: #FFFFFF;
}

.button{
	padding: 2px 5px 5px 5px;
	/*background-image:url(../images/button.gif);*/
	background-image:url(../images/subcribe_bt.png);
	width:73px;
	height:21px;
	background-repeat: repeat-x;
	color: #FAFAFA;
	font-weight: bold;
	border: none;
	font-size: 11px;
	cursor:pointer;
}

.inputbox{
	/*background:#F5F5F5 url(../images/input.png) 0 0 repeat-x;*/
	/*border:1px solid #bebebe;*/
	/*margin:5px 0;
	padding:2px;*/
	/*border: 1px solid #BCBCBC;*/
    color: #000000;
    font: 11px normal Verdana,Geneva,sans-serif;
    height: 15px;
}

.inputbox:focus{
	/*border: 2px solid #AAA;*/
}

.sectiontableheader, .sectiontableheader a:link, .sectiontableheader a:visited{
	background-image: url(../images/button.gif);
	color: #FAFAFA;
	padding: 4px;
}

tr .sectiontableentry1 td, tr .sectiontableentry2 td{
	padding: 2px 0px 2px 0px;
}

td .sectiontableentry2, td .sectiontableentry1{
	padding: 5px;
}

.poll tbody tr td{
	text-align: left;
}


.bottom{
	width: 100%;
	overflow: hidden;
	margin-top:15px;
	padding: 10px 0px 5px 0px;
}

#footer{
	width: 100%;
	height:100%;
	background:#2b2b2b url(../images/footer.jpg) repeat-x;
	border-top: 1px solid #111;
}
#footer h3{
	font-size:17px;
	padding:10px 0 10px 0;
}
#footer a:hover{
	color:#fbfbfb;
	text-decoration:none;
}
#footer li{
	border-bottom:1px solid #444444;
	font-size:13px;
}

#copy{
	width: 100%;
	height:100%;
	background:#2b2b2b url(../images/footer.jpg) repeat-x;
	border-top: 1px solid #111;
}
.copyright{
	color: #fff;
	font-weight:bold;
	text-align: center;
	font-size: 11px;
	padding: 15px 0px 15px 0px;
}
.copyright a:hover{
	text-decoration:none;
}
#scrolltop {
	text-align: center;
}