body
{
	margin : 0px;
	font-size : 13px;
	background : white;
	color : #210040;
	font-family : Arial, sans-serif;
}

/* główna tabela na stronie */
table.glowna
{
	width : 100%;
	height : 700px;
	text-align : center;
	border-bottom : solid black 1px;
}

/* górny pasek stronki */
td.headerDown
{
	border-bottom : 1px black solid;
	/*border-right : 1px black solid;*/
	text-align : center;
	background : #000080;
	color: white;
	font-weight: bold;
	font-size: 35px;
	/* font-family: Times sans-serif; */
	letter-spacing: 20px;
	/* background : #596980; */
}

/* górny pasek stronki */
td.headerUp
{
	background : #FFE4B5;
	color: navy;
	font-size: 25px;
	/* background : #596980; */
}

/* pasek menu po lewej */
td.menu_cell
{
	/* background : url("obrazki/gradient.png"); */
	padding-top : 100px;
	padding-left : 10px;
	padding-right : 5px;
	background : #FFE4B5;
	border-right : solid black 1px;
	vertical-align : top;
	text-align: left;
}

/* komórka właściwej zawartości strony */
td.main
{
	font-size : 15px;
	text-align : center;
	padding : 15px;
}

pre
{
	font-size : 12px;
	text-align : left;
}

/* stopka stronki */
td.footer
{
	/*background : silver;*/
	font-size : 9px;
	height : 20px;
}

/* blok z bannerem */
div.banner
{
	/*border : black dashed 10px;*/
	/* font-family : aquafont, serif; */
	color : #DCDCDC;
	font-size : 40px;
	text-align : center;
}

/* blok menu */
div.menu
{
	/*background : #eee;*/
	/*background : url("obrazki/gradient.png");*/
	border : solid #51480B 1px;
	width : 120px;
	/* height : 15em; */
	margin : auto;
	/* position : fixed;
	left : 1.5%; */
	top : 35%;
}

/* blko z tytułem menu */
div.menu_header
{
	background : #51480B;
	color : white;
	font-size : 25px;
}

/*div.menu_item
{
	background : #FFEDED;
	border : solid black 1px;
	width : 80%;
	margin : auto;
}*/

/* link w menu */
div.menu a
{
	height : 20px;
	display : block;
	margin : 5px;
	text-decoration : none;
	color : #998787;
	vertical-align : text-bottom;
}

/* link w menu po najechaniu */
div.menu a:hover
{
	color : #671919;
	/*text-decoration : underline;
	font-weight : bold;*/
	font-size : 15px;
}

/* tabelka z własnościami różnych obiektów */
table.properties
{
	background : #eee;
	border : black solid 2px;
	border-collapse : collapse;
	font-size : 10px;
	text-align : center;
	margin : 10px auto;
	width : 70%;
}

/* nagłówek tableki z własnościami */
table.properties th
{
	background : black;
	color : white;
	font-size : 15px;
	padding : 10px;
	letter-spacing: 10px;
}

/* zwykła komórka tabelki z własnosciami */
table.properties td
{
	padding : 2px 10px;
	border : solid black 1px;
	text-align : left;
	font-size : 11px;
}


/* pole wymagane w formularzu */
table.properties td.required
{
	font-weight : bold;
}

/* komórka tabeli z jakims ogólnym tekstem np. uzytkownik usuniety */
table.properties td.prop_header
{
	text-align : center;
	color : red;
	border : blue solid 1px;
	font-weight : bold;
	font-size : 15px;
}

/* komórka tabeli zawierającej przyciski formularza */
table.properties td.prop_footer
{
	text-align : center;
	margin : 0px 15px;
}

/* tabelka z listami */
table.lista
{
	background : white;
	border-collapse : collapse;
	font-size : 11px;
	text-align : center;
	margin : 10px auto;
	empty-cells : show;
}

/* nagłówek tableki z listami */
table.lista th
{
	background : black;
	color : white;
	font-size : 11px;
	padding : 5px;
	border: solid silver 1px;
}
table.lista th a
{
	color : #f08935;

}
/* nagłówek tableki z listami wg ktorego jest posortowane rosnąco*/
table.lista th.sorted_down {
	background-image: url("obrazki/dol.png");
	background-position: 5px 0px;
	background-repeat: no-repeat;
	color: black;
}

/* nagłówek tableki z listami wg ktorego jest posortowane malejąco*/
table.lista th.sorted_up {
	background-image: url("obrazki/gora.png");
	background-position: 5px 0px;
	background-repeat: no-repeat;
	color: black;
}

