* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	
}
ul {list-style-image:none;list-style-position:outside;list-style-type:none;}
img, fieldset {border: 0;}
a {text-decoration:none;}
a:hover {text-decoration: underline;}
a *{cursor: pointer;}
a:active, a:focus { outline: 0; }

body {
	background: #ffffff; 
	font-family: Tahoma, Arial, "Helvetica CE", Helvetica, sans-serif; 
	font-size: 11px; 
	text-align: center; 
	padding: 0; margin: 0;
}

h1, h2, h3 {font-family: "Trebuchet MS", Tahoma, Arial}

h1,
h1 a {
	font-size: 22px;
	color: #084281;
	font-weight: bold;
}
h1 a:hover {
	text-decoration: none;
}

div.headerBox {
	position: relative;
	margin-bottom: 15px;
}

div.headerBox h2 {
	height: 25px;
}
div.headerBox img {
	vertical-align: middle;
}

div.textHeaderBox {
	position: absolute;
	left: 72px;
	top: 3px;
}

div.textHeaderBox h1 {
	width:500px;
	height:30px;
	overflow:hidden;
	text-overflow:ellipsis;

}

h2,
h2 a {
	font-size: 18px;
	color: #3E3E3E;
	font-weight: bold;
}
h2.lastCommented a:hover, h2.mostCommented a:hover{
	text-decoration:none;
}
#left {
	width:305px;
	float:left;
}

#right{
	width: 640px;
	float: right;
	padding-left: 10px;
}

* html #right {
	width:650px;
}

#menu ul li {display:inline;}

div.clear {clear:both;font-size:1px;}
a.bold {font-weight:bold;}

#headContainer {
	width: 100%;
	height: 82px;
	text-align: center;
	background-image: url('/i/hd_bg.jpg');
	color: #393B54;
}
#headContainer h1 {
	background-image: url('/i/logo.jpg');
	width: 193px;
	height: 72px;
	margin: 0px;
	padding: 0px;
}
#headContainer h1 a {
	display: block;
	width: 195px;
	height: 72px;
	overflow: hidden;
}
#headContainer h1 a span {
	visibility: hidden;
}
#headContainer div.body div.boxes {
	height: 18px;
	position: absolute;
	right: 10px;
	top: 20px;
}
input.inpQuery {
	border: solid 1px #808EA8;
	width: 100px;
	height: 12px;
	padding: 2px;
	vertical-align:middle;
}
* html input.inpQuery {
	height: 16px;	
}

input.btSubmit {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	width: 62px;
	background-color: #7F95AD;
	border: solid 1px #808EA8;
	height:18px;
	vertical-align:middle;
	cursor: pointer;
	cursor: hand;
}
#headContainer div.body div.searcher {
	width: 205px;
	float: right;
}
#headContainer div.body div.searcher input.inpQuery {
	width: 125px;
	vertical-align:middle;
}
#headContainer div.body div.login {
	width: 110px;
	float: right;
}
#headContainer div.body div.password {
	width: 175px;
	float: right;
}
#headContainer div.body div.separator {
	width: 2px;
	height: 47px;
	float: right;
	background-image: url('/i/hd_separator.jpg');
	margin: 0px 15px;
}
div.body {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#mainContainer {
	width:100%;
	text-align:center;
}

#left .box {
	width: 284px;
	border-left: solid 1px #74C5E3;
	border-right: solid 1px #74C5E3;
	padding: 10px 10px;
	position: relative;
	margin-bottom: 10px;
}

* html #left .box {
	width: 306px;
}

#left .box div.top {
	background-image: url('/i/col_top_left_bg.jpg');
	height: 11px;
	font-size: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 305px;
	padding: 0px;
}

#left .box div.bottom {
	background-image: url('/i/col_bottom_left_bg.jpg');
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 305px;
	font-size: 1px;
}

#left .box h2 {
	width: 220px;
	height: 19px;
	margin-bottom: 10px;
}

#left .box h2 a {
	display: block;
	width: 220px;
	height: 19px;
	overflow: hidden;
}
#left .box h2 a span {
	visibility: hidden;
}
#left .box h2.lastCommented {
	background-image: url('/i/txt_ostatnio_komentowane.jpg');
	background-repeat: no-repeat;
}
#left .box h2.mostCommented {
	background-image: url('/i/txt_najczesciej_komentowane.jpg');
	background-repeat: no-repeat;
}

#left .box ul li,
ul.threadsList li {
	clear: both;
	color: #303030;
	font-size: 12px;
	position: relative;
}
#left .box ul li {
	line-height: 16px;
	margin-bottom: 5px;
	padding-top: 5px
}

table.avatar {
	border-collapse: collapse;
	background-color: #fff;
	width: 70px;
	height: 70px;
	border: solid 1px #E0E0E0;
}
table.avatar td {
	vertical-align: middle;
	text-align: center;
	padding: 0px;
}

