/**********************SCENARIUSZE********************/
p.scen_ogolny{
	   font-style: italic;
		line-height: 1.5em;
		margin:0px 40px 0px 40px;
		text-align: justify;
		border: 1px black solid;
		padding: 10px;
}

p.scen_zasady{
	    font-weight: bold;
		line-height: 1.5em;
		text-align: justify;
}


div#scenariusz{
	padding: 10px;
	/*position: relative;*/
}

/*************************/
table.scen_etap1{
border: 1px black solid;
background-color: White;
}

table.scen_etap1 td{
 height: 25px;
}

#bialy {
background:url(../zdjecia/bialy.png) repeat-y ;
}

#bialy2 {
background:url(../zdjecia/bialy2.png) repeat-y ;
}

#bialy3 {
background:url(../zdjecia/bialy3.png) repeat-y ;
}
/*
table.scen_etap1 tr.nagloweklink {
	   font-size: 1.2em;
		color: White;
		background: Black;
}
*/
table.scen_etap1 tr.nagloweklink a {
	   color: White;
}


/*rodzaj rozgrywki*/
table.scen_etap1 td.wygrana{
	background: Green;
}

table.scen_etap1 td.dogrywka{
	background: #fee300;
}

table.scen_etap1 td.przegrana{
	background: Red;
}




/*
table.puchar_grupa td{
 height: 25px;
}

table.puchar_grupa_szcz{
border: 1px black solid;
width: 95%;
background-color: White;
}

table.puchar_grupa_szcz td{
 height: 25px;
}

table.puchar_grupa_szcz td.ww0{
	background: #c0a158;
}

table.puchar_grupa_szcz td.nierozpoczeta{
	background: Red;
}

table.puchar_grupa_szcz td.trwa{
	background: Yellow;
}

table.puchar_grupa_szcz td.zakonczona{
		background: Green;		
}

table.puchar_miejsce{
border: 1px black solid;
width: 500px;
background-color: White;
}
*/




/* container for slides */
.images {
	position:relative;	
	height:200px;
	width:391px;
	text-align:center;
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	height:215px;
}


/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	text-align:center;
	height:18px;
	width:140px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(/promocje/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
	float:left;
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	
