/* CSS Document */

@import url("rejestracja.css");
@import url("headers.css");
@import url("profil.css");
@import url("zawodnik.css");
@import url("galeria.css");
@import url("zdjecie.css");
@import url("live.css");
@import url("raport.css");

/* ######### ELEMENTY ######### */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family:  Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #717171;
}

h1,h2,h3,h4,form {
	margin: 0px;
	padding: 0px;
}

a,link,visited {
	color: #0064b6;
	text-decoration: none;
}

a:hover {
	color: #003a75;
	text-decoration: underline;
}

input,select,textarea {
	border: 1px solid #999999;
	background-color: #EFEFEF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	color: #717171;
}

	input.blue {
		width: 88px;
		height: 19px;
		background-image: url(/images/bck_button_blue.gif);
		background-position: top;
		background-repeat: no-repeat;
		border: none;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	input.grey {
		width: 104px;
		height: 19px;
		background-image: url(/images/bck_button_grey.gif);
		background-position: top;
		background-repeat: no-repeat;
		border: none;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
	}
	
	input.loginButSubmit {
		width: 28px;
		height: 28px;
		background-image: url(/images/but_loguj.gif);
		background-position: top;
		background-repeat: no-repeat;
		border: none;
	}
	
.list td {
	padding: 5px;
}

/* ######### ID's ######### */

#topLevel {
	width: 100%;
}

	#topLevel .data {
		width: 1000px;
		height: 172px;
		margin: 0 auto;
		background-image: url(/images/top/62_1231169780.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	#topLevel .bottom {
		width: 1000px;
		height: 7px;
		margin: 0 auto;
		background-image: url(/images/bck_top_btm.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
	
#loginBox {
	width: 400px;
	height: 55px;
	background-image: url(/images/bck_login_box.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	top: 117px;
	left: 50%;
	margin-left: 100px;
	color: #5b9ccd;
}
	
	#loginBox .pad {
		padding: 10px;
	}
	
	#loginBox .loginLine {
		width: 340px;
		height: 20px;
		margin-top: 10px;
		margin-left: 15px;
	}
	
	#loginBox .loginLine .label {
		width: 40px;
		height: 20px;
		line-height: 18px;
		float: left;
	}
	
	#loginBox .loginLine .field {
		width: 110px;
		height: 20px;
		float: left;
	}

	#loginBox .loginLine .field input.typeText {
		background-color: #edf0f9;
		border-bottom: 1px solid #f7f8fc;
		border-right: 1px solid #f7f8fc;
		border-left: 1px solid #c7c8cd;
		border-top: 1px solid #c7c8cd;
		font-size: 11px;
		color: #000000;
		height: 16px;
		width: 100px;
	}
	
	#loginBox .registerLine {
		width: 360px;
		height: 14px;
		margin-top: 6px;
	}

	* html #loginBox .registerLine {
		margin-top: 3px;
	}
	
	#loginBox a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	#loginBox .but {
		width: 28px;
		height: 28px;
		margin-right: 10px;
		position: absolute;
		top: 17px;
		right: 0px;
	}
	
		#loginBox .but a {
			width: 28px;
			height: 28px;
			display: block;
		}
		

#logo {
	width: 197px;
	height: 145px;
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -464px;
}

#mainLevel {
	width: 100%;
}
	
	#mainLevel .data {
		width: 1000px;
		margin: 0 auto;
	}

#bottomLevel {
	width: 100%;
	margin-bottom: 30px;
}
	
	#bottomLevel .data {
		width: 973px;
		margin: 0 auto;
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}
	
	.bottomButBox {
		width: 100px;
		height: 50px;
		margin-right: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		float: left;
	}

	#bottomLevel .copyrights {
		width: 973px;
		margin: 0 auto;
	}
	
	#bottomLevel .copyrights .padding {
		padding: 20px;
	}
	
#leftCol {
	width: 233px;
	float: left;
	overflow: hidden;
}
	
	#leftCol .padding {
		padding: 17px 22px 20px 12px;
	}

.reklamaBilboard { width: 750px; }

