body {
	margin: 0;
	padding: 0;
	background: url('../gfx/fill_2.png');
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
div, form {
	margin: 0;
	padding: 0;
	text-align: left;
}
input, select {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
pre {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	margin: 0;
}
textarea {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}
span {
	color: #0000ee;
}
img {
border-style: none;
}
a, a:visited, a:link {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #ee0000;
}
a.fotter, a.fotter:visited, a.fotter:link
{
	font-weight: bold;
	color: #383330;
}
a.fotter:hover
{
	text-decoration: none;
	color: #B23330;
}
a.fotter span
{
	color: #B23330;
}
a.fotter:hover span
{
	text-decoration: none;
	color: #383330;
}
div.page {
	width: 1000px;
	margin: auto;
}
div.logo {
	width: 250px;
	height: 250px;
	margin-top: 10px;
	background: url('../gfx/Logo_5.png')  no-repeat;
	float: left;
}
div.menu_top {
	width: 740px;
	margin-left: 10px;
	margin-top: 10px;
    padding: 0 0 10px 0;
	background: url('../gfx/bottom_740px.png') center bottom no-repeat;
	float: left;
}
div.menu_top h4 {
	height: 10px;
	width: 740px;
	background: url('../gfx/top_740px.png') no-repeat;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
div.menu_top div {
	background: url('../gfx/fill_740px.png') repeat-y;
	padding: 0 2px;
	height: 80px;
	position: relative;
	top: 0;
	left: 0;
}
.menu_top_check {
	width: 100px;
	background-image: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
div.menu_left_top {
	width: 250px;
	float: left;
}
div.menu_left {
	width: 250px;
	margin-top: 10px;
    padding: 0 0 10px 0;
	background: url('../gfx/bottom_250px.png') center bottom no-repeat;
	float: left;
}
div.menu_left h4 {
	height: 10px;
	width: 250px;
	background: url('../gfx/top_250px.png') no-repeat;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
div.menu_left_div {
	background: url('../gfx/fill_250px.png') repeat-y;
	padding: 0 2px;
}
div.content {
	width: 740px;
	margin-left: 10px;
	margin-top: 10px;
    padding: 0 0 10px 0;
	background: url('../gfx/bottom_740px.png') center bottom no-repeat;
	float: left;
}
div.content h4 {
	height: 10px;
	width: 740px;
	background: url('../gfx/top_740px.png') no-repeat;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
div.content_div {
	background: url('../gfx/fill_740px.png') repeat-y;
	padding: 0 2px;
}
div.fotter {
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 10px;
    padding: 0 0 10px 0;
	background: url('../gfx/bottom_1000px.png') center bottom no-repeat;
	float: left;
}
div.fotter h4 {
	height: 10px;
	width: 1000px;
	background: url('../gfx/top_1000px.png') no-repeat;
	font-size: 75%;
	margin: 0;
	padding: 0;
}
div.fotter div {
	background: url('../gfx/fill_1000px.png') repeat-y;
	padding: 0 2px;
	height: 15px;
}
table.lista {
	width: 100%;
}
table.tablesorter th {  
    font-weight: normal; 
    text-align: left;
} 
table.tablesorter th.header {     
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: center right; 
} 
table.tablesorter th.headerSortUp { 
    background-image: url(../gfx/sort_asc.gif); 
    background-color: #B0D4C0; 
}
table.tablesorter th.headerSortDown { 
    background-image: url(../gfx/sort_desc.gif); 
    background-color: #B0D4C0; 
}
table.tablesorter {
	width: 100%;
}
table.tablesorter tbody td {
	background: none;
}
table.tablesorter tbody tr.odd td {
	background-color:#B0D4C0;
}
.lista_right {
	text-align: right;
}
.lista_center {
	text-align: center;
}
.lista_left {
	text-align: left;
}
.lista_nag {
	background-color: #7DB395;
}
.lista_jasn {
	background-color: #B0D4C0;
}
.lista_norm {
	background-color: transparent;
}
.lista_nag_rozw {
	margin: 2px 0 0 0;
	padding-left: 12px;
	background: #7DB395 url(../gfx/d.png) top left no-repeat;
	font-weight: bold;
}
.group_name {
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 3px 0 2px 0;
}
a.iko_blink {
	display: block;
	width: 20px;
	height: 20px;
	
  text-align: center;
}
a.iko_blink:hover {
	background-position: 0 -20px !important;
}