/* CSS Document */
body
{
	padding:0;
	margin:auto;
	background: url(/media/img/bg.png) repeat-x scroll 0px 0px #575757; 
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	width:962px;
}
.clear
{
	clear:both;
}
/*HEADER*/
#head
{
	background:url(/media/img/page_head_bg.png) no-repeat;
	width:972px;
	margin:18px 0 0;
	height:9px;
}
#cont
{
	background:url(/media/img/page_bg.png) repeat-y;
	padding:8px;
	width:956px;
}
#foot
{
	background:url(/media/img/page_foot_bg.png) no-repeat;
	height:35px;
	width:952px;
	padding:15px 10px 0;
}
#header
{
	margin:-8px 3px 0;
	background:url(/media/img/header_bg.png) no-repeat;
	width:950px;
	height:192px;
	padding:0;
}
#loginbox
{
	float:right;
	margin:40px 24px 0 0;
	width:166px;
	height:92px;
	overflow:hidden;
}
#loginbox label
{
	color:#82a200;
	font-size:10px;
	line-height:22px;
}
#loginbox input[type="text"], #loginbox input[type="password"]
{
	background: url(/media/img/login_form_bg.png);
	width:98px;
	border:0;
	height:14px;
	padding:2px;
	font-size:10px;
	float:right;
}
#loginbox  a.lostpw
{
	color:#FFFFFF;
	font-size:10px;
	float:right;
	text-decoration:none;
}
#loginbox  a.lostpw:hover
{
	text-decoration:underline;
}
input[type=submit].login
{
	width:102px;
	height:20px;
	line-height:20px;
	background:url(/media/img/login_button.png);
	color:#fff;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	margin:10px 0;
	border:0;
}
#logo
{
	float:left;
	margin:144px 0 0 18px;
}
#menu
{
	float:left;
	margin:158px 0 0 58px;
	line-height:26px;
}
#lang
{
	float:right;
	line-height:26px;
	margin:26px 30px 0 0;
}
#lang img
{	
	margin: 0 10px 0 0;
}
#lang a:hover
{
	text-decoration:underline;
}
#menu li, #lang li
{
	font-size:13px;
	color:#2F2F2F;
	word-spacing:6px;
	margin: 0 0 0 6px;
	display:inline;
}
#menu a, #lang a
{
	color:#2F2F2F;
	text-decoration:none;
	word-spacing:0em;
}
#menu a:hover
{
	color:#98BA0C;
}
/*HEADER V�GE*/
/*Container*/
#container div.head
{
	background:url(/media/img/container_2_head.png);
	width:956px;
	height:7px;
	margin: 4px 0 0; 
}
#container div.cont
{
	background:url(/media/img/container_2_bg.png);
	width:956px;
}
#container div.foot
{
	background:url(/media/img/container_2_foot.png);
	width:956px;
	height:7px;
	margin: 0 0 -10px;
}
#leftbox
{
	width:212px;
	margin:0 7px;
	float:left;
}
#leftbox div.w172
{
	margin:0 20px;
	width:172px;
}
#leftbox div.w192
{
	margin:0 8px;
	width:192px;
}
div.w192 img
{
	float:left;
	margin: 0 4px 0 0
} 
div.w192 li
{
	margin: 0 0 20px;
}
#leftbox p.news
{
	text-align:justify;
	border-top:1px solid #98BA0C;
	margin: 3px 0 0;
	padding-top: 3px;
	color:#2F2F2F;
}
span.cim1
{
	background:url(/media/img/left_head_bg_green.png);
	width:202px;
	height:32px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 10px;
	margin: 0 0 10px 0;
	display:block;
}
#leftbox label
{
	margin:5px;
	font-weight:bold;
}
#leftbox textarea, #leftbox  input[type=text]
{
	width:162px;
	padding:5px;
	margin:5px 0;
	border:1px solid #ccc;
	color:#98BA0C;
	font-size:10px;
	font-family:Verdana;
}
a.btn, button.btn {
	display: inline;
	height: 18px;
	margin: 1px 0;
	text-decoration: none;
	clear: both;
	cursor: pointer;
	border:0;
	background:none;
	width:auto;
	padding:0;
}

a.btn span.t , button.btn span.t{
	display: block;
	float: left;
	padding: 2px 3px 0 8px;
	height: 17px;
	margin: 0;
	font-size: 11px;
	text-align: left;
	color: #fff;
}

a.btn span.c, button.btn span.c {
	display: block;
	float: left;
	width: 5px;
	height: 18px;
	color: #fff;
}

