#stadiums{}

#stadiums table{
	margin-top:20px;
}


/*
 * Stadion info (view)
 */

#stadiums table .title{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding-bottom:10px;
}
#stadiums table .title.widok{
	padding-top:30px;
}
#stadiums table td.desc{
	height:19px;
	padding-left:25px;
	color:#494949;
}
#stadiums table td.value{
	padding-left:20px;
	color:#494949;
	font-weight:bold;
}
#stadiums table td.more{
	padding-left:25px;
	color:#494949;
	text-decoration:underline;
	cursor:pointer;
}

#stadiums .more_info{
	margin-left:0px;
	margin-top:10px;
	padding-left:220px;
	display:none;
}
#stadiums .more_info div.title{
	font-size:11px;
	color:#494949;
	margin-bottom:8px;
}
#stadiums .more_info ul {
	list-style-type:none;
}
#stadiums .more_info ul li span.title{
	font-size:11px;
	color:#494949;
	font-weight:normal;
	width:132px; 
	display:block;

	float:left;
}
#stadiums .more_info ul li a{
	font-size:11px;
	font-weight:bold;
		height:19px;
		display:block;
}


/*
 * Lista stadionów (index)
 */
#stadiums table.list td.name{
	padding-top:30px;
	padding-bottom:8px;
}
#stadiums table.list td.name a{
	font-size:13px;
	color:#494949;
	font-weight:bold;
}
#stadiums table.list td.img{
	padding-right:50px;
}

#stadiums table.list td.spectators{
	padding-top:10px;
	color:#494949;
}
#stadiums table.list td.comments{
	padding-bottom:10px;
}

#stadiums .rankselect{
	text-align:left;
	padding-top:40px;
	padding-left:244px;
	
}
#stadiums .rankselect .selected{
	border:1px solid #F0EEE8;
	padding:3px;
	cursor:pointer;
	width:167px;
}
#stadiums .rankselect .selected:hover{
	background:#EFEFEF;
}
#stadiums .rankselect ul{
	list-style-type:none;
	background:#FFFFFF;
	position:absolute;
	display:none;
	border:1px solid #F0EEE8;
	margin-left:62px;
	margin-top:4px;
}
#stadiums .rankselect ul li{
	padding:2px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:5px;
}
#stadiums .rankselect ul li:hover{
	background:#EFEFEF;
	cursor:pointer;
}

#stadiums .uwagi ul{
	display:none;
	margin-top:10px;
	list-style-type:none;
}
#stadiums .uwagi h2:hover{
	cursor:pointer;
	text-decoration:underline;
}
#stadiums .uwagi ul li{
	padding:2px;
	color:#494949;
}
#stadiums .uwagi ul li:hover{

	color:#000000;
	background:#EFEFEF;
	cursor:help;
}
/*
 * Progress
 */
.pbbg{
	background:#DFDFDF;
	margin-left:25px;
	margin-right:25px;
}
.progressbar{
	padding-left:10px;
	/*background-color:#414E70;*/
	height:10px;
	display:block;
	font-size:13px;

	margin-top:2px;
	margin-right:10px;
}

.average{
	text-align:center;
}

/*
 * Komentarze
 */

#stadiums div.pozostale{
 	display:none;
}

#stadiums span.pozostale{
	text-decoration:underline;
	margin-left:25px;
	display:block;
	margin-top:20px;
	cursor:pointer;
}