/* CSS Document */

body.www {
	background-image: url(gfx/lay/bg.gif); 
	background-repeat: repeat-x; 
	background-color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body.admin {
	background-image: url(gfx/bg-adm.gif); 
	background-repeat: repeat-x; 
	background-color: #000000;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
}


div#toplogo {
	width: 100%;
	min-width: 990px;
	height: 158px;
	background: black;
}

div#top {
	background: url(gfx/lay/top-logo.jpg) black no-repeat left;
	width: 50%;
	height: 100%;
	float: left; 
}

div#top2 {
	background: url(gfx/lay/top-rider.jpg) black no-repeat right;
	width: 49%;
	height: 100%;
	float: left;
}

div#downlogo {
	height: 21px;
	background-image: url(gfx/lay/bg-pasek.gif);
	background-color: #B40D0F;
	color: white;
	width: 100%;
	min-width: 990px;
	height: 16px;
	margin-bottom: 20px;
	font-size: 1px;
}

p.rozdzial {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033CC;
	text-align: left;
	background-color: inherit;
	font-weight: bold;
}

div.banner {
	text-align: center; 
	width: 100%;
	height: 300px; 
	margin-bottom: 13px;
}

div#container {
	text-align: center;
	overflow: hidden;
	width: 997px;
	margin: auto;
}

div#menu {
	width: 138px; 
	text-align: left; 
	float: left;
}

div#main {
	float: left;
	width: 595px;
}

div#tabelki {
	width: 257px;
	text-align: left;
	float: left;
}

span.regulaminy {
	font-size: 13px;
}

p.akapit {
	text-indent: 25px; 
	margin: 5px;
	text-align: justify;
}

div.rekordy {
	font-size: 11px;
}

p.rekordy-metry {
	color: blue;
	font-weight: bold; 
	font-size: 13px;
	background-color: transparent;
}

/* KTO ILE JAK? */
td.kto-top {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	font-weight: bold;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}

td.kto {
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	text-align: center;
	padding: 5px;
}
	

/* WYNIKI */

td.wyniki-top {
	border-left: solid 1px black; 
	border-top: solid 1px black; 
	border-bottom: solid 1px black;
	padding: 0;
}

td.wyniki {
	border-left: solid 1px black; 
	border-bottom: solid 1px black;
	height: 40px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
}

/* STOPKA */

div#stopka-left {
	width: 48%;
	background-image: url(gfx/lay/bg-stopka-left.gif);
	background-color: red; 
	height: 29px;
	float: left;
	min-width: 455px;
}

div#stopka-left2 {
	width: 100%;
	background-image: url(gfx/lay/stopka-left.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 29px;
}

div#stopka-right {
	width: 52%;
	min-width: 495px;
	float: left;
	background-image: url(gfx/lay/bg-stopka-right.gif);
	height: 29px;
	background-color: #060000;
	color: white;
}

div#stopka-right2 {
	width: 50%;
	background-image: url(gfx/lay/stopka-right.gif);
	min-width: 228px;
	background-position: left;
	background-repeat: no-repeat;
	height: 29px;
	float: left;
}

div#stopka-right3 {
	width: 49%;
	background-image: url(gfx/lay/stopka-podpis.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 29px;
	float: left;
}

p {
	font-family: inherit;
	font-size: inherit;
	margin-top: 10px;
	margin-bottom: 12px;
}

/* Okienko - news */