a.b_green span.t, button.b_green span.t { background: url('/media/img/button_green.png') no-repeat top left; }
a.b_green span.c, button.b_green span.c{ background: url('/media/img/button_green-r.png') no-repeat top right; }
a.b_grey span.t, button.b_grey  span.t { background: url('/media/img/button_grey.png') no-repeat top left; }
a.b_grey span.c, button.b_grey  span.c { background: url('/media/img/button_grey-r.png') no-repeat top right; }
a.b_black span.t, button.b_black span.t { background: url('/media/img/button_black.png') no-repeat top left; }
a.b_black span.c, button.b_black span.c { background: url('/media/img/button_black-r.png')  no-repeat top right; }

#leftbox h1
{
	color:#98BA0C;
}
#leftbox span.date
{
	color:#98BA0C;
	font-size:9px;
	float:right;
	margin:-8px 0 0 0;
}
#leftbox p
{
	padding: 0 0 5px;
}
a.more
{
	font-size:10px;
	text-decoration:underline;
	color:#2F2F2F;
}
a.more:hover
{
	text-decoration:none;
}
a.more2
{
	font-size:14px;
	text-decoration:none;
	color:#98BA0C;
}
a.more2:hover
{
	text-decoration:underline;
}
#rightbox 
{
	width:718px;
	margin:0 6px;
	float:left;
}
#rightbox div.hasab1
{
	width:380px;
	float:left;
	margin-right:10px;
}
#rightbox div.hasab2
{
	width:318px;
	float:left;
}
#rightbox p.right
{
	width:100%;
	text-align:right;
}
span.cim2
{
	background:url(/media/img/right_head_bg.png) no-repeat;
	width:708px;
	height:32px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 10px;
	margin: 0 0 5px 0;
	border:0;
	display:block;
}
div.padding_right
{
	padding:5px;
}
div.right_text   p
{
	margin-bottom:10px;
	text-align:justify;
}
div.right_text  h1
{
	font-size:16px;
	color:#98BA0C;
	border-bottom: 1px solid #98BA0C;
	padding-bottom:4px;
	margin-bottom:12px;
}
div.right_text  h2
{
	font-size:14px;
	color:#98BA0C;
	border-bottom: 1px solid #98BA0C;
	padding-bottom:3px;
	margin-bottom:10px;
}
div.right_text h3
{
	font-size:12px;
	color:#98BA0C;
	border-bottom: 1px solid #98BA0C;
	padding-bottom:2px;
	margin-bottom:8px;
}
div.right_text  h4
{
	font-size:13px;
	color:#5D5D5F;
	border-bottom: 1px solid #5D5D5F;
	padding-bottom:3px;
	margin-bottom:9px;
}
div.right_text  h5
{
	font-size:14px;
	color:#000;
	padding-bottom:3px;
	margin-bottom:9px;
}
div.right_text a
{
	color:#98BA0C;
	text-decoration:none;
}
div.right_text a:hover
{
	text-decoration:underline;
}
div.right_text  table
{
	margin:5px 0;
}
div.right_text table tr td
{
	padding: 4px 7px 4px 7px;
	border:2px solid #fff;
}
div.right_text   thead tr td
{
	color:#fff;
	font-weight:bold;
	background:#B7D535;
	font-size:14px;
}
div.right_text  tr.odd
{
	background:#D4E984;
}
div.right_text tr.even
{
	background:#EAF5B9
}
div.special_box
{
	color:#fff;
	background: #B6D535;
	border:1px solid #98BA0C;
	text-align:justify;
	padding:3px;
}
div.special_box h1
{
	font-size:14px;
	margin:0 0 2px;
	line-height:20px;
	color:#fff;
	border:0;
}
div.special_box span.tl
{
	height:8px;
	width:8px;
	float:left;
	background:url(/media/img/spec_t_l.png);
	display:inline;
	margin:-4px 0 0 -4px;
}
div.special_box span.tr
{
	height:8px;
	width:8px;
	float:right;
	background:url(/media/img/spec_t_r.png);
	display:inline;
	margin:-4px -4px 0 0;
}
div.special_box span.bl
{
	height:8px;
	width:8px;
	float:left;
	background:url(/media/img/spec_b_l.png);
	display:inline;
	margin:-4px 0 0 -4px;
}
div.special_box span.br
{
	height:8px;
	width:8px;
	float:right;
	background:url(/media/img/spec_b_r.png);
	display:inline;
	margin:-4px -4px 0 0;
}
/*Container v�ge*/
div.footer_center 
{
	color:#2F2F2F;
	text-align:center;
	line-height:35px;
	height:35px;
	font-size:10px;
/*	background:url(/media/img/footer_logo.jpg) no-repeat; */
	margin:-30px 0;
}
div.footer_right
{
	float:right;
	margin-right:10px;
	margin-top:-36px;
}
a.footer_right
{
	color:#2F2F2F;
	text-decoration:none;
}
a.footer_right:hover
{
	text-decoration:underline;
}