/* Comment element properties */

a {
	color: #8C8C8C;
	text-decoration: none;
}

a:hover {
	color: #2F2F2F;
	text-decoration: none;
}

a.white, li.white a {
	font-size: 11px;
	display: inline-block;
	color: #939393;
	text-decoration: none;
	padding: 10px 7px 10px 7px;
	border-width: 0px 0px 0px 0px;
	border-color: #1A1919;
	border-style: solid;
	width: 80px;
}

a:hover.white, li.white a:hover {
	font-size: 11px;
	display: inline-block;
	color: #7d7d7d;
	text-decoration: none;
	padding: 10px 7px 10px 7px;
	border-width: 0px 0px 0px 0px;
	border-color: #7A4747;
	border-style: solid;
	background: #141414;
	width: 80px;
}

a.side2 {
	font-size: 10px;
	color: #7A7A7A;
	float: left;
	display: inline-block;
	display: block;
	width: 147px;
	height: auto;
	padding: 1px 0px 1px 4px;
	background: #101010;
	border-left: 4px solid #2A1717;
	text-decoration: none;
	text-transform: uppercase;

}

a:hover.side2 {
	font-size: 10px;
	float: left;
	display: inline-block;
	display: block;
	color: #3C3C3C;
	width: 146px;
	height: auto;
	padding: 1px 0px 1px 5px;
	background: #000000;
	border-left: 4px solid #2C2C2C;
	text-decoration: none;
	text-transform: uppercase;
}

a.side {
	color: #646464;
	text-decoration: none;
}

a:hover.side {
	color: #3C3C3C;
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #353535;
    background: #161616;
	margin: 0px;
}

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

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

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

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

.alt {
	color: #353535;
}

.spacer {
	margin-bottom: 10px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #7B7B7B;
	background-color: #000000;
	border: 1px solid #1E1E1E;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #483535;
	background-color: #131313;
	height: 16px;
	border: 1px solid #1E1E1E;
	padding: 0px 2px 2px 2px;
	margin-top: 4px;
}

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

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #636262;
	background-color: #000000;
	border: 1px solid #1E1E1E;
}

/* Header and footer properties */

.animacja {
	background-image: url(animacja/abg.png);
	background-position: center;
	background-repeat: no-repeat;
}

.message {
	color: #7B4A4A;
	font-size: 9px;
	font-weight: bold;
}

.message2 {
	color: #3D3636;
	font-size: 9px;
}

.messagebg {
	color: #4A4A4A;
	font-size: 9px;
}

.header {
	background-image: url(images/header.png);
	background-repeat: repeat;
}

.header-top-right {
	background-image: url(images/header-top-right.png);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}	

.header-top-left {
	background-image: url(images/header-top-left.png);
	background-position: right middle;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}	

