body {
	background: white;
	margin-top: 10px;
	text-align: left;
	font-family: sans-serif, Arial, verdana;
	font-size: 12px;
	margin-left: 10%;
	margin-right: 10%;
	line-height: 140%;
}
div#loginform {
	border: 1px solid rgb(200,200,200);
	background: rgb(240,240,240);
	float: right;
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}
div#loginform p#tytul {
	font-weight: bold;
}
div#loginform label {
        display: block;
        width: 40px;
        float: left;
        margin-top: 3px;
        margin-bottom: 10px;
}
div#loginform input.formatowane {
        display: block;
        width: 100px;
        float: left;
        margin-bottom: 5px;
}
div#loginform label {
        text-align: right;
        padding-right: 10px;
}    
div#loginform br {
	clear: left;
}
div#loginform A { 
	color: black;
}
#ok {
	display: inline;
}
img#logo {
	float:left;
	margin-right: 20px;
	margin-top: -10px;
}
h1 {
	margin-top: 0px;
	line-height: 140%;
}
ul {
	margin-left: 10px;
	list-style: inside;
}
li {
	margin-left: 20px;
	padding-left: 25px;
	text-align: justify;
}
p.filtr {
	margin-top: 20px;
}
p.pager, p.pager A {
	text-align: center;
	text-decoration: none;
}
table {
	font-family: sans-serif, Arial, verdana;
	font-size: 12px;
	border: 0px;
	width: 100%;
}
div#filtry {
	border: 1px solid;
	width: 40%;
	padding: 5px;
}
td.head {
	background: rgb( 140, 50, 50 );
	color: white;
	padding-left: 3px;
}
td.head A {
	color: white;
	text-decoration: none;
}
tr.row0 td {
	background: rgb(240,240,240);
	padding-left: 3px;
	padding-right: 3px;
}
tr.row1 td {
	background: rgb(220,220,220);
	padding-left: 3px;
	padding-right: 3px;
}
tr.row0 td A, tr.row1 td A {
	font-weight: bolder;
	color: black;
}
table.zgloszenie {
	margin-top: 20px;
	font-family: sans-serif, Arial, verdana;
	font-size: 12px;
	border: 0px;
	width: 100%;
}
table.zgloszenie td.lewa {
	width: 160px;
	vertical-align: top;
	padding-bottom: 10px;
}
table.zgloszenie td.prawa {
	font-weight: bolder;
	vertical-align: top;
	padding-bottom: 10px;
}
table.zgloszenie td.lewa_wcieta {
	width: 160px;
	vertical-align: top;
	padding-bottom: 10px;
	padding-left: 30px;
}
p.noRows {
	margin-top: 20px;
}
p.footer {
	padding-top: 3px;
	border-top: 1px solid black;
}