html,body {
	background: url(../images/body-bg.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	font-family: Tahoms, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1,h2,h3,h4,h4,h5,ul,li,p,a {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	outline: 0;
	color: #0a8a43;
}

input,select {
	outline: 0;
	margin: 0;
	padding: 0;
	font: normal 12px/16px Tahoms, Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

img {
	border: 0;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form.form {
	margin: 5px;
}

div.main-search-box form.form {
	margin: 0;
}

#page {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 55px;
}

/*HEAD*/
#header {
	background: url(../images/header-bg.jpg) no-repeat 100% 0;
	width: 980px;
	height: 182px;
	margin: 9px 0 0 20px;
}

/*LOGO*/
#header h1 a {
	background: url(../images/logo.jpg) no-repeat 0 0;
	width: 182px;
	height: 182px;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

.search-box {
	background: url(../images/search-box-bg.gif) no-repeat 0 0;
	width: 336px;
	height: 62px;
	float: left;
	margin: 18px 0 0 11px;
	padding: 80px 0 0 12px;
}

.search-box label {
	font-size: 16px;
	color: #000;
	display: block;
	padding: 0 0 7px;
}

.search-box input {
	width: 122px;
	height: 16px;
	float: left;
	border: solid 1px #7f9db9;
	padding: 2px 5px;
	margin: 1px 0 0;
}

.search-box .btn {
	background: url(../images/input-btn.gif) no-repeat 0 0;
	width: 70px;
	height: 24px;
	float: left;
	border: 0;
	padding: 0 0 1px;
	font-weight: bold;
	margin: 0 0 0 7px;
	cursor: pointer;
}

.link-box {
	float: right;
	position: relative;
}

.link-box ul {
	overflow: hidden;
	float: left;
	margin: 13px 58px 0 0;
}

.link-box li {
	background: url(../images/border1.gif) no-repeat 0 70%;
	float: left;
	padding: 0 6px;
	margin: 0 0 0 -2px;
}

.link-box li.active a,.link-box li a:hover {
	color: #000;
	background: #fff568;
	text-decoration: none;
}

.link-box li a {
	line-height: 15px;
	display: block;
	color: #fff;
	padding: 0 4px;
	margin: 0;
}

.link-box a:hover {
	text-decoration: none;
}

.link-box a {
	float: left;
	font-size: 12px;
	color: #007236;
	font-weight: bold;
	text-decoration: underline;
	margin: 12px 43px 0 0;
}

/*Main Content*/
#content {
	background: url(../images/content-bg.gif) repeat-y 0 0;
	margin: 0 39px 0 20px;
	position: relative;
}

#content .bottom {
	background: url(../images/content-bottom-bg.gif) no-repeat 0 100%;
}

#content .top-bg {
	background: url(../images/content-top-bg.gif) no-repeat 0 0;
	width: 941px;
	min-height: 738px;
	overflow: hidden;
}

* html #content .top-bg {
	height: 738px;
	overflow: visible;
}

.left-sidebar {
	float: left;
}

.left-sidebar .top-box {
	/*background: url(../images/left-sidebar-bg.gif) repeat-y 0 0;*/
	background: none;
}

.left-sidebar .top {
	/*background: url(../images/left-sidebar-top-bg.gif) no-repeat 0 0;*/
	background: #10ac57;
}

#content .left-sidebar .bottom {
	/*background: url(../images/left-sidebar-bottom-bg.gif) no-repeat 0 100%;*/
	background: none;
	width: 182px;
	min-height: 380px;
	padding: 0 0 10px;
}

* html #content .left-sidebar .bottom {
	height: 380px;
}

.right-sidebar {
	float: right;
	width: 177px;
}

.right-sidebar .top {
	background: url(../images/right-sidebar-bg.gif) no-repeat 0 0 #00A651;
	width: 177px;
	min-height: 310px;
}

* html .right-sidebar .top {
	height: 733px;
}

.main-content {
	margin: 3px 187px 0 192px;
}