.header-down-right {
	background-image: url(images/header-down-right.png);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

.header-down-left {
	background-image: url(images/header-down-left.png);
	background-position: right middle;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
}
	
.small-header-down-right {
	background-image: url(images/small-header-down-right.png);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.small-header-down-left {
	background-image: url(images/small-header-down-left.png);
	background-position: right middle;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}
	
	
	
.small-header-top-right {
	background-image: url(images/small-header-top-right.png);
	background-position: left middle;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}	

.small-header-top-left {
	background-image: url(images/small-header-top-left.png);
	background-position: right middle;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}	

.small-header-right {
	background-image: url(images/small-header-right.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
	height: 20px;	
}	

.small-header-left {
	background-image: url(images/small-header-left.png);
	background-repeat: repeat-y;
	background-position: right top;	
	width: 20px;
	height: 20px;
}	

.small-header-top {
	background-image: url(images/small-header-top.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;	
}	

.small-header-down {
	background-image: url(images/small-header-down.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 20px;
}	

.small-header {
	background-image: url(images/small-header.png);
	background-repeat: repeat;
}

.main{
	background-color: #000000;
	background-image: url(images/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	border-width: 0px 0px 1px 0px;
	border-color: #2c2c2c;
	border-style: solid;
}

.bg2 {
	background-image: url(images/bg2.png);
	background-position: center bottom;
    background-repeat: repeat-x;
	border-width: 0px 0px 1px 0px;
	border-color: #2c2c2c;
	border-style: solid;
}

.footerbg {
	width: 560px;
	background-image: ;
	background-position: center top;
    background-repeat: no-repeat;
	margin-top: 10px;
}



.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #373737;
	background-image: ;
	background-repeat:;
    background-position:;
	padding: 0px 0px 0px 0px;
}

.counter{
	color: #785959;
	font-size: 9px;
	text-transform: none;
	text-align: center;
	padding: 4px 0px 4px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #3F2424;
	border-style: solid;

}

.footer a {
	color: #BFBFBF;
	text-decoration: none;
	}
	
.footer a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

.footer a.side {
	color: #CBCBCB;
	text-decoration: none;
}

.footer a:hover.side {
	color: #D2D2D2;
	text-decoration: underline;
}
.footer-left {
	width: 20px;
	height: 95px;
	background-image: ;
    background-repeat: repeat;

}

.footer-right {
	width: 20px;
	height: 95px;
	background-image: ;
    background-repeat: repeat;
  
}


.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #6F6F6F;
	text-transform: uppercase;
	background-color: #1A1919; 
	border-width: 0px 0px 1px 0px;
	border-color: #513838;
	border-style: solid;
}

.sub-header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #399afc;
	background-color: #323232;
	height: 26px;
	background-image: url(images/cc2.png);
}


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

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

.sub-header ul li.first-link .bullet{
	display: none;
}

.ccell {
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f9f9f9;
	padding: 0px 0px 0px 0px;
    background: #ffffff url(images/ccell.png);
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #888;
	padding: 0px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	background-color: #323232;
	padding: 4px 4px 5px 4px;
}

.main-body {
	text-align: justify;
	font-size: 10px;
	color: #636262;
	background-color: ;
	background-image: url(images/bg-tab.png);
	padding: 10px 15px 10px 15px;
}

/* Side-Panel properties */


.side-border-left {
	color: #777777;
	padding: 20px 0 5px 5px;
	width: 175px;
    border-left:0px solid #000;
   
}

.side-border-right {
	color: #777777;
	padding: 20px 5px 5px 0;
	width: 175px;
}

.scapmain {
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-transform: uppercase;
	text-align: center;
	background-image: url(images/side.png);
	background-repeat: repeat-x;
	background-position: center;
}

.scapmain-left {
	width: 20px;
	height: 40px;
	background-image: url(images/side-left.png);
}

.scapmain-right {
	width: 20px;
	height: 40px;
	background-image: url(images/side-right.png);
}

.side-body {
	font-size: 10px;
	color: #636262;
	background-image: url(images/bg-tab.png);
	padding: 10px 10px 0 10px;
}

.sideb { 	
	background-image: url(images/sideb.png);
 	background-repeat: repeat-x; 
	}

/* Center-Panel properties */


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

.news-footer {
	font-size: 9px;
	color: #483535;
	background-image: url(images/tb-bg.png);
	padding: 3px 4px 0 4px;
}

.capmain {
	font-family: sans-serif, Verdana, Arial, Helvetica, ;
	font-size: 11px;
	font-weight: bold;
	color: #888888;
	text-transform: uppercase;
	background-image: url(images/side.png);
	border-width: 0px 0px 0 0px;
	border-color: #272727;
	border-style: solid;
	padding: 0px 4px 4px 4px;
}

.capmain-left {
	width: 20px;
	height: 40px;
	background-image: url(images/side-left.png);
}

.capmain-right {
	width: 20px;
	height: 40px;
	background-image: url(images/side-right.png);
}

.main-bg {
	padding: 20px 10px 0px 10px;
	
}

/* General table properties */

.center {
		margin: 0 auto;
}

.tbl-border {
	background-image:;
}

.tbl {
	font-size: 9px;
	color: #797979;
	padding: 4px;
	background-image: url;
	
}

.tbl1 {
	font-size: 9px;
	color: #797979;
	background-image: ;
	padding: 4px;
}

.tbl2 {
	font-size: 9px;
	background-color: #101010;
	background-image: ;
	background-position: center top;
    background-repeat: repeat-x;
	color: #797979;
	padding: 4px;

}

.forum-caption {
	font-size: 10px;
	font-weight: bold;
	color: #888888;
	background-color: #181818;
	background-image: ;
	padding: 5px 4px 5px 4px;
}

.quote {
	font-size: 9px;
	color: #888888;
	background-image: url(images/tb-bg.png);
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #494949;
}

.poll {
	height: 10px;
	border: 1px solid #3E3E3E;
}

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

.shoutboxname {
	font-weight: bold;
	color: #2A2A2A;
}

.shoutbox {
	color: #7B7B7B;
}

.shoutboxdate {
	text-decoration: overline;
	font-size: 9px;
	color: #483535;
}

.color {
	font-size: 10px;
	font-weight: normal;
	color: #7E5050;
}

.small {
	font-size: 9px;
	font-weight: normal;
	color: #5D5D5D;
	
}

.small2 {
	font-size: 9px;
	font-weight: normal;
	color: #584545;
}

.side-small {
	font-size: 9px;
	font-weight: normal;
	color: #7B7B7B;
}

.side-label {
	color: #7B7B7B;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #323232;
	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: #CBCBCB;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #CBCBCB;
	background-image: url(images/tb-bg.png);
}

/* Page Navigation */

.pagenav {
	padding: 4px;
	color: #584545;
	
}

.pagenav span {
	color: #7C7C7C;
	background-color: #000000;
	border: 3px solid #000;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #7C7C7C;
	background-color: #191919;
	border: 1px solid #202020;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #7C7C7C;
	background-color: #0A0A0A;
	border: 1px solid #202020;
	margin: 2px;
	text-decoration: none;
}

