*, html, body {
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}
a, .divClick1 {
	color:#CCC;
	text-decoration:none;
	cursor:pointer;
}
.divClick2 {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
a:hover, .divClick1:hover, .divClick2:hover {
	color:#1753ff !important;
	text-decoration:underline;
	cursor:pointer;
}

#arch {
	margin: 20px 10px;
}

#arch a {
	color:#1753ff;
	text-decoration:none;
	cursor:pointer;
}
#arch a:hover {
	color:#1753ff !important;
	text-decoration:underline;
	cursor:pointer;
}

table {
	margin:10px;
	border-top:1px solid #999;
	border-right:1px solid #999;
}
tr:hover {
	background-color:#EEEEEE !important;
}
tr:hover td .divClick1, tr:hover td .divClick2 {
	color:#777777;
}
td, th {
	padding:8px 10px;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	text-align:center;
}
th {
	border-top:1px solid #999;
	border-bottom:2px solid #999;
	background-color:#000;
	color:#FFF;
}

.fBold {
	font-weight:bold;
}

#punktacja {
	float:left;
	background-color:#E6FFEA;
	font-size:13px !important;
	padding:10px;
	border:1px solid #999;
	margin:10px;
	line-height:20px;
}
#ranking {
	float:left;
	background-color:#DFFBFF;
	font-size:13px !important;
	padding:10px;
	border:1px solid #999;
	margin:10px;
	line-height:20px;
}

#ranking strong {
	font-size:13px !important;
	font-weight:bold;
}
.p3 {
	font-size:13px !important;
	font-weight:bold;
	background-color:#A7FF9D;
}
.p2 {
	font-size:13px !important;
	font-weight:bold;
	background-color:#BBECFF;
}
.p1 {
	font-size:13px !important;
	font-weight:bold;
	/*color:#090;*/
	background-color:#E8FFF8;
}
.p0 {
	color:#BBB;
}
.black {
	color:#000 !important;
}

.iMain {
	display:inline-block;
	margin:10px 10px 0px 10px;
}
.iError {
	background-color:#FFEAE8;
	font-size:13px !important;
	padding:10px 20px 10px 20px;
	border-left:4px solid #D0021B;
	line-height:20px;
}
.iInfo {
	background-color:#FFF9ED;
	font-size:13px !important;
	padding:10px 20px 10px 20px;
	border-left:4px solid #FFC646;
	margin:10px 10px 0px 10px;
	line-height:20px;
}
.iIdle {
	background-color:#F0F0F0;
	font-size:13px !important;
	padding:10px 20px 10px 20px;
	border-left:4px solid #000;
	line-height:20px;
}
.iSuccess {
	background-color:#E8FFE8;
	font-size:13px !important;
	padding:10px 20px 10px 20px;
	border-left:4px solid #29D002;
	line-height:20px;
}

form {
	margin:10px;
	display:none;
}

#ktoGra {
	font-weight:bold;
	margin-bottom:10px;
	font-size: 18px;
}
#ktoObstawia, #ktoObstawia span {
	margin-bottom:10px;
	font-size: 16px;
}
#jakiWynik {
	display:none;
	margin-bottom:10px;
}

.fazaTurnieju {
	font-size: 10px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 2px 4px;
}

.label {
	float: left;
	clear:both;
	display:inline-block;
	width:120px;
	padding:12px 0px 10px 0px;
	background-color:#F0F;
}
input {
	float: left;
	clear:both;
	padding:10px;
	margin-bottom:10px;
	/*
	border:0px;
	background-color:#F6F6F6;
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #000;
	border-left:0px;
	*/
}
input[type="button"] {
	clear:none !important;
	margin-left:20px;
}
input[type="submit"], input[type="button"] {
	padding:10px 30px;
}

#submitInfo {
	display:none;
	float: left;
	clear: left;
	margin-bottom:20px;
}

#refreshBtn {
	display:none;
	margin:0px 0px 0px 10px !important;
}

.validationWarning {
	display:none;
	float: left;
	clear: left;
	margin-bottom:20px;
}
.clear {
	clear:both;
}
.clear, .clearMobile {
	height:0px !important;
	font-size:0px !important;
	line-height:0px !important;
}