/* Niznaski */
div.Main {
	margin: auto;
	width: 980px;
	position: relative;
}
html, body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
html {
	background-image: url('/images/bg.gif');
	background-repeat: no-repeat;
	background-position: center 218px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
/* Comment element properties */
a {
	color: #287213;
	text-decoration: none;
}

a:hover {
	color: #287213;
	text-decoration: underline;
}

a.side {
	color: #555;
	padding: 2px;
	text-decoration: none;
	line-height: 16px;
	font-size: 10px;
}

a:hover.side {
	background-color: #287213;
	color: #fff;
	text-decoration: none;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: none;
}


hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #287213;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
		font-family: 'Forum', serif;
	font-size: 12px;
	color: #fff;
	background-color: #287213;
	background-image: url(images/button.gif);
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.textbox {
		font-family: 'Forum', serif;
	font-size: 12px;
	color: #555;
	background-color: #f8f8f8;
	border: 1px solid #ccc;
}

/* Header and footer properties */

.sub-header {
	font-family: 'Forum', serif;
	font-size: 12px;
	color: #fff;
	background-color: #555;
	background-image: url(images/subheader-mid.gif);
	padding: 7px 5px 8px 5px;
	height: 28px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-left.gif);
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-right.gif);
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}
.sub-header a {font-size: 16px; padding: 3px; color: #fff; text-decoration: none; background-color: none;
-webkit-transition:background-color 0.3s ease-in; -moz-transition:background-colorcolor 0.3s ease-in; -o-transition:background-colorcolor 0.3s ease-in; transition:background-colorcolor 0.3s ease-in}

.sub-header a:hover { color: #287213!important;  background-color: #fff; 
    -webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; 
    -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px; border-top-right-radius: 3px;
	
	border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
	text-decoration: none;}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
}

.main-footer {
		font-family: 'Forum', serif;
	font-size: 12px;
	color: #555;
	padding: 5px;
}

.bottom-footer {
		font-family: 'Forum', serif;
	font-size: 12px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #555;
	text-align: justify;
	/* background-color: #fff; */
	border: 1px solid #ddd;
	padding: 4px;
}

/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	/* background-color: #fff; */
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	/* background-color: #fff; */
	padding: 10px 0 10px 10px;
	width: 175px;
}

.scapmain {
	font-family: 'Forum', serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background-color: #555;
	background-image: url(images/side.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.scapmain-left {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-left.gif);
}

.scapmain-right {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-right.gif);
}