div.okienko {
	background-image: url(gfx/lay/bg-news.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 95%;
	border: solid 2px #E9D757;
	padding-bottom: 35px;
	text-align: left;
	margin: auto;
}

div.news {
	width: 95%;
	border: solid 2px #E9D757;
	margin: auto;
}

div.news_end {
	background-image: url(gfx/lay/bg-news.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 23px;
	padding-top: 20px;
	clear: both;
}

div.news-tresc {
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

div.okienko-tytul {
	background-image: url(gfx/lay/bg-news-tytul.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #060000;
	color: white;
	height: 25px;
	padding-top: 5px;
	padding-left: 40px;
	text-align: left;	
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
}

div.okienko-top {
	background-image: url(gfx/lay/bg-tabelka.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #060000;
	color: white;
	height: 30px;
	border-bottom: solid 2px #E9D757;
	width: 100%;
}

div.komunikat-top {
	background-image: url(gfx/lay/bg-komunikat.gif);
	background-color: #EC9D0C;
	background-repeat: repeat-x;
	color: black;
	height: 30px;
	border-bottom: solid 2px #E9D757;
	width: 100%;
}

div.komunikat-tytul {
	background-image: url(gfx/lay/bg-komunikat.gif);
	background-position: left;
	background-repeat: repeat-x;
	background-color: #EC9D0C;
	color: black;
	height: 23px;
	padding-left: 6px;
	text-align: left;	
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-top: 7px;
	float: left;
}

div.komunikat-tytul2 {
	background-image: url(gfx/lay/ico-komunikat.gif);
	width: 27px;
	height: 32px;
	margin-left: 6px;
	float: left;
}

div.data {
	float: left;
	font-size: 11px;
	padding-left: 10px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

div.wiecej {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	padding-right: 10px;
}

/* STATYSTYKI */
td.stat1 {
	border-bottom: solid 1px black; 
	width: 20px; 
	padding-left: 5px;
}

td.stat2 {
	border-bottom: solid 1px black;
}

td.stat_ur {
	padding-left: 15px;
	border-bottom: solid 1px black;
}

td.stat3 {
	border-bottom: solid 1px black; 
	padding-left: 5px;
}

td.stat4 {
	border-bottom: solid 1px black; 
	padding-left: 5px; 
}

td.stat5 {
	border-bottom: solid 1px black; 
	padding-left: 7px;
}

td.stat6 {
	padding-top: 5px; 
	padding-right: 5px;
	width: 20px;
	text-align: right;
}

td.stat7 {
	padding-top: 5px;
	width: 130px;
}

td.stat8 {
	padding-top: 5px; 
	padding-left: 15px;
}

td.stat9 {
	padding-top: 5px;
 	padding-left: 5px; 
}

td.stat10 {
	padding-top: 5px; 
	padding-left: 5px;
}

td.stat11 {
	padding-top: 5px; 
	padding-left: 5px;
}

td.stat12 {
	padding-top: 5px; 
	padding-left: 7px;
}

/* HIPERŁĄCZA */

a.czarny {
	font-weight: bold;
	color: black;
	background-color: inherit;
	text-decoration: none;
}

a.czarny:hover {
	text-decoration: underline;
}

a.niebieski {
	font-weight: bold;
	color: blue;
	background-color: inherit;
	text-decoration: none;
}

a.niebieski:hover {
	text-decoration: underline;
}

a.zielony {
	font-weight: bold;
	color: green;
	background-color: inherit;
	text-decoration: none;
}

a.zielony:hover {
	text-decoration: underline;
}

/* MENU */
div.menu-top-bot {
	background-image:url(gfx/lay/menu-top-bot.gif);
	background-color: #E28401;
	color: white;
	width: 138px;
	height: 8px;
	font-size: 1px;
	padding: 0;
	margin: 0;
	border-top: solid 1px #9B0200;
	border-right: solid 1px #9B0200;
	border-left: solid 1px #9B0200;
	border-bottom: solid 1px #9B0200;
}

div.menu {
	width: 117px;
	height: 20px;
	padding-left: 21px;
	padding-top: 3px;
	margin: 0;
	background-image: url(gfx/lay/menu-bg.gif);
	background-color: #FFE902;
	color: black;
	border-right: solid 1px #9B0200;
	text-align: left;
	border-left: solid 1px #9B0200;
}

div.menu_wyroznione {
	width: 117px;
	height: 20px;
	padding-left: 21px;
	padding-top: 3px;
	margin: 0;
	background-image: url(gfx/lay/menu-wyroznione.gif);
	background-color: #F0BA01;
	color: black;
	border-left: solid 1px #9B0200;
	border-right: solid 1px #9B0200;
}

div.menu-last {
	width: 117px;
	height: 20px;
	padding-left: 21px;
	padding-top: 3px;
	margin: 0;
	background-image: url(gfx/lay/menu-bg-last.gif);
	background-color: #FFE902;
	color: black;
	border-right: solid 1px #9B0200;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border-left: solid 1px #9B0200;
}

div.patron-top {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 13px;
	text-align: center;
}

div.patron {
	margin-bottom: 15px;
	text-align: center;
}

a.menu {
	font-size: 12px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	color: black;
	text-decoration: none;
	width: 100%;
}

a.menu:hover {
	color: #C01414;
}

/* TABELKI */

div.tabelka {
	border: solid 2px #E9D757;
	background-color: #F2F3F8;
	color: black;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: auto;
	margin-bottom: 15px;
	padding-bottom: 3px;
	text-align: center;	
}

div.tab-top {
	background-image: url(gfx/lay/bg-tabelka.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #060000;
	color: white;
	height: 24px;
	padding-top: 6px;
	border-bottom: solid 2px #E9D757;
	text-align: center;	
	font-size: 13px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

table.tabela {
	width: 100%;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 1px;
	text-align: left;
	margin: auto;
}

td.naglowek_tabeli {
	font-weight: bold;
	text-align: center;
}

p.wyniki {
	margin: 5px;
}

p.mecze-opis {
	margin: 5px;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
}

p.mecze-opis-kolejne {
	margin: 15px 0 0 0;
	font-size: 9px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
}

p.mecze-data {
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

p.tv-stacja {
	font-weight: bold; 
	margin-top: 10px; 
	margin-bottom: 5px;
}

p.tv-pozycja {
	margin-bottom: 10px;
}

td.tabela-zespol {
	padding-left: 4px;
	width: 143px;
}

p.naglowek {
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 
	font-style: italic; 
	margin-top: 0; 
	margin-bottom: 13px; 
	color: blue; 
	background-color: inherit;
}

p.archiwum {
	text-align: left; 
	font-size: 18px; 
	font-weight: bold; 
	font-style: italic; 
	margin-top: 0; 
	margin-bottom: 13px; 
	color: blue; 
	background-color: inherit;
}

/* Relacja Live */

td.bieg {
	border-bottom: solid 1px black; 
	margin: 5px; 
	text-align: center; 
	font-weight: bold;
	color: white;
	background-color: black;
}

td.czerwony {
	width: 20px; 
	background-color: red; 
	color: inherit;
	border-bottom: solid 1px black;
}

td.niebieski {
	width: 20px; 
	background-color: blue; 
	color: inherit;
	border-bottom: solid 1px black;
}

td.zolty {
	width: 20px; 
	background-color: yellow; 
	color: inherit;
	border-bottom: solid 1px black;
}

td.bialy {
	width: 20px; 
	background-color: white; 
	color: inherit;
	border-bottom: solid 1px black;
}

td.pola {
	width: 20px; 
	border-bottom: solid 1px black; 
	border-left: solid 1px black;
	text-align: center;
}

td.pkt {
	width: 40px; 
	border-bottom: solid 1px black; 
	text-align: center;
}

td.numery {
	width: 30px; 
	border-bottom: solid 1px black; 
	border-left: solid 1px black;
	text-align: center;
}

td.zawodnicy {
	width: 160px; 
	border-bottom: solid 1px black;
	border-right: solid 1px black; 
	text-align: left; 
	padding-left: 6px;
}

td.bieg_wyniki {
	width: 35px;
	border-left: solid 1px black; 
	border-bottom: solid 1px black;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	vertical-align: middle; 
}

table.biegi {
	border-top: solid 1px black; 
	border-left: solid 1px black;  
	border-right: solid 1px black; 
	margin: 10px;
}

td.live_zawodnicy {
	padding: 3px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	width: 175px;
	text-align: left;
}

td.live_punktacja {
	padding: 3px;
	text-align: center;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	width: 25px;
}

td.live_suma {
	padding: 3px;
	text-align: center;
	border-left: solid 2px black;
	border-bottom: solid 1px black;
	width: 35px;
}

td.live_zawodnicy_header {
	padding: 3px;
	border-bottom: solid 1px black;
	border-right: solid 1px black;
	width: 175px;
	text-align: left;
	background-color: black; color: white; 
	font-weight: bold;
	color: white;
	background-image: url(gfx/lay/live-pkt-tab.gif);
	height: 22px;
	padding-left: 6px;
	background-repeat: no-repeat;
}

td.live_punktacja_header {
	padding: 3px;
	text-align: center;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	width: 25px;
	background-color: black; color: white; 
	font-weight: bold;
	color: white;
}

td.live_suma_header {
	padding: 3px;
	text-align: center;
	border-left: solid 2px black;
	border-bottom: solid 1px black;
	width: 35px;
	background-color: black; color: white; 
	font-weight: bold;
	color: white;
}

table.live_tabela {
	border-top: solid 1px black; 
	border-left: solid 1px black;  
	border-right: solid 1px black; 
	margin: auto;
}

/* easyAdmin */
img.ikonka {
	padding-right: 5px;
	vertical-align: middle;
}

p.strony {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: inherit;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

a.nawigacja {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a.nawigacja:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a.jestes {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

a.jestes:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

p.komunikat {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: blue;
	background-color: inherit;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}

p.komunikat2 {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: red;
	background-color: inherit;
	font-weight: bold;
	text-align: center;
}

div#panel {
	width: 90%; 
	border: solid 2px black; 
	background-color: white; 
	color: black;
	margin: auto;
}

div#panel-main {
	padding: 10px;
	text-align: center; 
}

td.usuwanie-edytowanie {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	background-color: inherit;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: middle;
}

td.usuwanie-edytowanie-komunikat {
	font-size: 16px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: red;
	background-color: inherit;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: middle;
}

form {
	margin: 0;
}

div#panel {
	width: 90%; 
	border: solid 2px black; 
	background-color: white; 
	color: black; 
}

td.obrazki {
	border: solid 1px black;
	text-align: center;
	vertical-align: bottom;
}

img.news {
	float: left;
	margin-right: 9px;
}

label {
	cursor: pointer;
}

span.komunikat {
	color: #FF0000;
	background-color: white;
	font-weight: bold;
}

div#adm_top {
	width: 100%;
	height: 120px;
	text-align: left; 
	background-image: url(gfx/bg-eadmin.jpg); 
	border-bottom: solid 1px black; 
	background-position: 450px;
}

div#adm_top2 {
	background: url(gfx/eadmin.jpg); 
	width: 450px; 
	height: 120px; 
	float: left;
}
div#adm_bottom {
	width: 100%; 
	height: 82px;
	text-align: left; 
	background-image: url(gfx/bg-eadmin-bottom.jpg); 
	background-position: 450px;
}

div#adm_bottom2 {
	background: url(gfx/eadmin-bottom.jpg); 
	width: 450px; 
	height: 82px; 
	float: left;
}