a, #h3 b a, div.h1 span a, div.h1 span a:hover{ color: #345c12; }

.visited{ color: #81a066; }

table.tableForumLast a.read { color: #333; }
 
#t b{ color: #4A784D; }

#h1 div.c1{	color: #9E9E9E;  }

#h2 div.c2 button{ color: #4a7724; }

#h2 { background: url(/images/default/header.jpg) #4a7724 repeat-x top; }
#h3{ background: url(/images/default/menu.gif) repeat-x bottom; }
#h3 a { color: #4a7724; }
#menu_home{
	background: url(/images/facelift_new/home_df.png) no-repeat;
}
#menu_forum{
	background: url(/images/facelift_new/comments_df.png) no-repeat;
}
/* #h4 b a{ background: #4a7724; }*/
#h4 b a{ 
	background: url(/images/facelift/submenu_sel.gif) no-repeat bottom center; 
	height: 22px;
	color: #666 !important;
}

.bgcolor{ background: #4a7724; }

div.h1, div.h2, div.h3big, div.text_change{ border-bottom-color: #4a7724; }

div.stats div, div.stats a, div.stats2 a{ color: #156ABB; }

div.tabs2 div.links a, div.tabs3 div.links a, div.tabs4 div.links a{ color: #4a7724; }
div.article_poll div.h3 span a{ color: #4a7724; }

div.article_related div.h3{ border-color: #d5d5d5; font-size:16px; color:#1a1a1a; padding-bottom:6px; font-weight:normal; text-transform:uppercase; }
div.article_poll div.h3{ border-color: #4a7724; }

.comment-user-details div{ border-color: #4a7724 !important; }

.bg2{ background-color: #ecf5e5; }

button{ background: #508954; }

button.dark, a.button, input.dark{ 
    padding: 0 13px;
    
    font-weight: normal;
    box-sizing: border-box;
    text-decoration: none;
    width: auto;
    background: rgb(90,123,63);
    background: -moz-linear-gradient(top, rgba(90,123,63,1) 0%, rgba(80,114,51,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,123,63,1)), color-stop(100%,rgba(80,114,51,1)));
    background: -webkit-linear-gradient(top, rgba(90,123,63,1) 0%,rgba(80,114,51,1) 100%);
    background: -o-linear-gradient(top, rgba(90,123,63,1) 0%,rgba(80,114,51,1) 100%);
    background: -ms-linear-gradient(top, rgba(90,123,63,1) 0%,rgba(80,114,51,1) 100%);
    background: linear-gradient(to bottom, rgba(90,123,63,1) 0%,rgba(80,114,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a7b3f', endColorstr='#507233',GradientType=0 );
    border: 0 none;
}
button.dark, input.dark{ 
	height: 26px;
	line-height: 26px;
	padding-bottom: 1px;
	text-indent: 0px !important;
}

#toolbar {
	width: 100%;
	background: url("/images/default/header.jpg") repeat-x scroll center top #4A7724;
	position: fixed;
	z-index: 100;
	top: 0;
	display: none;
}

#toolbar div{
	display: inline-block;
	height: 30px;
	font-weight: bold;
	color: white;
}

#toolbar_text {
	padding-top: 10px;
	text-align: center;
}

#toolbar_button {
	width: 100px;
	padding-top: 10px;
}

#toolbar_close {
	width: 20px;
	padding-top: 10px;
	cursor: pointer;
}