/* CSS 147 */

html, body { 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

body, td, th {
	font: 11px Arial, Helvetica, sans-serif; 
	color: #000000;
	background-color: #FFFFFF;
}

a {
	color: #DC1507;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img { 
	border: 0;
}

form { 
	margin: 0px; padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul li {
	margin: 0;
	padding: 0;
}

ol {
	margin-top: 10px;
	margin-bottom: 15px;
}

ol li {
	margin: 5px 0px 5px 0px;
}


strong {
	font-weight: bold;
}

.clr {
	clear:both;
	font-size:0px;
}
.jfy{
	text-align: justify;
}
.lft{
	text-align: left;
}
.cnt {
	text-align: center;
}

.rgt {
	text-align: right;
}

.fltR {
	float: right;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

/* main structure */
#Main {
	width: 810px;
	background: #FFFFFF url(i/bg-top.jpg) no-repeat top left;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

#Content3C {
	width: 750px;
	margin: 3px 30px 0px 30px;
	background: #FFFFFF url(i/bg-content3c.gif) repeat-y top center;
	overflow: hidden;
}

#Content2C {
	width: 750px;
	margin: 3px 30px 0px 30px;
	background: #FFFFFF url(i/bg-content2c.gif) repeat-y top center;
	overflow: hidden;
}


#LeftC {
	float: left;
	width: 165px;
	margin-right: 30px;
	background-color: transparent;
	overflow: hidden;
}

#CenterC {
	float: left;
	width: 360px;
	background-color: transparent;
	overflow: hidden;
}

#Content3C #RightC {
	float: right;
	width: 165px;
	background-color: transparent;
	overflow: hidden;
}

#Content2C #RightC {
	float: right;
	width: 555px;
	background-color: transparent;
	overflow: hidden;
}

/* header */

#Header {
	position: relative;
}
#Header .counter {
	position:absolute; right:12px; top: 5px;
}
#Header a.logo img {
	margin: 61px 0 0 41px;
}
#Header a.logo {
	display: block;
	height: 122px;
	width: 294px;
	overflow: hidden;
}

#Header span {
	position: absolute;
	top: 20px;
	left: 15px;
	color: #999999;
}

#Header span a {
	color: #999999;
	padding: 0 5px;
}

#MenuTop {
	width: 770px;
	height: 34px;
	margin: 0px 20px 0px 20px;
	padding: 16px 0px 0px 18px;
	background: transparent url(i/bg-menutop.gif) no-repeat top left;
	color: #A20000;
	font-size: 14px;
	position: relative;
}

* html body #MenuTop {
	height: 50px;
}

#MenuTop a:link, #MenuTop a:active, #MenuTop a:visited {
	color: #FFFFFF;
	padding: 6px 7px 6px 7px;
	font-size: 11px;
	position: relative;
}

#MenuTop a:hover, #MenuTop a.on:link, #MenuTop a.on:active, #MenuTop a.on:visited {
	background-color: #A40000;
	text-decoration: none;
}

/* Footer */

#Footer {
	width: 810px;
	background: transparent url(i/bg-footer.gif) no-repeat top left;
	padding: 27px 0px 20px 0px;
	text-align: center;
	color: #686868;
	clear: both;
}

#Footer:after {
	display:block;
	content:"";
	clear:both;
}

#Footer span {
	display:block;
}

#Footer a:link, #Footer a:active, #Footer a:visited {
	color: #686868;
	padding: 0 10px;
}

#Footer .rights {
	width: 390px;
	float: left;
	padding: 18px 0px 0px 15px;
	text-align: left;
	color: #D0D0D0;
}

#Footer div a:link, #Footer div a:active, #Footer div a:visited {
	color: #D0D0D0;
	padding: 0;
	font-weight: bold;
}

#Footer .created {
	width: 390px;
	float: right;
	padding: 16px 15px 0px 0px;
	text-align: right;
	color: #D0D0D0;
	vertical-align: middle;
}

#Footer .created img {
	vertical-align: middle;
}

/* Content Left */
h2 {
	position: relative;
	height: 24px;
	border-bottom: 1px solid #000000;
	margin-bottom: 6px;
}

* html body h2 {
	height: 25px;
	margin-bottom: 6px;
}


h2 a:link, h2 a:active, h2 a:visited {
	color: #000000;
}

h2 a:hover {
	text-decoration: none;
}

h2 img {
	position: absolute;
	z-index: 2;
}

.ph img {
	margin: 3px 3px 3px 3px;
	display: block;
}

* html body .ph img {
	margin-bottom: 3px;
}

a.ph:link, a.ph:active, a.ph:visited {
	margin-bottom: 5px;
	display: block;
	border: 1px solid #CCCCCC;
	zoom: 1;
}

.bx1 {
	margin: 15px 0px;
	text-align: center;
}

.f1 {
	text-align: left;
	margin: 10px 10px 0px 10px;
}