a.lnk {
	color: #3E3E3E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

div.sign,
span.sign,
ul.threadsList div.sign,
ul.threadsList div.date {
	font-style: italic;
	color: #6D6D6D;
	margin-top: 3px;
}

ul.threadsList div.date {
	position: absolute;
	right:5px;
	top: 0px;
	width: 120px;
}

span.cnt,span.cnt a  {
	color: #21395D;
	font-size: 13px;
}
#right .box {
	width: 619px;
	border-left: solid 1px #95A6B6;
	border-right: solid 1px #95A6B6;
	padding: 10px 10px;
	position: relative;
	margin-bottom: 10px;
}
* html #right .box {
	width: 641px;
}

#right .box h1.categories {
	background-image: url('/i/txt_kategorie.jpg');
	background-repeat: no-repeat;
	width: 95px;
	height: 25px;
}

#right .box h1 span {
	visibility: hidden;
}

#right .box div.top {
	background-image: url('/i/col_top_main_bg.jpg');
	height: 13px;
	font-size: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 640px;
	padding: 0px;
}

#right .box div.bottom {
	background-image: url('/i/col_bottom_main_bg.jpg');
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 640px;
	font-size: 1px;
}

ul.categories {
	margin-top: 20px;
}
ul.categories li {
	float: left;
	width: 305px;
	height: 120px;
	/*border-bottom: dashed 1px #ccc;*/
	
}
ul.categories li img {
	float: left;
	margin: 0px 10px 5px 0px;
}
ul.categories li h2 {
	
}
ul.categories li div {
	/*border: solid 1px #000;*/
	width:225px;
	float: left;
}

ul.categories li div a,
ul.threads li a {
	font-size: 12px;
	color: #303030;
	line-height: 22px;
}
#right ul.categories li div h2 a {
	color: #3E3E3E;
	font-size: 18px;
}

#footerContainer .box {
	width: 939px;
	border-left: solid 1px #95A6B6;
	border-right: solid 1px #95A6B6;
	padding: 10px 10px;
	position: relative;
	margin-bottom: 10px;
}

* html #footerContainer .box {
	width: 960px;
}

#footerContainer .box div.top {
	background-image: url('/i/box_footer_top.jpg');
	height: 13px;
	font-size: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	padding: 0px;
}

#footerContainer .box div.bottom {
	background-image: url('/i/box_footer_bottom.jpg');
	height: 8px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	font-size: 1px;
}

table.footer {
	width: 100%;
}
table.footer td {
	vertical-align: top;
}
table.footer th {
	text-align: left;
}
table.footer th,
table.footer th a {
	color: #306786;
	font-size: 14px;
	font-weight: bold;
}
table.footer th a {
	text-decoration: underline;
}
table.footer a {
	color: #306786;
}
ul.catalogList a {
	color: #191D26;
	font-size: 11px;
	line-height: 15px;
}
div.footer {
	background-image: url('/i/footer_bg.jpg');
	height: 25px;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
div.footer div,
div.footer div a {
	color: #234159;
	font-size: 12px;
}

div.footer div.copy {
	position: absolute;
	left: 10px;
	top: 5px;
}
div.footer div a {
	text-decoration: underline;
	color: #234159;
}
div.footer div.contact {
	position: absolute;
	right: 10px;
	top: 5px;
}

div.clear {clear:both}

form.loginForm{
	display:inline;
}

div.logged {
	width:250px;
	float: right;
	text-align: right;
}

div.logged a {
	text-decoration: underline;
	color:#191D26;
	font-size:11px;
	font-weight:bold;
}
input.textInput{
	width:550px;
	padding:2px;
	border: 1px solid #808EA8;
}
input.save {
	margin-top:10px;
}
textarea.textareaInput {
	width:550px;
	padding:2px;
	border: 1px solid #808EA8;
}
form p {
	padding-top:10px;
}
h3.emsg {
	font-size:14px;
	color:red;
	padding-top:10px;
}


span.dot {
	color: #306786;
}

div.more {
	position: relative;
	width: 100%;
	height: 15px;
	margin-bottom: 15px;
	/*border-top: dashed 1px #ccc;*/
	/*border-bottom: dashed 1px #ccc;*/
}

div.more a {
	color: #084281;
	text-decoration: underline;
	display: block;
	position: absolute;
	right: 10px;
	top: 0px;
}

span.raquo {
	color: #ccc;
	font-size: 18px;
}

div.lastComment {
	position: absolute;
	right: 10px;
	top: 3px;
}
ul.threads {
	clear:both;
}
ul.threads li {
	position: relative;
	border-top: dashed 1px #ccc;
	height: 23px;
	overflow:hidden;
}
ul.threadsList li {
	border-top: dashed 1px #ccc;
	padding-top: 5px;
}

div.navi {
	text-align:center;
	margin:10px 0px;
	font-size:12px;
}
div.navi span {
	font-size:12px;
}

div.navi span.empty,div.navi span.pipe {
	color:#ccc;
}
div.navi span.empty{
	padding:2px 4px;
}
div.navi span.sel {
	color:#000;
	font-weight:bold;
	background:#eee;
	padding:2px 4px;
}

div.navi a {
	color:#464646;
	font-size:12px;
	line-height:22px;
	padding:2px 4px;
}
div.navi a:hover {
	background:#eee;
}
div.advBilboard {
	text-align:center;
}
div.gAds {
	margin-bottom:10px;
}

div.button {
	position: relative;
}
div.button div.lft,
div.button div.rgt {
	width: 3px;
	height: 19px;
	position: absolute;
	top: 0px;
}
div.button div.lft {
	background-image: url('/i/bt_left.jpg');
	left: 0px;
}
div.button div.rgt {
	background-image: url('/i/bt_right.jpg');
	right: 0px;
}
div.button a {
	display: block;
	height: 17px;
	background-image: url('/i/bt_bg.jpg');
	padding: 2px 0px 0px 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #084281;
	font-weight: bold;
	text-align: center;
}
div.button a:hover {
	color: #376889;
	text-decoration: none;
}
* html div.button a {
	height: 19px;
}
div.button input {
	background-image: url('/i/bt_bg.jpg');
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #084281;
	font-weight: bold;
	text-align: center;
	border: none;
	height: 19px;
}
div.leftTemplate {
	width:400px;
	height:23px;
	overflow:hidden;
	text-overflow:ellipsis;
}
.right {
	float: right;
	margin-bottom: 10px;
}
.commentedObj {
	clear: both;
	background-color: #F4F3F3;
	height: 30px;
	margin-bottom:10px;
	position: relative;
}
.commentedObj .info {
	padding-top: 5px;
	margin-left: 5px;
	font-weight: normal;
}
.commentedObj .info a {
	color: #303030;
	text-decoration: underline;
}
.threadAdminInfo {
	position: absolute;
	right: 5px;
	top: 7px;
	color: red;
}
h3 {
	padding-top: 5px;
	margin-left: 5px;
	font-weight: normal;
}
h3 a {
	color: #303030;
	text-decoration: underline;
}

#ejeo_obj table tr {
	background-color: #F4F3F3;
}
#ejeo_obj table tr td {
	padding:5px;
	vertical-align: middle;
	text-align: center;
}

