div#authoor, div#proby, div#wystepy, div#informacje {
   display: none;
   border: solid 1px #034E7B;
	}
	
table tr td {
	vertical-align: top;
	}
	
textarea#uwagiT, textarea#stanT {
	display: none;
	}
	
a {
	border: none;
	}
	
a img {
	border: none;
	}
	
a#authoorusu, a#probyusu, a#wystepyusu, a#informacjeusu {
	display: none;
	}
	
/*div#tresc h1 {
	font-size: 150%;
	padding: 5px 20px;
	text-align: center;
	}
  */	

/*LISTA PROB I WYSTEPOW*/

div.just {
	font-size: 90%;
	text-align: center;
	width: 100%;
	}
	
div.just p {
	text-align: center;
	}

table.spis {
	text-align: center;
	border: 1px solid black;
	margin: 20px auto;
	width: 100%;
	}

table.spis tr td {
	border-bottom: 1px solid #888888;
	border-left: 1px dashed #888888;
	padding: 2px 5px;
	}  
	
table.spis tr td.glosy, table.spis tr td.miejsce {
	width: 120px;
	}
	
table.spis tr td.dzien, table.spis tr td.data {
	width: 170px;
	}

table.spis tr td.g_start, table.spis tr td.godzina {
	width: 100px;
	} 
	
table.spis tr th {
	background: #649acd;
	color: #FFFFFF;
	}
	
table.spis tr td.czas {
	width: 150px;
	}
	
table.spis tr td.aut {
	width: 200px;
	}
	
table.spis tr th.hid {
	display: none;
	
	}	
	
table.spis tr td.hid {
	display: none;
	
	}
	/*
table.spis tr td.options {
	border-bottom: 1px grey dotted;
	}*/
	

table#metryka tr td.dane span.crit {
	color: red;
	font-weight: bold;
	}
  
  
/*NAGLOWKI PO WSTAWIENIU*/  
  
div#tresc h1.error {
	padding: 5px;
	color: white;
	background: red;
	}
	
div#tresc h1.noerr {
	padding: 5px;
	color: white;
	background: green;
	}
	
/* PRZYCISKI FUNKCYJNE */

a.button {
	background: #D6D9E1;
	text-align: center;
	font-weight: bold;
	color: #665958;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 6px;
	margin: 8px;
	width: 90px;
	border: 2px solid #034E7B;
	border-top-color: #2D88BE;
	border-left-color: #2D88BE;
	}	

a:hover.button {
	border-top-color: #034E7B;
	border-left-color: #034E7B;
	border-right-color: #2D88BE;
	border-bottom-color: #2D88BE;
	}	
	
dl dd.butt {
	padding: 0px;
	margin: 10px 0px;
	}
	
/* Formularz dla aktualności */

table#dodaj_aktu {
	width: 360px;
	}
	
table#dodaj_aktu td.opis{
	width: 150px;
	text-align: right;
	}	
	
table#dodaj_aktu col.pole {
	width: 200px;
	text-align: left;
	}
	
/* Wolne numery w bazie */

table#wolne tr td.wolne {
	background: #28CE33;
	}
	
table#wolne tr td.zajete {
	background: #F33E3E;
	}
	
/*KALENDARZ*/

div#calendar {
	position: absolute;
	top: 100px;
	left: 100px;
	border: 1px #000000 solid;
	background: #034E7B;
	color: #FFFFFF;
	font-size: 70%;
	width: 200px;
	height: 200px;
	display: none;
	}

div#calendar h1 {
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	} 
	
div#calendar a {
	text-decoration: none;
	}
	
div#calendar h1 a {
	color: #E6E6E6;
	}
	
div#calendar table {
	width: 160px;
	margin: 0 20px;
	}

div#calendar table a{
	color: #FFFFFF;
	} 
	
div#calendar table tr td.sun a {
	color: #FF3300;
	}	
	
div#calendar table tr td.sat a {
	color: #55FF11;
	}
	
div#calendar table tr td.other {
	background: #475760;
	}
	
div#calendar table tr td.other a {
	color: #B9B9B9;
	}
	
	
/*LICZNIK*/	
	
p#counter {
	float: right;
	}
	
/*Info o uzytkowniku*/

div.z_boczna div.just {
	
	float: right;
	}

div#usr_inf {
	float: left;
	width: 200px;
	height: 130px;
	border: 1px dashed #034E7B;
	clear: left;
	font-size: 80%;
	}
	
div.z_boczna h1.bok {
	float: left;
	margin-left: 60px;
	padding: 0;
	clear: right;
	}
	
div#usr_inf h1 {
	letter-spacing: 1px;
	font-size: 100%;
	}
	
div#usr_inf table#func {
	text-align: center;
	width: 100%;
	}
	
div#tresc div.just table#gallery tr td a img.usun_obraz {
	position: relative;
	left: -20px;
	}
	
textarea#trescK {
	width: 500px;
	height: 300px;
	}
	
/* SPAN DLA WYSLANYCH PYTAN O WERYFIKACJE */
span.outofdatever {
	color: #FF0000;
	}