.main-bg {
	background: url(../images/content-bg2.gif) repeat-y 192px 0;
}

.main {
	width: 562px;
	float: left;
	margin: -3px 0 0;
}

/*footer*/
#footer {
	width: 1000px;
	height: 85px;
}

#footer ul {
	float: left;
	overflow: hidden;
	margin: 14px 0 0 47px;
	display: inline;
}

#footer li { /*background: url(../images/border2.gif) no-repeat 0 50%;*/
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding: 0 11px;
	margin: 0 0 0 -1px;
}

#footer li.copyright {
	margin-left: 194px;
}

#footer li span {
	float: left;
	padding: 0 3px 0 0;
}

#footer a:hover {
	text-decoration: none;
}

#footer a { /*float: left;*/
	color: #007236;
	font-weight: bold;
	text-decoration: underline;
}

.title {
	background: url(../images/title-bg-left.gif) no-repeat 0 0;
	height: 25px;
	padding: 0 0 0 4px;
}

.title h2 {
	background: url(../images/title-bg.gif) no-repeat 100% 0;
	line-height: 23px;
	font-size: 16px;
	color: #000;
	padding: 0 0 2px 9px;
}

.submenu {
	width: 100%;
	overflow: hidden;
	padding: 4px 0 7px;
}

.left-sidebar .submenu {
	padding: 4px 0 10px;
}

.submenu li {
	width: 100%;
	float: left;
}

.submenu li a {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding: 2px 13px;
	margin: 0 1px;
}

.submenu li.active a,.submenu li a:hover {
	background: #fff799 url(../images/submenu-active-bg.gif) repeat-x 0 100%;
	color: #007236;
	text-decoration: none;
}

.news-box {
	padding: 7px 14px 0;
	overflow: hidden;
}

.news-box a:hover {
	text-decoration: none;
}

.news-box a {
	font-size: 12px;
	color: #fff568;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	margin: -11px -3px 0 0;
	position: relative;
}

.news-box p {
	color: #fefefe;
	line-height: 18px;
	padding: 0 0 18px;
}

.news-box p span {
	color: #fff568;
}

.news-box p a {
	color: #fefefe;
	float: none;
	margin: 0;
}

.advertising {
	overflow: hidden;
	height: 610px;
	padding: 5px 8px;
}

.advertising_lins {
	overflow: hidden;
	padding: 0px 12px 24px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.main-search-box {
	background: #bae67c url(../images/main-search-bg.gif) no-repeat 0 0;
}

.news-search-box,.main-search-box {
	min-height: 30px;
	padding: 10px 0 0 14px;
}

.news-search-box h3,.main-search-box h3 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding: 5px 0 0;
}

.news-search-box label,.main-search-box label {
	float: left;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	padding: 0 8px;
}

.news-search-box select,.main-search-box select {
	width: 253px;
	height: 24px;
	float: left;
	margin-top: 1px;
}

.table {
	padding: 0;
}

.table table {
	width: 100%;
	border: solid 1px #8cc63f;
	border-collapse: collapse;
	background: url(../images/table-bg.gif) no-repeat 0 100%;
}

.table table table {
	border: 0;
}

.table tr {
	vertical-align: middle;
}

.table th {
	background: #fff681;
	height: 22px;
	padding: 0;
	border: solid 1px #8cc63f;
	font-size: 12px;
	color: #000;
}

.table .no-border {
	border: 0;
}

.table .border-b {
	border: 0;
	border-bottom: solid 1px #8cc63f;
}

.table .border-l {
	border: 0;
	border-left: solid 1px #8cc63f;
}

.table td {
	background: #fff;
	/*height: 23px;*/
	padding: 0;
	border: solid 1px #8cc63f;
	font-size: 12px;
	color: #000;
	/*text-align: center;*/
	padding: 2px;
	/*white-space: nowrap;*/
	vertical-align: top;
}

.table .yelow td {
	background: #fffbcc;
}

.table td.lt {
	text-align: left;
	padding-left: 8px;
}

.table td a:hover {
	text-decoration: none;
}

