



body {
	font-family:						verdana;
	background-color:				white;
	margin-top:						0px;
	margin-bottom:					0px;
	font-size:							8pt;
}

/* 	styl tabeli w tle */

#background_table {
	height:								95%;
}
#background_table td {
	vertical-align:					top;
}


/* 	styl glownej tabeli */
#main_table {
	width:								750px;
	font-size:							10pt;
}

/* 	domyslne formatowanie komorek w glownej tabeli */
#main_table td {	
	vertical-align:					top;
	font-size:							10pt;
}
#main_table td.left {
	padding:							0px;
	background-color:				#ACACC6;
}

#main_table td.center {
	padding:							20px;
	padding-top:						5px;
	color:								#A6A6A6;
}

/* 	styl komorki zawierajacej menu w glownej tabeli  */
#main_table td.path {
	height:								25px;
	text-align:						center;
	background-color:				#ff0000;
	vertical-align:					middle;
}	
#main_table td.center div.path {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #cccccc;
	padding-bottom:	10px;
}

/*
		Sekcja formularzy
*/

/*	Tabela zawirajaca formularz 	*/

#form_table {
	border-collapse:				collapse;
	border:								2px solid white;
}
#form_table td{
	padding-top:						3px;
	padding-bottom:				3px;
	background-color:				white;
}
/*	Styl naglowka sekcji formularza	*/
#form_table td.section_header {
	background-color:				#DCD4B6;
	padding-top:						10px;
	padding-bottom:				10px;
}
#form_table td.error_header {
	padding-top:						10px;
	font-weight:						bold;
}
#form_table td.field_header_error {
	background:						#FEEDC5;
}
#form_table td.field_header {

}
#form_table td.input {
}

#form_table td.input_error {
	background:						#FEEDC5;
/*	background:						#EEDDB5;*/
}
#form_table td.input_error input {
	border:								1px solid #ED907B;
}
#form_table td.input_error select {
	border:								1px solid red;
}
#form_table td.input_error select {
	border:								1px solid red;
}

#data_div {
	margin-bottom:					10px;
}

/*
	Tabela zawierajaca dane
*/
#data_table {
	width:								100%;
	border-collapse:				collapse;
	border:								0px solid white;
/*	background-color:				white;*/
	font-size:							8pt;
	margin-bottom:					10px;
}
#data_table td.value{
	background-color:				#ECE5E0;
	color:								#333333;
}
#data_table td.section_header {
	background-color:				#DCD4B6;
	padding-top:						10px;
	padding-bottom:				10px;
}
#data_table tr.table_header {
	text-align:						center;
	height:								30px;
	background-color:				#DCD4B6;
	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:				#f7f7f7;
	color:								#333333;
	font-weight:						bold;
	padding-left:						10px;
	padding-top:						3px;
	padding-right:					2px;
	padding-bottom:				3px;
}	

.msg_OK_ {
	color: 			green;
	border-width:		0;
}
.msg_ERR_ {
	color: 			red;
	border-width:		0;
/*	background-color:	#fefefe;*/
}
.msg_NOTICE_ {
	color: 			orange;
	border-width:		0;
}

#data_table tr.row_light, #data_table tr.row_light_nohover {
/*	background-color:				#eeeeee;*/
	background-color:				#EAE7C7;
	color:								#333333;
	cursor:								pointer;
}
#data_table tr.row_light:hover {
	background-color:				#EEDDB5;
}
#data_table tr.row_dark, #data_table tr.row_dark_nohover {
	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:				lightgrey;	
}

#data_table td.buttons {	
	text-align:		center;
	vertical-align:		middle;
	height:			30px;
}
/*
	Sekcja, ktora dla zgodnosci z edytorem musi byc umieszczona rowniez w pliku ./tpl/edit_header.tp
	dyrektywa cfg.pageStyle
*/

/* 	
	styl komorek w glownej tabeli w klasie body
	w konfiguracji edytora wystepuje jako znacznik body
 */
#main_table td.body {
	background-color:				white;
	text-align:						left;
	padding-left:						50px;
	padding-right:					50px;
}
/*
	Sekcja formularzy
*/

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

/*
	Styl przycisków
*/
.bttn {
	color:							gray;
	cursor:							pointer;
	background-color:			#f6f6f6;
	font-family:					verdana;
	padding:						2 5 2 5;
	border:							1px solid lightgrey;
	font-size:						8pt;
}



/*
		Sekcja formatowania menu
*/

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


#nav li { /* all list items */
	float: left;
	width: 83px; /* width needed or else Opera goes nuts */
	position: relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: 	#A6A6A6;
	width: 140px;
	-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: -1em 0 0 120px;
}

#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: 9px;
	font-weight: bold;
	color: #ffffff;
}

#nav a.list0 {
	width: 83px;
	padding: 8 0 8 0;
	text-align:	center;
}

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

#nav a.list1, #nav a.list2 {
	background-color:	#a6a6a6;
	width: 140px;
	padding: 5 3 5 3;
	border-bottom:	1px solid white;
	text-align:	left;
}

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