ul.categories li a.unread,
ul.threads li a.unread {
	color: #f00;
	cursor: help;
	text-decoration: none;
}
span.separator {
	color: #ccc;
}

div.postfooter {
	color: #888;
	clear: both;
}
div.postfooter hr {
	width: 150px;
	border: 0px;
	height: 1px;
	color: #999;
	background-color: #bbb;
	margin: 0px;
	padding: 0px;
	margin-bottom:5px;
}
* html div.postfooter hr {
	height: 1px;
	margin: 0px;
}
div.postfooter a {
	color:#303030;
	text-decoration:underline;
}
div.postfooter a:hover {
	text-decoration:none;
}

div.leftContent {
	width: 208px;
	float: right;
	margin-bottom: 5px;
	font-size: 12px;
}
div#gads {
	clear:both;
	padding:10px;
}
div.gads {
	clear:both;
	padding:10px;
}
h3.msg {
	font-size:14px;
	color:red;
	text-align:center;
	padding:10px 0px;
	border: solid 1px red;
	margin-bottom: 10px;
	
}
div.postContent {
	width:490px;
}
.focus {
	background-color: #F8F8F8;
}

table.threadTable,
table.colPostsTable,
table.threadListTable {
	border-collapse: collapse;
	clear: both;
	width: 100%;
}

table.threadTable TD,
table.threadListTable TD,
table.colPostsTable TD {
	border-top: 1px dashed #CCCCCC;
}
table.threadTable TD.footerTd {
	border-top: 0px;
}

TD.avatarTd {
	width: 70px;
	padding: 10px 5px 0px 5px;
	vertical-align: top;
}
* html TD.avatarTd {
	width: 80px;
}
TD.contentTd {
	vertical-align: top;
	padding: 5px 5px 5px 0px;
	width: 430px;
}
* html TD.contentTd {
	width: 435px;
}
table.colPostsTable TD.avatarTd {
	padding: 10px 5px 10px 5px;
}
table.colPostsTable TD.contentTd {
	padding: 10px 5px 10px 0px;
	width: 100%;
}
table.threadListTable TD.contentTd {
	width: 700px;
	padding-left: 5px;
	padding-bottom: 10px;
}
table.threadListTable TD.dateTd {
	width: 20px;
}
TD.dateTd {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding: 10px 5px;
}
* html TD.dateTd {
	width: 130px;
}
TD.footerTd {
	width: 100%;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	padding-bottom:10px;
	border-top: 0px;
}
div.editEls {
	margin-top: 10px;
}
div.editEls a,
a.gray {
	color: #6D6D6D;
	text-decoration: none;
}
div.editEls a:hover,
a.gray {
	text-decoration: underline;
}
div.editEls img {
	vertical-align: middle;
	padding-right: 1px;
}
.visitedInfo {
	margin-left: 6px;
	color: #6D6D6D;
}
input.inpRadio {
	height: 12px;
	width: 12px;
}
.srhLabels {
	height:16px;
}
