body {
	margin: 0 0 10px 0;
	font-family: verdana;
	font-size: 12px;
}

table {
	border-spacing: 0 0;
	empty-cells: show;
}


table td {
	padding: 0 0 0 0;
}

span.podswietlenie {
	background-color: #c6ff00;
}

/* ------------------------------------------------------------------------- */

input {
	font-family: inherit;
	font-size: 11px;
}

select {
	border: 1px solid #a8a8a8;
	font-family: inherit;
	font-size: 11px;
}

select option.nieaktywne {
	color: #8e8e8e;
	background-color: #e4e4e4;
}

input.text {
	border: 1px solid #a8a8a8;
}

textarea {
	border: 1px solid #a8a8a8;
	font-family: inherit;
	font-size: 11px;
}

input.checkbox {
	vertical-align: middle;
}

label {
	cursor: pointer;
}

/* ------------------------------------------------------------------------- */

.tekst_menu {
	text-align: center;
	vertical-align: middle;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

a img	{border-style: none;}

span.clickable {
	cursor: pointer;
}

button.image {
	border-style: none;
	background-color: transparent;
}

/* ------------------------------------------------------------------------- */

a.link_menu:visited	{color: #676767; text-decoration: none; font-weight: 600;}
a.link_menu:link	{color: #676767; text-decoration: none; font-weight: 600;}
a.link_menu:active	{color: #676767; text-decoration: none; font-weight: 600;}
a.link_menu:hover	{color: #ff9100; text-decoration: none; font-weight: 600;}

a.link_footer:visited	{color: #58595b;}
a.link_footer:link	{color: #58595b;}
a.link_footer:active	{color: #58595b;}
a.link_footer:hover	{color: #58595b;}

/* ------------------------------------------------------------------------- */

.pole_sortowania_asc {
	font-size: 0;
	height: 7px;
	background: url(../../wspolne/layout/sort_asc.png) no-repeat center center;
}

.pole_sortowania_desc {
	font-size: 0;
	height: 7px;
	background: url(../../wspolne/layout/sort_desc.png) no-repeat center center;
}

.pole_sortowania_none {
	font-size: 0;
	height: 7px;
}

/* ------------------------------------------------------------------------- */

.monospace {
	font-family: monospace;
	white-space: pre;
}