.side-body {
	font-size: 10px;
	color: #555;
	/* background-color: #fff; */
	background-image: url(images/gradient.gif);
  background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
	text-align: left;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: left;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.capmain {
	font-family: 'Forum', serif;
	font-size: 16px;
	color: #fff;
	background-color: #555;
	background-image: url(images/cap.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
	text-align: left;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-right.gif);
}

.main-bg {
	color: #555;
	/* background-color: #fff; */
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 1px solid #e1e1e1;
}

.tbl {
	font-size: 11px;
	color: #555;
	/* background-color: #fff; */
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	/*background-color: #fff;*/
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: #f1f1f1;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-weight: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #04688d;
}

.shoutbox {
	color: #777;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #287213;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #287213;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #287213;
	margin: 2px;
	text-decoration: none;
}
table.Menu {
	margin: 0px;
	margin-top: 3px;
	
	}
table.Menu td.sub-header {
	width: 980px;
	height: 40px;
	text-align: left;
	font-family: 'Forum', serif;
	background-image: url('/images/menu.gif');
}

	
table.Menu td.sub-header-left {
	width: 3px;
	height: 40px;
	background-image: url('/images/menu-left.gif');
}
table.Menu td.sub-header-right {
	width: 3px;
	height: 40px;
	background-image: url('/images/menu-right.gif');
}
table.Top {
	margin: 0px;
	padding: 0px;
	}
table.Top span.Imie {
	position: absolute;
	top: 4px;
	font-size: 11px;
	right: 6px;
	color: #0c1e28;
}
.dotted {
	margin: 0px 10px 0px 8px;
	color: #fff;
}
div.Yellow {
	width: 758px;
	height: 300px;
	margin: auto;
}
div.News {
	float: left;
	margin: 20px 0px 20px 16px;
}
div.News div.Img {
	width: 353px;
	height: 170px;
	overflow: hidden;
	position: relative;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
div.News div.Img div {
	width: 353px;
	height: 50px;
	position: absolute;
	background-image: url('/images/black.png');
	left: 0px;
	bottom: 0px;
}
div.News div.Img div p {
	padding-top: 4px;
	margin-left: 20px;
	margin-top: 8px;
	}
	
div.News div.Img div a {
	color: #fff;
		
	font-family: 'Forum', serif;
	font-size: 16px;
	}
div.News div.Img span {
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	padding: 0px 0px 0px 20px;
	}
div.News div.Info {
	width: 353px;
	height: 90px;
	background-color: #287213;
	overflow: hidden;
	padding: 0px;
	margin: 1px 0px 0px 0px;
}
div.News div.Info p {
	text-align: left;
	color: #fff;
	padding: 5px 18px 0px 18px;
	line-height: 15px;
	}

div.News div.Info p a {
	text-decoration: none;
	color: #fff;
	}
div.News div.Img img {
	width: 353px;
}
table.noborder td.main-body  {
	border: 0px;
}
div.Header {
	text-align: left;
	font-family: 'Forum', serif;
	font-size: 14px;
	color: #000;
	margin: 5px 10px 5px 20px;
	padding: 0px;
	background-image: url('/images/ico_dotted.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.NewsItem {
	margin-left: 15px;
	padding: 4px 15px 5px 15px;
	width: 730px!important;
	width: 760px;
	text-align: left;
	font-size: 12px;
	background-image: url('/images/ico_dotted.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.NewsItemCats {
	margin-left: 15px;
	padding: 4px 15px 5px 15px;
	width: 480px!important;
	width: 50px;
	text-align: left;
	font-size: 12px;
	background-image: url('/images/ico_dotted.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}
div.NewsItem a, div.NewsItemCats a {
 color: #287213;
}
div.NewsItem p, div.NewsItemCats p {
	padding: 0px;
	margin: 0px;
}
div.NewsItem p.Title, div.NewsItemCats p.Title {
	margin: 10px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
}
div.NewsItem p.Title a, div.NewsItemCats p.Title a {

	font-family: 'Forum', serif;
	font-size: 22px;
	padding: 1px 5px;
}
div.NewsItem p.Title a:hover, div.NewsItemCats p.Title a:hover{
	background-color: #287213;
	color: #fff;
	text-decoration: none;
}
div.NewsItem p.Footer, div.NewsItemCats p.Footer {
	font-family: 'Forum', serif;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
}
div.NewsItem p.Footer a, div.NewsItemCats p.Footer a{
	background-color: #287213;
	padding: 1px 5px;
	color:#fff;
	font-size: 14px;
}
div.NewsItem p.Footer a:hover, div.NewsItemCats p.Footer a:hover {
	background-color: #fff;
	color:#287213;
}
div.NewsItem p.Footer a.fb {background-color: #fff; padding: 0 2px;}
div.NewsItem p.Footer a:hover.fb {background-color: #000;}
.Yel {
	background-color: #f3f3f2;
}
div.Gray {
		font-family: 'Forum', serif;
		font-size: 14px;
	text-align: left;
	width: 760px;
	height: 136px;
	background-color: #f3f3f2;
	margin: 10px 0px 10px 20px;
}
div.Gray div {
	border: 1px solid #fff;
	background-color: #fff;
	margin: 11px 0px 0px 11px;
}
div.Gray span {
	color: #146401;
	margin-left: 8px;
}
div.Adv {
	text-align: left;
}
div.pogoda {
	position: relative;
	margin-top: 25px;
	float: right; 
	width: 150px;
	color: #fff;
}
span.pogoda_temp_noc {
	color: #fff;
	background-color: #000;
}
div.Banner {
	width: 990px;
	height: 162px;
	overflow:hidden;
	}
div.Banner img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
div.Banner a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
#closer {background:url(../../includes/facebox/closelabel.gif) no-repeat;width:90px;height:22px;float:right;cursor:hand;}
#facebox .b {background:url(../../includes/facebox/b.png);}
#facebox .tl {background:url(../../includes/facebox/tl.png);}
#facebox .tr {background:url(../../includes/facebox/tr.png);}
#facebox .bl {background:url(../../includes/facebox/bl.png);}
#facebox .br {background:url(../../includes/facebox/br.png);}
#facebox {position: absolute;top: 0;left: 0;z-index: 100;text-align: left;}
#facebox .popup {position: relative;}
#facebox table {border-collapse: collapse;}
#facebox td {border-bottom: 0;padding: 0;}
#facebox .body {padding: 10px;background: #fff;width: 370px;}
#facebox .loading {text-align:center;background:url(../../includes/facebox/loading.gif) no-repeat top center;height:32px;}
#facebox .image {text-align:center;}
#facebox img {border: 0;margin:0;}
#facebox .footer {border-top:1px solid #DDDDDD;padding-top: 5px;margin-top:10px;text-align:right;}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {height:10px;width:10px;overflow:hidden;padding: 0;}
#facebox_overlay {position:fixed;top:0px;left:0px;height:100%;width:100%;}
.facebox_hide {z-index:-100;}
.facebox_overlayBG {background-color:#000;z-index:99;}
* html #facebox_overlay {position: absolute;height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
.error {padding:6px;margin:10px;background:#EDAAAA;border:2px #ED7878 solid;color:#000;text-align:center;box-shadow:1px 1px 1px #ccc;-moz-box-shadow:1px 1px 1px #ccc;-webkit-box-shadow:1px 1px 1px #ccc;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
.valid {padding:6px;margin:10px;background:#DFFFDF;border:2px #BFFFBF solid;text-align:center;box-shadow:1px 1px 1px #ccc;-moz-box-shadow:1px 1px 1px #ccc;-webkit-box-shadow:1px 1px 1px #ccc;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;}
