body {
	font: 80%/1.4 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background: #fff url('../images/logo_mail.gif') no-repeat 98% 10px;
}

h1 {
	font-size: 170%;
	color: #165ca3;
}

h2 {
	font-size: 150%;
	color: black;
}

img {
	border: none;
}

#spinner {
	display: none;
	position: absolute;
	z-index: 1000;
}

a[href^="error:"] {
	background: red !important;
	color: white !important;
}





table.grid {
	padding: 0;
	margin: 0;
	border-collapse:collapse;
	width: 100%;
}


table.grid td, table.grid th {
	color: #525b37;
	background: #fff;
	border: 1px solid #d1cdab;
	padding: 6px 6px 6px 12px;
}

table.grid th {
	color: #505767;
	background: #e3e9ba url('../images/th-bg.gif') no-repeat;
	text-align: left;
}

table.grid .alt td {
	background: #f8f8f0;
}

table.grid th .asc,
table.grid th a:hover {
	background: url('../images/asc.gif') no-repeat right center;
}

table.grid th .desc,
table.grid th .asc:hover {
	background: url('../images/desc.gif') no-repeat right center;
}

table.grid th .desc:hover {
	background: none;
}






.paginator {
	margin: 1em 0;
	font-size: 90%;
}

.paginator a, .paginator span {
	margin-right: 0.1em;
	padding: 0.2em 0.5em;
	color: #999999;
}

.paginator a {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	color: #105CB6;
}

.paginator span.button {
	border: 1px solid #DDDDDD;
}

.paginator .current {
	background: #2E6AB1;
	border: 1px solid #2E6AB1;
	color: white;
	font-weight: bold;
}



#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

.left {
	float: left;
	padding: 0 5px 0 0;
}
.right {
	float: right;
	padding: 0 0 0 5px;
}
.clr {
	clear:both;
}

.nadpis {
	font-size: 130%;
	font-family:Verdana, Geneva, sans-serif;
	color: #09F;
