BODY
{
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11pt;
}

div, span, p{
	margin:0;
	padding:0;
	border: 0;
}

h2, h3, h4{
	margin: 10px;
	color: #565656;
}

h2{
	font-size: 14pt;
}


#fields{
	width: 700px;
	background: #e5e5e5;
	border: 1px solid #acacac;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px;
}

.search_item{
	clear:both; 
	margin:5px;
	overflow: hidden;

}

.search_item label{
	float:left;
	width:230px;
	text-align: right;
	display:block;
	margin-right: 5px;
}

.search_item.radio{
	margin-bottom:15px;
}

.search_item.radio label{
	width:160px;
}

#results_table{
	border: 1px solid #e5e5e5;
	width:943px;
	margin: 10px;
	text-align: center;
}

#lp_th, .lp_subrow{
	width: 30px;
}

#numer_th, .numer_subrow{
	width: 115px;
}

#nazwa_th, .nazwa_subrow{
	width: 305px;
}

#data_wydania_th, .data_wydania_subrow{
	width: 100px;
}

#data_waznosci_th, .data_waznosci_subrow{
	width: 100px;
}

.sub_row_table{
	text-align: center;
}

#results_table .sub_row_table tr, #results_table .sub_row_table tr td{
	border: 0px;
}

#results_table .sub_row_table tr td{
	padding:10px;
}

#results_table tr th{
	background: #cdd7e6;
	border: 1px solid #e5e5e5;
	padding:10px;
	font-size: 10pt;
}

#results_table tr td{
	border: 1px solid #e5e5e5;
	padding:10px;
	font-size: 8pt;
}

.table_row{
	background: #f0f6ff;
}

.table_subrow{
	color: blue;
	background: #fefefe;
}

A, A:Link, A:Active, A:Visited
{
	color: navy;
}

A:Hover
{
	color: navy;
	text-decoration: none;
}

A IMG
{
	border-width: 0;
}

#Container
{
	width: 963px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}


#Header{
	background-image: url('/img/ibdm_header.png');
	background-repeat: no-repeat;
	width: 963px;
	height: 101px;
}

#Content{
	width: 963px;
	overflow: hidden;
	padding-top:10px;
	padding-bottom:30px;
}


#Bottom
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 8pt;
	clear: both;
	background: #14386a;
	height: 24px;
	text-align: center;
	color: white;
	padding-top: 9px;
}

#Bottom A
{
	color: white;
}

.search_btn, .search_btn:active{
	background-image: url('/img/search_btn.png');
	height: 20px;
	width: 80px;
	cursor: pointer;
	background-position: 0px 0px;
	margin:0;
	padding:0;
	border:0
}
.search_btn:hover{
	background-position: 0px 20px;
}
