@charset "utf-8";
/* CSS Document */
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 25px;
	background-color: #2a372c;
}
body,td,div,span,a,li
{
	font-size: 11px;
}
a
{
	text-decoration: none;
	color: #63c941;
}
a:hover
{
	text-decoration: underline;
	color: #FF6600;
}
form
{
	margin: 0px;
}

.table-root
{
	border: 1px solid #dafece;
	background-color: white;
}
.menu-top-most
{
	background-image: url(blog_01.jpg);
	background-repeat: no-repeat;
	background-position: -113px 0px;;
	padding-left: 3px;
	padding-top: 2px;
	color: white;
	font-weight: bold;
}
.menu-top-most a
{
	color: white;
}
.menu-top-most a:hover
{
	color: #00FF00;
	text-decoration: none;
}


.menu-line
{
	background-image: url(blog_line_menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.menu-tab
{
	overflow: hidden;
	margin-right: 1px;
}
.menu-tab a
{
	display: block;
	background-image: url(blog_menu_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 22px;
	padding-left: 6px;
	color: #00FF00;
}
.menu-tab a:hover
{
	text-decoration: none;
	color: #FFFF00;
}
.menu-tab span
{
	background-image: url(blog_menu_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
	display: block;
	padding-right: 6px;
	padding-top: 2px;
}
.menu-tab #navmenu-h
{
	display: none;
}
.menu-tab:hover #navmenu-h
{
	display: block;
}
/*Map-line*/
.map-line
{
	padding-top: 5px;
	padding-bottom: 10px;
}
.map-line, .map-line a
{
	font-weight: bold;
	color: #187212;
	font-size: 12px;
}
.map-line a:hover
{
	text-decoration: none;
	color: #FF3300;
}


/*--------------------------------------*/
.menu-tab-active
{
	overflow: hidden;
	margin-right: 1px;
}
.menu-tab-active a
{
	display: block;
	background-image: url(blog_menu_active_1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 22px;
	padding-left: 6px;
	
}
.menu-tab-active a:hover
{
	text-decoration: none;
}
.menu-tab-active span
{
	background-image: url(blog_menu_active_2.jpg);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 22px;
	display: block;
	padding-right: 6px;
	padding-top: 2px;
	color: white;
	font-weight: bold;
	color: #FFFF00;
}




.search
{
	background-image: url(blog_search_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	_background-position: 10px right;
	padding-right: 5px;
	padding-bottom: 3px;
}

.search form
{
	margin: 0px;
	display: inline;
}
.search-txt
{
	font-size: 10px;
	color: #247608;
	border: none;
	font-weight: bold;
	width: 188px;
	height: 16px;
}
.search-icon
{
	
}

.copy-right
{
	background-image: url(blog_copyright_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 5px;
	color: white;
}
.copy-right a
{
	color: #a8fd8c;
}
.bottom
{
	background-image: url(blog_line_bottom.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.error
{
	color: red;
	text-align: center;
}
/*contact form*/
.table-contact
{
	color: #1a7110;
}
.contact-input
{
	border: 1px solid #5cc23a;
	background-color: #dff7d7;
	color: #154b03;
} 
/*forum*/
.table-new-topic
{
	border: 1px solid #c2dec0;
	background-color: #f2f9f1;
	color: #1a7110;
}
.input
{
	border: 1px solid #c2dec0;
	color: #154b03;
}
.input-focus
{
	border: 1px solid #187212;
	background-color: #ddf5db;
	color: #154b03;
}
.bbcode-control, bbcode-control a
{
	text-decoration: none;
}

.forum-head
{
	background-image: url(gird_bg.jpg);
	background-repeat: repeat-x;
	background-color: #63c941;
	color: white;
	font-weight: bold;
	font-size: 12px;
}

.forum-topic-1 td
{
	background-color: #f4fbf3;
}
.forum-topic-2 td
{
	background-color: #fff;
}
.forum-cell-topic
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 10px;
}
.forum-cell-topic a
{
	font-weight: bold;
	font-size: 12px;
	color: #FF9933;
}
.forum-cell-topic div
{
	padding-top: 3px;
	padding-bottom: 5px;
}
.forum-cell-last-post
{
	padding-left: 3px;
	font-size: 10px;
}
.forum-topic-control a
{
	margin-left: 10px;
}

.forum-home-list
{
	list-style-type: circle;
	color: green;
	margin: 0px;
	margin-top: 3px;
	margin-left: 10px;
	padding: 0px;
	text-align: left;
}
.forum-home-list a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: green;
}
.forum-home-list a:hover
{
	text-decoration: underline;
	color: #FF6600;
}
.forum-home-list span
{
	font-size: 10px;
	font-style: italic;
}
.forum-home-list li
{
	text-decoration: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*list page*/

	
.listPage a
{
	color: #000099;
	padding: 0px 3px;
	border: 1px solid #187212;
}
.listPage a:hover
{
	color: #FF6600;
	background-color: #ddf5db;
	text-decoration: none;
}
.listPage b
{
	color: red;
	background-color: #f4fbf3;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 16px;
	border: 1px solid #e4f9e1;
}