body {
	background-color:		white;
	margin-bottom:			30px;
/*	background-image:	url('pic/tlo.jpg');*/
	font-size:						6pt;
}

/* 	styl glownej tabeli */
#main_table {
	width:							743px;
	height:							95%;
	background-position:top;
	background-repeat:	no-repeat;	
	background-image:	url('pic/naglowek.jpg');
	font-size:						6pt;
}

/* 	domyslne formatowanie komorek w glownej tabeli */
#main_table td {	
	vertical-align:				top;
	font-size:						8pt;
}

/* 	styl pierwszego wiersza w glownej tabeli */
#main_table td.header {	
	height:							142px; 
	vertical-align:				bottom;
	text-align:					center;
	padding-right:				40px;
	padding-bottom:			10px;
	font-size:						6pt;
}
#main_table td.header input {
	font-size:						6pt;
	-moz-opacity: 				0.8; 
	filter: 								alpha(style=0,opacity=80); 
	border: 							1px solid black;
}	

/* 	styl komorki zawierajacej menu w glownej tabeli  */
#main_table td.path {
	height:							33px;
	text-align:					center;
}
/* 	styl ostatniego wiersza  */
#main_table td.footer {
	vertical-align: 				bottom; 
	background-color:		white;
	text-align: 					right;
 	font-size: 						6pt;
}

/*
		Sekcja formularzy
*/

/*	Tabela zawirajaca formularz 	*/

#form_table {
	border-collapse:		collapse;
	border:						0px solid white;
}
#form_table td{
}
/*	Styl naglowka sekcji formularza	*/
#form_table td.section_header {
	background-color:		lightgray;
	padding-top:				10px;
	padding-bottom:		10px;
}
#form_table td.error_header {
	padding-top:					10px;
	font-weight:					bold;
}

#form_table td.field_header, #form_table td.field_header_error {
	background-color:		#E3E3E3;
	padding:					5px 10px 5px 10px;

	background-color:		#EEE6E6;
	color:						#333333;
	font-weight:				bold;
	padding-left:				10px;
	padding-top:				3px;
	padding-right:				2px;
	padding-bottom:		3px;

}
#form_table td.input, #form_table td.input_error {
	padding-left:					10px;
	background-color:			#EEE6E6;
	vertical-align:				middle;
}

#form_table td.field_header_error {
	background:				#FEEDC5;
}
	
#form_table td.input_error {
	background:				#FEEDC5;
}
#form_table td.input_error input, #form_table td.input_error select, #form_table td.input_error textarea {
	border:							1px solid #ED907B;
}
/*
	Tabela zawierajaca dane
*/
#data_table {
	width:							100%;
	border-collapse:			collapse;
	border:							2px solid white;
/*	background-color:	white;*/
	font-size:						6pt;
	margin-top:					5px;
}
#data_table td.value{
	background-color:			#ECE5E0;
	color:							#333333;
}
#data_table td.section_header {
	background-color:		lightgray;
	padding-top:				10px;
	padding-bottom:		10px;
}
#data_table tr.table_header {
	text-align:					center;
	height:							30px;
	background-color:		lightgray;
	color:								#333333;
	font-weight:					bold;
}
#data_table tr.table_header a {
	color:								#333333;
	font-weight:					bold;
	text-decoration:			none;
}
#data_table td.table_header {
	vertical-align:				middle;
}
#data_table td.header_left {
	background-color:		#EAE7C7;
	color:								#333333;
	font-weight:					bold;
	padding-left:				10px;
	padding-top:				3px;
	padding-right:				2px;
	padding-bottom:		3px;
}


#data_table tr.row_light {
/*	background-color:	#eeeeee;*/
	background-color:	#EAE7C7;
	color:			#333333;
	cursor:			pointer;
}
#data_table tr.row_light:hover {
	background-color:	#EEDDB5;
}
#data_table tr.row_dark {
	background-color:	#f8f8f8;
	color:			#333333;
	cursor:			pointer;
}
#data_table tr.row_dark:hover {
	background-color:	#EEDDB5;
}
#data_table tr.table_footer {
	text-align:		center;
	height:			30px;
	background-color:	lightgray;	
}
#data_table input,textarea,select,button {
	background-color:	white;
	border:			1px solid #999999;
}

#data_table td.buttons {	
	text-align:		center;
	vertical-align:		middle;
	height:			30px;
}


/*
	Sekcja formularzy
*/

/*	Domyslne formatowanie pol formularzy */
input,textarea,select {
		font-size:						8pt;
		border:							1px solid gray;
}

/*
	Styl przycisków
*/
.bttn {
	cursor:							pointer;
	background-color:			white;
	font-family:					verdana;
	padding:						0px;
	border:							0px solid lightgray;
	font-size:						8pt;
}


/*
		Sekcja formatowania menu
*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2em;
	z-index:	99;
}


#nav li { /* all list items */
	float: left;
	width: 99px; /* width needed or else Opera goes nuts */
	position: relative;
	background-color:	#DEBE6A;
	border:	0px solid black;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: 	#DEBE6A;
	width: 130px;
	border-top:	1px solid #DEBE6A;
	border-bottom:	1px solid #DEBE6A;
	margin:	-1.5em 0 0 100px;
	-moz-opacity: 0.90;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -0.9em 0 0 100px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul  { /* lists nested under hovered list items */
	left: auto;
}

#nav a {
	display: block;
	text-decoration: none;
	font-size: 9pt;
	color: gray;
	font-family: verdana;
	background-color:	white;
	width:		99px;
	z-index: 1;
}

#nav li.list0 a {
	padding-left:	10px;
}

#nav li.list0 a:hover, #nav li:hover {
	background-color:	gray;
	color:	white;
}

#nav li.list1 a, #nav li.list2 a {
	margin-left:	10px;
	width:		109px;
}

#nav li.list1 a:hover, #nav li.list2 a:hover {
	background-color:	gray;
	color:		white;
}

