body {
	font-family:		verdana;
	background-color:	#e5e5e5;
	margin:		0px;
	padding:		0px;
	background-image:	url('./pic/tlo.jpg');
	background-repeat: repeat-x;
}

a { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color:#666666;
    font-size: 10px; 
}

p {color: #666666;

}
h5{
color: #333333;}

a:link { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#666666;
    font-size: 10px 
}

a:visited { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #666666;
    font-size: 10px
}

a:hover { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color:#666666;
    font-size: 10px
}








/* 	styl glownej tabeli */

#main_table {
	width:			900px;
	height:			100%;
}
/* 	domyslne formatowanie komorek w glownej tabeli */

#main_table td {	
	vertical-align:		top;
	text-align:			left;
}

#main_table td.header {
	height:						165px;
	vertical-align:			bottom;
	background-image:	url('./pic/topbig.jpg');
	background-repeat: no-repeat;
	border-bottom: 		3px solid white;
	border-position: center;
	width: 900px;
}

/* 	styl komorki zawierajacej menu w glownej tabeli  */
#main_table td.path {
	height:								25px;
	text-align:						center;
	vertical-align:					middle;
}	

#main_table td.center {
	background-color:	white;
	width: 500px;
}

#main_table td.left {
	width:						200px;
}

#main_table td.right {
	width:						200px;
}


#main_table tr.footer {
	background-image:	url('./pic/blue_bottom_1.jpg');
	background-repeat: 	no-repeat;
}

#main_table td.footer {
	border-top: 0px solid white;
	height:			20px;
	border-bottom: 0px solid white;
}

/*
		Sekcja formularzy
*/

/*	Tabela zawirajaca formularz 	*/

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


#form_table td.field_header, #form_table td.field_header_colspan {
	background-color:				#ECE5E0; /* #EAE7C7;*/
	padding:							2 5 2 5;
}
#form_table td.field_header_colspan, #form_table td.field_header_error_colspan {
	padding-top:						5;
	text-align:						center;
}
#form_table td.field_header_colspan textarea, #form_table td.field_header_error_colspan textarea {
	width:		600px;
	height:		300px;
}

#form_table td.input {
	background-color:				#ECE5E0; /* #EAE7C7;*/
	padding:							2 5 2 5;
}

#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;
}


/*
	Tabela zawierajaca dane
*/

#data_table {
	width:								100%;
	border:								0px solid white;
/*	background-color:				white;*/
	font-size:							8pt;
	padding-top:						10px;
	margin-bottom:					10px;
}


#data_table td.news_header_list {
	padding-bottom: 10px;
	padding-top:	15px;
	font-weight:		bold;
}

#data_table td.news_body_list {
	padding-bottom: 	10px;
	line-height:			2em;
	font-size:				7pt;
}
#data_table td {
	border: 0px;
}

#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:				#99AED9; /*#EAE7C7;*/
	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 input,textarea,select,button {
	background-color:	white;
	border:			1px solid #999999;
}

/**
*	styl div-a z przyciskami
*/ 

#data_table.buttons {	
	text-align:			left;
	vertical-align:		middle;
	padding: 				7 0 7 0;
}

/*
	Sekcja formularzy
*/

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

}

/*
	Styl przycisk�w
*/
.bttn {
	cursor:							pointer;
	background-color:			#CDCACD; /*#FFFCE5;*/
	font-family:					verdana;
	padding:						1 8 1 10;
	border:							1px solid grey;
	font-size:						7pt;
}


/*
		Sekcja formatowania menu w stopce strony
*/

#nav_bottom, #nav_bottom ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
}


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

#nav_bottom li ul { /* second-level lists */
	position: absolute;
	background: 	#A6A6A6;
	width: 120px;
	margin: -192px 0 0 0;
	-moz-opacity: 0.90;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:	98;
}

#nav_bottom li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 120px;
	z-index:	99;
}

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

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

#nav_bottom a {
	display: block;
	font-size:		8pt;
	text-decoration:	none;
	color:			black;
	font-weight:	normal;
	font-family:	arial;
}

#nav_bottom a.list0 {
	width: 100px;
	padding: 5 0 5 0;
	color:	white;
}

#nav_bottom a.list0:hover {
	background-color:	#a6a6a6;
}

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

#nav_bottom a.list1:hover, #nav_bottom a.list2:hover {
	background-color:	#eae7c7;
}


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


#nav li { /* all list items */
	float: left;
	width: 100px; /* 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 139px;
	z-index: 99;
}

#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 10;
	border-bottom:	1px solid white;
	text-align:	left;
}

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