.f1 p {
	margin: 0;
	margin-bottom: 5px;
}

label {
	cursor: pointer;
}

/* Content Center */
h1, h1 a:link, h1 a:active, h1 a:visited, #CenterC h3 a:link, #CenterC h3 a:active, #CenterC h3 a:visited {
	font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #DC1507;
	line-height: 18px;
}

.bx2 {
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: transparent url(i/dotted.gif) repeat-x bottom left;
}

.bx2 small {
	display: block;
	font-size: 10px;
	color: #B7B7B7;
	margin-top: 2px;
}

.bx2 img {
	margin: 3px 3px 3px 3px;
	display: block;
}

.bx2 a.ph2:link, .bx2 a.ph2:active, .bx2 a.ph2:visited {
	border: 1px solid #CCCCCC;
	float: right;
	margin: 8px 0px 0px 6px;
}

.bx2 p {
	line-height: 14px;
	margin: 5px 0px 0px 0px;
	text-align: justify;
}

.bx2 h2 {
	font: bold 16px Trebuchet MS, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000000;
	height: auto;
	line-height: 18px;
}

a.more:link, a.more:active, a.more:visited {
	background: transparent url(i/arrow1.gif) no-repeat top right;
	padding-right: 7px;
	zoom: 1;
}

a.prev:link, a.prev:active, a.prev:visited {
	background: transparent url(i/arrow4.gif) no-repeat top left;
	padding-left: 8px;
	float: left;
}

/* Content Right */
table.rank {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

table.rank th, table.rank td {
	padding: 3px 3px 3px 4px;
}

table.rank thead th {
	text-align: center;
	font-weight: normal;
	border-bottom: 1px solid #000000;
	font-size: 10px;
}

table.full thead th {
	text-align: center;
}

table.full td {
	text-align: center;
}

table.rank tfoot td {
	font-size: 9px;
	color: #BBBBBB;
	border-top: 1px solid #CCCCCC;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}

table.rank tr.r1 td {
	background-color: #EBEBEB;
}

table.rank tr.top td {
	font-weight: bold;
}

table.rank tbody a:link, table.rank tbody a:active, table.rank tbody a:visited {
	color: #000000;
}

table.rank .g {
	color: #27B800;
}

table.rank .r {
	color: #DC1507;
}

/* left menu */

.menuLeft {
	margin: 10px 0px 15px 0px;
}

.menuLeft li {
	background: #FFFFFF url(i/dotted.gif) repeat-x bottom left;
	padding-bottom: 1px;
}

.menuLeft li a:link, .menuLeft li a:active, .menuLeft li a:visited {
	display: block;
	background: #FFFFFF url(i/arrow2.gif) no-repeat top left;
	padding: 3px 5px 4px 15px;
	color: #000000;
	text-align: left;
}

.menuLeft li a:hover, .menuLeft li a.on:link, .menuLeft li a.on:active, .menuLeft li a.on:visited {
	background: #DC1507 url(i/arrow3.gif) no-repeat top left;
	color: #FFFFFF;
	text-decoration: none;
}

.menuLeft li.rd a:link, .menuLeft li.rd a:active, .menuLeft li.rd a:visited {
	color: #DC1507;
}

.menuLeft li.rd a:hover {
	background-color: #DC1507;
	color: #FFFFFF;
}

/* art */
.art {
	margin-top: 1px;
}
.art h1 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	padding-bottom: 1px;
	border-bottom: 1px solid #DC1507;
}
.art h1 a:link, .art h1 a:active, .art h1 a:visited {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: underline;
}
.art small {
	margin-top: 4px;
	font-size: 11px;
}
.art p small {
	display: inline;
	margin-top: 0;
	font-size: 10px;
	color: #000000;
}
.art p {
	font-size: 12px;
	line-height: 18px;
	margin: 12px 0px 12px 0px;
	text-align: left;
}
.bx2 span.ph2 {
	border: 1px solid #CCCCCC;
	float: right;
	margin: 14px 0px 0px 10px;
}

/* links */
.links {
	margin-bottom: 10px;
}
.links li {
	margin: 0px 0px 8px 0px;
}

.links li a:link, .links li a:active, .links li a:visited {
	background: #FFFFFF url(i/arrow1.gif) no-repeat top left;
	font-size: 12px;
	color: #000000;
	padding-left: 8px;
}

h3, h3 a:link, h3 a:active, h3 a:visited {
	font: bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 14px;
}

/* drawsheet */
.draw {
	padding: 10px 0;
	width: 555px;
}

.draw .hd {
	width: 555px;
	float: left;
	margin-bottom: 10px;
}
.draw .hd:after {
	display: block;
	clear: both;
	content:"";
}

.draw .hd div {
	width: 84px;
	margin-right: 10px;
	float:left;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	line-height: 8px;
}
.draw .hd div small {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}

.draw ul {
	float: left;
	width: 84px;
	margin-right: 10px;
}

.draw .final, .draw .hd .final {
	margin-right:0;
}

.draw:after, .draw ul:after, .draw .hd:after {
	display:block;
	content:"";
	clear:both;
}

.draw li {
	border-top: 1px solid #CCCCCC;
	padding: 1px 4px 2px 4px;
	background-color: #EBEBEB;
}

.draw li.second {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}

.draw .l16 li {
	margin-top: 21px;
}

.draw .l16 li.second {
	margin-top: 0;
	margin-bottom: 47px;
}

.draw .l8 li {
	margin-top: 63px;
}

.draw .l8 li.second {
	margin-top: 0;
	margin-bottom: 131px;
}

.draw .l4 li {
	margin-top: 147px;
}

.draw .l4 li.second {
	margin-top: 0;
	margin-bottom: 300px;
}

.draw .l2 li {
	margin-top: 315px;
}

.draw .l2 li.second {
	margin-top: 0;
}

.draw .l16 li.last, .draw .l8 li.last, .draw .l4 li.last, .draw .l2 li.last {
	margin-bottom: 0;
}

.draw li.win {
	font-weight: bold;
}

.draw li.lose {
	color: #999999;
}

.draw li span {
	float: right;
}

.rs {
	text-align: left;
	margin: 10px 0 5px 0;
}
.bx2 .rs {
	width: 165px;
}

.rso {
	 border: 1px solid #CCCCCC;
	 padding: 1px;
	 text-align: left;
	 margin-bottom: 5px;
}

.rsi {
	 background-color: #DC1507;
	 height: 7px;
	 font-size: 5px; 
}
.rsg {
	text-align: center;
	margin: 5px 0 0 0;
}

.grGP {
	margin: 5px 0 10px 0;
}
table.full {
	margin-bottom: 15px;
}
table.full thead th.zw {
	width: 120px;
}

.grGP table.full td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 1px;
	padding-bottom: 1px;
}