#navigation {
	width: 199px;
}
	
	#navigation .top {
		width: 199px;
		height: 5px;
		background-image: url(/images/bck_nav_top.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
		
	#navigation .main {
		width: 199px;
		background-image: url(/images/bck_nav_main.gif);
		background-position: top;
		background-repeat: repeat-y;
		color: #FFFFFF;
	}
	
	* html #navigation .main {
		margin-top: -8px;
	}
		
	#navigation .btm {
		width: 199px;
		height: 5px;
		background-image: url(/images/bck_nav_btm.gif);
		background-position: top;
		background-repeat: no-repeat;
	}
	
	#navigation .main .list {
		width: 178px;
		border-bottom: 1px solid #266ead;
		margin-left: 9px;
	}
	
	#navigation .main .list p {
		line-height: 26px;
		color: #FFFFFF;
		margin: 0px 0px 0px 10px;
		padding: 0px;
	}
			
	#navigation .main .list p a {
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
				
	#navigation .main .list p a:hover {
		text-decoration: underline;
	}	


	#navigation .main .sublist {
		width: 178px;
		margin-left: 19px;
	}
	
	#navigation .main .sublist p {
		line-height: 25px;
		color: #FFFFFF;
		margin: 0px 0px 0px 10px;
		padding: 0px;
	}
	
	#navigation .main .sublist p a {
		color: #99d2fe;
		text-decoration: none;
	}
	
		ul#menuNav, ul#menuNav ul {
		  list-style-type:none;
		  margin: 0;
		  padding: 0;
		}
		

#mainCol {
	width: 767px;
	float: left;
	overflow: hidden;
}

	#mainCol .padding {
		padding: 17px 15px 20px 0px;
	}
	

#defaultForm {
	width: 450px;
}

	#defaultForm .l {
		width: 130px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		padding-top: 3px;
		text-align: right;
		color: #717171;
	}
	
	#defaultForm .r {
		width: 300px;
		float: left;
		text-align: left;
		margin-bottom: 10px;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 10px;
		padding-top: 3px;
	}

	* html #defaultForm .r {
		margin-bottom: 6px;
	}

	
	#defaultForm .r input {
		padding: 0px 3px 3px 3px;
	}
	
	#defaultForm .line {
		width: 440px;
		margin-bottom: 10px;
		margin-top: 10px;
		border-bottom: 1px solid #e1e1e1;
	}

.errorBox {
	width: 100%;
	border: 1px solid #ca6a5a;
	background-color: #f9eaea;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
	.errorBox p {
		line-height: 28px;
		color: #7c1b1b;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
.infoBox {
	width: 100%;
	border: 1px solid #6dca5a;
	background-color: #e1f8d3;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
	.infoBox p {
		line-height: 28px;
		color: #2b7c1b;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		margin-left: 20px;
		margin-right: 20px;
	}

.imageBox {
	width: 112px;
	height: 150px;
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

	.imageBox img { 
		padding: 6px 6px 2px 6px;
	}

	.imageBox p {
		margin: 0px 7px 3px 7px;
		text-align:center;
	}

.colWide {
	float: left;
	width: 531px;
}

.colNarrow {
	float: left;
	width: 199px;
}

.colFull {
	width: 750px;
}

.col {
	float: left;
	width: 253px;
	margin-top: 20px;
}

.bigName {
	font-size: 24px; 
	color: #001b68; 
	font-weight: bold;
}
	
	.bigName a {
		color: #001b68;
		text-decoration: none;
	}

.small {
	font-size: 10px;
	color: #8F8F8F;
}

.sondaWynik {
	width: 150px;
	margin: 5px 0px 5px 0px;
	line-height: 16px;
}

	.sondaWynik .pasek {
		width: 150px;
		height: 10px;
		background-color: #e8e8e8;
	}

#meczBox {
	width: 180px;
}

	#meczBox .left {
		width: 60px;
		float: left;
		text-align: center;
	}
	
	#meczBox .vs {
		width: 30px;
		float: left;
		text-align: center;
		margin: 15px 10px 0px 10px;
		font-size: 18px;
	}
	
	#meczBox .right {
		width: 60px;
		float: left;
		text-align: center;
	}

#tabelaLegenda {
	width: 450px;
	margin-top: 20px;
}

	#tabelaLegenda .kwadrat {
		width: 12px;
		height: 12px;
		float: left;
		margin-right: 10px;
		border: 1px solid #CCCCCC;
		margin-bottom: 8px;
	}

	#tabelaLegenda .legenda {
		width: 410px;
		float: left;
		margin-bottom: 8px;
	}

	
.clear {
	clear: both;
}

#buttonBox { width: 752px; }
	#buttonBox .button { width: 100px; float: left; height: 50px; margin: 3px; }




































