/* 
=============================================================
DESIGN BY: LOGINET
=============================================================
*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: Tahoma;
	font-size: 15px;
	background-color: #F7FFE5;
	min-width: 1024px;
}

img {
	border: 0px;
}

table {
	border: 0px;
	height: 100%;
}

div, td {
	padding: 0px;
	margin: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #a0b278;
	text-align: left;
	padding-left: 12px;
}

li a {
	font-size:15px;
	text-decoration: none;
	color: #608019;
	
}

li a:hover{
	font-size:15px;
	text-decoration: none;
	color: #608019;	
}

li a:visited {
	font-size:15px;
	text-decoration: none;
	color: #608019;	
}

li:hover {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #a0b278;
	background-color: #b4cf78;
	padding-left: 15px;
}

p {
	margin: 0;
	padding: 0;
	color: #648b0c;
	font-size: 15px;
	padding-top: 5px;
	text-align: center;
}

#bg_logo {
	width: 100%; 
	height: 100px; 
	background: url(../images/bg_logo.png) repeat-x;
}

#logo {
	width: 300px; 
	height: 80px; 
	background: url(../images/logo.png) no-repeat;
}

#footer {
	width: 100%; 
	height: 50px;
	background: url(../images/bg_footer.png) repeat-x;
}

#f_text {
	text-align: center;
	font: Courier New;
	font-size: 11px;
	padding-top: 20px;
}
	

#top_b {
	width: 220px;
	height: 25px;
	background-color: #cce399;
}

#center_b {
	width: 220px;
	background-color: #dbeeb2;
}

#down_b {
	width: 220px;
	height: 25px;
	background-color: #cce399;
	margin-bottom: 5px;
}

#login_text {text-decoration: none; font-size: 12px; color:#ffb64d;}

#link a {
	font-size:14px;
	text-decoration: none;
	color: #608019;	
}

#link a:visited {
	font-size:14px;
	text-decoration: none;
	color: #608019;	
}

#link a:hover {
	font-size:14px;
	text-decoration: none;
	color: #608019;	
}

#news_story {
	width: 100%;
	background-color: #dbeeb2;
}

#news_text {
	color: #648b0c;
	font-size: 18px;
	padding-top: 2px;
	text-align: left;
	padding-left: 5px;
}

#news_text_f {
	color: #648b0c;
	font-size: 14px;
	padding-top: 3px;
	text-align: right;
	padding-right: 5px;
}

#news_title {
	width: 100%;
	height: 26px;
	background-color: #cce399;
	margin-top: 5px;
}

#news_info {
	width: 100%;
	height: 18px;
	background-color: #b4cf78;
}

#news_footer {
	width: 100%;
	height: 25px;
	background-color: #b4cf78;
}

#comments_add_t {
	font-size: 18px;
	color: #648b0c;
	margin-top: 5px;
}

#comments_t {
	font-size: 14px;
	color: #648b0c;
	margin-top: 10px;
}

#result_s {
	font-size: 10px;
	color: #648b0c;
	margin-top: 10px;
}

#line {
	width: 100%;
	height: 1px;
	background-color: #b4cf78;
	margin-top: 2px;
	margin-bottom: 2px;
}

#bbcodes {
	background-color: #b4cf78;
	border: 1px solid;
}

	
	