.grGP table.full td.pz {
	font-weight: bold;
	border-right: none;
}

.grGP table.full td.blank {
	background-color: #CCCCCC;
}

.grGP table.full tr.lose td,  table.pl tr td.lose {
	color: #999999;
}

.lg {
	font-size: 10px;
}

.cmt_hd {
	background: transparent url(i/dotted.gif) repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 8px;
	font-weight: bold;
}

.cmt_hd a {
	float: right;
}

.cmt_art {
	background: transparent url(i/dotted.gif) repeat-x bottom left;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.cmt big {
	font-size: 11px;
	display: block;
	color: #DC1507;
}

.cmt small {
	display: block;
	font-size: 10px;
	color: #B7B7B7;
}
.cmt small a {
	color: #666666;
}

.cmt p {
	margin: 3px 0 5px 0;
}

.cmt_add {
	background: transparent url(i/dotted.gif) repeat-x bottom left;
	padding: 0 0 8px 0;
	margin-bottom: 10px;	
}

.cmt_form {
	background: transparent url(i/dotted.gif) repeat-x bottom left;
	padding: 0 100px 8px 100px;
	margin-bottom: 5px;
}

.cmt_form .txt {
	width: 355px;
	font: 11px Arial, Helvetica, sans-serif; 
}

.cmt_form .sbm {
	margin-top: 5px;
	cursor: pointer;
}

.star {
	font-size: 12px;
	color: #DC1507;
}
.cmt .war {
	color: #999999;
	font-size: 10px;
	line-height: 11px;
}
.com {
	color: #DC1507;
	font-weight: bold;
	text-align: center;
}
.linkCont {
	padding-top: 10px;
	width: 375px;
}
.ankCont {
	width: 375px;
}
.ankCont h2 {
	width: 375px;
}

/* adv */
.advHd {
	position:absolute;
	left:300px;
	top: 52px;
}
.advTop {
	text-align: center;
	padding-bottom: 5px;
	width: 750px;
	margin-left: 30px;
	margin-right: 30px;
}
.advBottom {
	text-align: center;
}
.advMiddle {
	text-align: center;
	padding: 5px 0 0 0;
}
.advMiddle img {
	display: inline;
}
.advRightSG {
	text-align: center;
}
.advLeft {
	text-align: center;
}

/* scenariusz */
.draw li em {
	font-style: normal;
}
.draw li input {
	float: right;
	font: 11px Arial, Helvetica, sans-serif; 
	width: 14px;
	height: 13px;
	padding: 0 0 0 2px;
	margin: 0;
	border: 0;
}

/* gazetka */
ul.gz {
	padding-bottom: 20px;
}
ul.gz li {
	padding: 15px 0 0 0;
}
ul.gz li a {
	font-size: 12px;
	font-weight: bold;
}
ul.gz li ul {
	margin-left: 25px;
	list-style-type: square;
}
ul.gz li ul li {
	padding: 3px 0 0 0;
}
.rss {
	margin-left: 300px;
}