/* zwykła komórka tabelki z listami */
table.lista td
{
	padding : 3px 5px;
	border : solid black 1px;
	/*text-align : left;*/
}

/* parzyste wiersze tabelki z listami */
table.lista tr.even
{
	background : #ccc;
}

/* nieparzyste wiersze tabelki z listami */
table.lista tr.odd
{
	background : #ddd;
}

/* wiersze tabelki z listami po najechaniu mychą
table.lista tr:hover
{
	background : white;
	color: black;
}
table.lista td:hover a
{
	text-decoration: underline;
	font-weight: bold;
}*/

/* tabelka z formularzem szukania */
table.search_form
{
	margin : auto;
	background-color : white;
	padding : 10px;
	border-style : solid;
	border-width : thin;
	font-size : 12px;
	table-layout : fixed;
	text-align : center;
	width: 70%;
	border-spacing: 0px 5px;
}

table.search_form td {
	padding : 5px;
	/*margin : 10px;*/
	border : dotted gray 1px;
	background-color : white;
}

/* do formularza edycji tabel systemowych */
table.edyt_table td
{
	text-align: left;
}

/* klasa wiadomości o błędzie i nie tylko */
div.errmsg
{
	margin : 30px auto;
	width : 50%;
	color : red;
	font-size : 13px;
	/* font-family : Arial; */
	background : #FFE4B5;
	border : navy solid 2px;
	padding: 30px;
}

/* tytuł wiadomości o błędzie */
div.errmsg span
{
	font-size : 25px;
	font-weight : bold;
	margin-bottom : 30px;
	display: block;
}

/* klasa wiadomości o błędzie i nie tylko */
div.msg
{
	margin : 30px auto;
	width : 50%;
	font-size : 13px;
	/* font-family : Arial; */
	background : #FFE4B5;
	border : navy solid 2px;
}

/* tytuł wiadomości o błędzie */
div.msg span
{
	font-size : 25px;
	font-weight : bold;
	margin-bottom : 30px;
	display: block;
}

/* klasa wiadomości pomocy */
div.helpmsg
{
	margin : 30px auto;
	width : 50%;
	font-size : 13px;
	/* font-family : Arial; */
	background : #eee;
	border : #555 solid 2px;
	padding : 15px;
	color : #222;
}

/* tytuł wiadomości pomocy */
div.helpmsg span
{
	font-size : 25px;
	font-weight : bold;
	margin-bottom : 15px;
	display: block;
}

/* lista hintów w wiadomości pomocy */
div.helpmsg ul
{
	text-align : left;
}

/* klasa wiadomości o błędzie i nie tylko */
div.pageheader
{
	border: black solid 1px;
	/* font-family: arial; */
	font-size: 30px;
	margin: 30px auto;
	width: 80%;
	background: #FFE4B5;
	padding : 10px;
}


/* zwykły link */
a
{
	text-decoration : none;
	border : none;
	outline : none;
	color: maroon;
}

/* link po najechaniu */
a:hover
{
	color : #000080;
}


/* usuwamy obramowanie obrazków */
img
{
	border : none;
}


/* błedne pole w formularzu */
div.form_error
{
	color : red;
	font-weight : bold;
}

/* formularz
form
{
	background : white;
	border : solid black 1px;
}*/

/* lista w menu */
ul
{
	padding-left: 20px;
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
}

/* zaznaczony liść w menu */
li.selected
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}

li a.main
{
	font-size: 14px;
}

/* formularze */
input, textarea, select
{
	border: 1px gray solid;
	background-color: white;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
textarea
{
	height: 80px;
	width : 85%;
}

input[type="submit"], input[type="reset"]
{
	background-color: silver;
}

input[type="radio"]
{
	background-color: red;
	border: 0px;
}

/*input:focus, textarea:focus, select:focus
{
	background-color: rgb(255, 228, 181);
	border-color: black;
}*/

div.stats
{
	font-size : 10px;
	text-align : center;
}
div.stats table
{
	margin : auto;
	border : 1px solid black;
	border-collapse : collapse;
}

div.stats table th
{
	background : #eee;
	font-size : 13px;
	padding : 5px;
	border: 1px solid gray;
}

div.stats table td
{
	border: 1px solid gray;
	padding: 3px;
	text-align: center;
	font-size : 11px;
}

div.stats h4
{
	font-size : 15px;
}