html,body {
	height: 100%;
}

#headerContent {
	height: 50px;
}

#header {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	z-index: 20;
}

#header img {
    border: 0px;
}

#stats {
	position: absolute;
	z-index: 30;
	color: #fff;
	margin:	8px 0px 0px 350px;
}

#stats ul {
	margin: 0px;
	padding: 0px;
	min-width: 600px; 
}

#stats ul li {
	display: block;
	float: left;
	padding: 0px 14px 0px 4px;
	text-align: center;
}

#stats ul li.opis {
	padding-top: 5px;
	color: #999;
	font-weight: bold;
	font-size: 11pt;
}

#stats ul li .all {
	color: #f1d696;
	padding-right: 10px;
}

#stats ul li .online {
	color: #0d0;
}


#glowneMenu {
	padding: 10px 0px 5px 0px;
	background-color: #eee;
	display: inline-block;
	width: 100%;
}


ul.glowneMenu {
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 10px 0px;
}

ul.glowneMenu li.mouseOver {
	background-color: #aaa;
}

ul.glowneMenu li {
	margin: 0px 5px 5px 5px;
	padding: 5px;
	background-color: #ccc;
	font-size: 7pt;
	font-family: verdana;
	list-style: none;
	display: block;
	float: left;
}

ul.glowneMenu li.admin {
	float: right;
}


ul.glowneMenu li a {
	color: #1e5c7e;
	font-weight: bold;
}

ul.glowneMenu li a:hover {
	color: #eee;
}




div.logowanie {
	height: 200px;
	background-image: url(../images/logowanie_bg.png);
	background-repeat: repeat-x;
	text-align: center;
}

div.logowanie table {
	width: 300px;
	color: #fff;
	margin: 10px auto 0px auto;
	position: relative;
	left: -20px;
	z-index: 3;
}

div.logowanie table input {
	border: 1px solid #ccc;
	width: 150px;
}

div.logowanie img.klodka {
	position: absolute;
	margin-left: 120px;
	z-index: 1;
}



* html .glownaTabela {
	height: 100%;
}
.glownaTabela {
	min-height: 100%;
}

.glownaTabela input, .glownaTabela select {
	border: 1px solid #ccc;
}



.padding20 {
	padding: 20px;
}

.paddingTD {
	padding: 40px 20px 20px 20px;
}

.parzysty {
	background-color: #fff;
}

.nieparzysty {
	background-color: #D5E8FC;
}

tr.mouseOver {
	background-color: #c7d6e8;
}





table.lista {
	width: 98%;
}

table.lista th {
	background-color: #333;
	color: #eee;
	padding: 5px;
}

table.lista th a {
	color: #fff;
}

table.lista th a:hover {
	color: #cfdff8;
}

table.lista td {
	border: 1px solid #ccc;
}


.wykres {
	float: left;
	padding: 20px;
}

.wykres img {
	border: 2px solid #aacaf0;
}

.wykres h2 {
	font-size: 20px;
}




/* błedy */
.errorRed {
	text-align: center;
	color: #d00;
	background-color: #ffdbdb;
	border: 1px solid #d00;
	padding: 20px;
	margin: 10px;
}
.errorGreen {
	text-align: center;
	color: #0b5d12;
	background-color: #dcf9de;
	border: 1px solid #0b5d12;
	padding: 20px;
	margin: 10px;
}
.errorBlue {
	text-align: center;
	color: #1a4b9b;
	background-color: #ddeafe;
	border: 1px solid #1a4b9b;
	padding: 20px;
	margin: 10px;
}


/* wyrównanie */
.txtCenter {
	text-align: center;
}

.txtRight {
	text-align: right;
}

.txtLeft {
	text-align: left;
}

.txtJustify {
	text-align: justify;
}

.txtRed {
	color: #ff0000;
}

.txtGreen {
	color: #3CB252;
}

.txtOrange {
	color: #FFA500
}

/* rounded corners */
.corners {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.cornersMenu {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-bottom-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    -moz-border-radius-bottomright: 15px;
}

.corners10 {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.corners15 {
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