.table td a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}

.table td.tdcenter {
	text-align: center;
}

.list,.main_content {
	width: 547px;
	overflow: hidden;
	margin: 5px 0 0 14px;
}

.list li.lnews {
	width: 100%;
	border-top: solid 1px #058741;
	margin: -1px 0 0;
	padding: 11px 0 4px;
}

.list span {
	float: right;
	font-size: 13px;
	color: #0a8a43;
	padding: 0 10px 0 0;
}

.list span.to_left {
	float: left;
	padding-left: 10px;
}

.list span.date {
	padding-bottom: 5px;
}

.list h3,.main_content h3 {
	font-size: 13px;
	color: #000;
	font-weight: bold;
	padding: 0 0 3px;
	width: 100%;
}

.main_content h3 {
	padding-bottom: 10px;
}

.list p {
	line-height: 14px;
	padding: 0 0 17px;
}

.form textarea,.form input[type=text] {
	width: 500px;
}

.form input[type=text].datefield {
	width: 100px;
}

.errors {
	color: #d10e09;
}

.btn84 {
	background: url(../images/input-btn2.gif) no-repeat 0 0;
	width: 84px;
	height: 24px;
	float: left;
	border: 0;
	padding: 0 0 1px;
	font-weight: bold;
	margin: 0 0 0 7px;
	cursor: pointer;
}

.btn96 {
	background: url(../images/input-btn3.gif) no-repeat 0 0;
	width: 96px;
	height: 24px;
	float: left;
	border: 0;
	padding: 0 0 1px;
	font-weight: bold;
	margin: 0 0 0 7px;
	cursor: pointer;
}

.addButton {
	background: url(../images/input-btn2.gif) no-repeat 0 0;
	width: 84px;
	height: 24px;
	float: right;
	border: 0;
	padding: 2px 0;
	font-weight: bold;
	margin: 0 7px;
	cursor: pointer;
	text-align: center;
	text-decoration: none !important;
	color: #000;
}

image.icon {
	width: 20px;
	height: 20px;
	border: 0;
	margin-left: 4px;
}

.separator {
	border-top: solid 1px #058741;
	margin-top: 10px;
}

.separator h2 {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
}

.label {
	float: left;
	min-width: 80px;
	font-weight: bold;
}

td.spetial {
	color: red;
}

.help {
	border-top: solid 1px #058741;
	margin-top: 50px;
	cursor: pointer;
}

.help h2 {
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

.helpchessgame {
	border-top: none;
	margin: 5px 10px 0 0;
}

.helpchessgame h2 {
	font-size: 12px;
	color: #929292;
	font-weight: normal;
}

.help_description {
	display: none;
	padding: 0 15px;
}

.help_description h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}

.cke_skin_kama .cke_dialog_tabs {
	margin-top: 0px !important;
}

.img_insert_btn {
	background-image: url("../ckeditor/skins/kama/icons.png");
	background-position: 0 -576px;
	display: inline-block;
	width: 16px;
	height: 16px;
}

.nheader,.nfooter {
	overflow: hidden;
}

.nfooter {
	padding-top: 10px;
}

.table .yelow td {
	background: #fffbcc;
}

/* the overlayed element */
.apple_overlay { /* initially overlay is hidden */
	display: none;
	/* growing background image */
	background-image: url(../images/white.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width: 600px;
	/* some padding to layout nested elements nicely  */
	padding: 35px;
	/* a little styling */
	font-size: 11px;
}

/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image: url(../images/close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

/* use a semi-transparent image for the overlay */
#overlay {
	height: 580px;
}

#jquery-overlay {
	z-index: 1001 !important;
}

.close {
	right: 15px !important;
	top: 11px !important;
	z-index: 10001;
}

div.licounter { /*position: absolute;
	bottom:0;
	left:50%;
	margin:0 0 5px 330px;*/
	width: 88px;
	margin: 20px auto 205px;
}

div.home_links {
	background-color: #00A651;
	padding: 7px 0 10px 0;
}