body
{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(   'images/background.png' );
	background-position: 0px 98px;
	background-repeat: repeat-x;
	background-color: #464646;
}

*
{
	margin: 0px;
	padding: 0px;
}

h1
{
    font-size: 14px;
}

h2
{
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h3
{
  	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 3px;
    padding-top: 2px;    
}

hr
{
	border: 0;
	background-color: #e0e0e0;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#faux
{
	background-image: url('images/faux.png');
	overflow: auto;
	width: 960px;
}

#faux div.leftcol
{
	float: left;
	width: 320px;
}

#faux div.midcol
{
	float: left;
	width: 320px;
}


#faux div.rightcol
{
	float: right;
	width: 320px;
}

img, a img
{
	border: 0px;
}

img, input, select
{
	vertical-align: middle;
}

.noVertical img
{
	vertical-align: baseline;
}

input
{
}

input.black, input.small, input.orange, table.orange .dxbButton, table.orange .dxbButton:hover
{
	background-color: transparent;
	background-image: url(   'images/button_background.gif' );
	background-repeat: no-repeat;
	color: #fff;
	border: 0px;
	width: 129px;
	height: 23px;
}

table.orange .dxbButton div.dxb
{
	padding: 0;
}

input.small
{
	background-image: none;
	color: #000;
	width: 23px;
	font-size: 16px;
}

input.orange, table.orange .dxbButton, table.orange .dxbButton:hover
{
	background-image: url(   'images/button_background2.gif' );
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.leftAligned
{
	text-align: left;
}

.rightAligned
{
	text-align: right;
}

.full
{
	width: 100%;
}

.inner
{
	width: 100%;
	background-color: #FE8F4D; /*#FF7726;*/ /*#FF8732; /*#FFAC72;*/
	padding: 10px;
}


.wrapper
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.dxeTextBox, .dxeButtonEdit
{
	width: 200px;
}

.cpvPanel .dxeTextBox
{
	table-layout:fixed;
	overflow:hidden;
}

.dxeListBoxItem
{
	line-height: 13px;
}

#header
{
	width: 100%;
	height: 93px;
	border-bottom: 5px solid #ff7726;
	background-color: #fff;
}

#header .wrapper div
{
	height: 93px;
	float: left;
	background-repeat: no-repeat;
}

#headerPageLogo
{
	width: 250px;
	background-image: url(   'images/page_logo.png' );
	background-position: 23px 25px;
}

#headerPhoto
{
	width: 610px;
	background-image: url(   'images/page_photo.jpg' );
	background-position: right;
}

#headerPgsLogo
{
	width: 140px;
	background-image: url(   'images/pgs_logo.png' );
	background-position: 25px 25px;
}
#headerPgsLogo a 
{
    display: block;
    width: 100%;
    height: 100%;
}

#main
{
	margin-top: 14px;
	border-top: 1px solid #626262;
	background-image: url(   'images/content_background.png' );
	background-repeat: no-repeat;
	min-height: 400px;
}

#tabs
{
	margin-top: 3px;
	height: 39px;
}

#tabs ul
{
	list-style: none;
	padding-left: 20px;
}

#tabs ul li
{
	float: left;
	text-transform: uppercase;
	line-height: 39px;
	padding-left: 16px;
	text-align: left;
	height: 39px;
}

#tabs ul li a
{
	display: block;
	float: left; /*ie6*/
	text-decoration: none;
	color: #909090;
	font-weight: bold;
	padding-right: 16px;
	height: 39px;
}

#tabs ul li.active
{
	background-image: url(   'images/tabs_left.png' );
	background-repeat: no-repeat;
}

#tabs ul li.active a
{
	background-image: url(   'images/tabs_right.png' );
	background-position: right;
	background-repeat: no-repeat;
	color: #464646;
}

#content
{
	min-height: 550px;
	_height: 550px; /*ie6*/
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 20px;
	line-height: 22px;
}

.dxeCalendar
{
	line-height: 12px;
}

.dxeCalendarFooter
{
	text-align: center;
}

.treeContainer
{
	border-left: solid 1px #9A9A9A;
	border-bottom: solid 1px #9A9A9A;
}

.treeContainer .treeColHeader
{
	background-color: #DCDCDC;
	border-top: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
	border-bottom: solid 1px #9A9A9A;
	margin-bottom: 20px;
}

.treeContainer table
{
	width: 800px;
}

.treeContainer table.dxtlLoadingPanel
{
	position: relative;
	top: -100px;
}

.treeContainer table.dxtlLoadingPanel td
{
	width: 50%;
	text-align: left;
}

.treeContainer table.dxtlLoadingPanel td img
{
	margin-left: 350px;
}

.treeFilter
{
	width: 640px;
	margin-left: 10px;
}

.treeContainer table .cpvcode
{
}

.treeContainer table .category
{
}

#content a
{
	color: #2e2e2e;
}

#content div.block
{
	margin-bottom: 7px;
	border-top: 1px solid #e0e0e0;
	background-image: url(   'images/block_background.png' );
	background-position: 0px 1px;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	padding-left: 9px;
	padding-right: 9px;
	min-height: 24px; /*ie7 fix*/
	_height: 24px; /*ie6 fix*/
}

#content table.blockSearch
{
	width: 100%;
	padding-bottom: 10px;
}

#content div.block div.blockTitle
{
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	margin-top: 1px;
}

#content div.block div.blockTitle div
{
	height: 23px;
	line-height: 23px;
	width: 50%;
	float: left;
}

#content div.block div.blockTitle div.blockTitleButtons
{
	text-align: right;
}

#content div.criteria-content
{
	padding-top: 15px;
	padding-bottom: 9px;
}

#content a.criteria-link
{
	border-right: solid 1px #dcdcdc;
	display: block;
	background-image: url('images/criteria_link.png');
	line-height: 27px;
	width: 268px;
	height: 27px;
	margin-bottom: 4px;
	text-decoration: none;
	padding-left: 20px;
	z-index: 1;
}

#content a.criteria-link:hover
{
	border-right: solid 1px #b3b3b3;
	background-image: url('images/criteria_link_hover.png');
	z-index: 1;
}

#content div.block div.news
{
	padding: 15px;
}

#content div.block div.news div.blockTitle a
{
	text-decoration: none;
}

#content div.block div.news div.info
{
	font-weight: normal;
	font-size: 10px;
	color: #5b5b5b;
	line-height: 10px;
	height: 10px;
	padding-bottom: 10px;
}

.blockTitleButtons input
{
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	border: 0;
	height: 21px;
	width: 25px;
}

.blockTitleButtons input:hover
{
	cursor: pointer;
	text-decoration: underline;
}

#ctl00_Main_pdfButton
{
	background-image: url(  'images/pdf.png' );
}

#printButton, #ctl00_Main_printButton
{
	background-image: url(  'images/print.png' );
}

#content div.block div.blockTitle img
{
	padding-top: 2px;
}

#content div.block div.blockContent
{
	margin-top: 9px;
	padding-bottom: 9px;	
}

#content div.block div.text
{
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 13px;
	padding-bottom: 13px;
}

#content div.criteria
{
	float: left;
	width: 310px;
}

#content div.rssnews
{
	float: right;
	width: 640px;
}

#content div.block div.blockContent td.header
{
	width: 160px;
	padding: 2px 10px 2px 10px;
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

#content div.block div.blockContent td.details
{
	padding: 2px 10px 2px 0;
}

#content .kh_header
{
	text-align: center;
	font-size: 16px;
}

#content .kh_title
{
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

#content .kh_indent_1
{
	padding-left: 30px;
}

#content li.relatedDocument
{
	color: #2e2e2e;
}

#content li.relatedDocument a
{
	color: #2e2e2e;
}

#content li.relatedDocument a.active
{
	text-decoration: none;
	font-weight: bold;
}


#content li.relatedDocument a:hover
{
	text-decoration: underline;
}

#content div.blockAction
{
	width: 100%;
	min-height: 31px;
	_height: 31px; /*ie6*/
	border-bottom: 3px solid #b8b8b8;
	overflow: auto; /*opera fix*/
	_overflow: visible; /*ie6 fix*/
}

#content div.blockActionTitle
{
	clear: both;
	display: inline;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}

#content div.blockAction div.blockActionButton
{
	float: right;
	width: 147px;
	height: 28px;
	background-color: #b8b8b8;
	background-image: url(   'images/block_action_background_top.png' );
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
}

#content div.blockAction div.blockActionButton input
{
	margin-top: 3px;
}

#content div.blockAction div.blockActionLabel
{
	height: 32px;
	width: 765px; /*width:745px;*/
border:1pxsolid#e7e7e7;
background-color:#f2f2f2;
float:left;
margin-top:6px;
}

#content div.blockAction:after, #content div.block:after
{
	display: block;
	content: "";
	clear: both;
}

#content table.formTable td.label, #content table.formTable td.input, #content table.formTable td.inputSelectLong, #content table.formTable td.inputCheckbox, #content table.formTable td.inputSelectDate
{
	height: 29px;
}

#content table.formTable .label
{
	width: 210px;
	text-align: right;
	padding-right: 10px;
}

#content table.formTable .label .input
{
	width: 480px;
}

#content table.formTable .input
{
	width: 510px;
}

#content table.formTable .input table
{
	width: 508px;
	border-left: 1px solid #a7a6aa;
	border-top: 1px solid #a7a6aa;
	border-right: 1px solid #dcdfe4;
	border-bottom: 1px solid #dcdfe4;
}

#content table.formTable .submit
{
	padding-left: 19px;
}

#content table.formTable .inputSelectShort, #content table.formTable .inputCheckbox
{
	width: 215px;
	padding-left: 24px;
}

#content table.formTable .inputSelectShort select
{
	width: 180px;
	height: 21px;
	margin-left: 11px;
}


#content table.formTable .inputCheckbox
{
}

#content table.formTable .inputCheckbox div
{
	float: left;
	margin-right: 27px;
}

#content table.formTable .inputCheckbox input, #content div.blockCheckbox input
{
	margin-right: 8px;
}

#content table.formTable .inputSelectLong
{
	width: 715px;
}

#content table.formTable .inputSelectLong select
{
	width: 510px;
}

#content table.formTable .inputSelectLong .cpvPanel
{
	float: left;
	margin-right: 10px;
	width: 200px;
	background-color: #F2F2F2;
}


.cpvPanel table.dxcpLoadingPanel
{
	border: solid #9f9f9f 1px;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.cpvPanel table.dxcpLoadingPanel td
{
	padding: 0px;
	height: 21px;
	line-height: 21px;
}

#content table.formTable input.fieldCity
{
	width: 238px;
}

#content table.formTable input.fieldPostCode
{
	width: 145px;
	margin-left: 9px;
}

#content table.formTable .inputSelectDate table
{
	vertical-align: middle;
	display: inline-table;
}

#content table.formTable .validationMessage
{
	font-size: 11px;
	line-height: 11px;
}

.searchCriteriaPreview, .searchCriteriaEditor
{
	font-size: 11px;
	border-top: solid 2px #e0e0e0;
	border-bottom: solid 2px #e0e0e0;
	border-left: solid 1px #e0e0e0;
	border-right: solid 1px #e0e0e0;
	background-color: #F2F2F2;
	margin-bottom: 7px;
}

.searchCriteriaPreview
{
	padding-left: 7px;
}

.searchCriteriaEditor
{
	margin-top: -7px;
	font-size: 12px;
	border-top: solid 1px #B8B8B8;
}

#content div.blockSearch
{
	padding-bottom: 10px;
	text-align: center;
	margin-top: 7px;
	min-height: 23px; /*ie7 fix*/
	_height: 23px; /*ie6 fix*/
}

#content table.blockSearch td.leftAligned, #content table.blockSearch td.rightAligned
{
	width: 50%;
	padding: 0px 3px;
}

#content table.blockSearch td.leftAligned
{
	padding-top: 2px; /*padding-top:3px;*/
}

#content div.blockCheckbox div
{
	float: left;
	margin-right: 27px;
}


.blockSubscription td.blockSubscriptionMessage
{
	text-align: center;
}

.blockSubscription .blockSubscriptionMessage span
{
	min-width: 80%;
	max-width: 60%;
	margin-top: 10px;
	padding: 5px;
	display: inline-block;
	border: solid 1px;
	border-color: White;
}

.blockSubscription .blockSubscriptionLabel
{
    /*width: 380px;*/
}

.blockSubscription .blockSubscriptionLabelEmail
{
	width: 40px;
	text-align: right;
	padding-right: 5px;
}

.blockSubscription .blockSubscriptionForm
{
	width: 250px;
}

.blockSubscription .blockSubscriptionFormButton
{
	width: 125px;
}

#content div.searchTable
{
	width: 960px;
}

#content div.searchTable table.searchTableResults
{
	display: table;
	border-left: solid 1px #ABABAB;
	border-bottom: solid 1px #ABABAB;
}

#content div.searchTable table.searchTableResults td
{
	line-height: 11px;
	padding: 5px;
	font-size: 11px;
	border-right: solid 1px #ABABAB;
	border-top: solid 1px #ABABAB;
}

#content div.searchTable table.searchTableResults .headerRow
{
	color: #c36b36;
	background-color: #DCDCDC;
	line-height: 11px;
}

#content div.searchTable table.searchTableResults .headerRowItem
{
	min-width: 80px;
	_width: 80px;
}

#content div.searchTable table.searchTableResults .headerRowItem a
{
	color: #c36b36;
	text-decoration: none;
}

#content div.searchTable table.searchTableResults .scroller
{
	font-size: 12px;
	padding: 6px;
}


#content div.searchTable table.searchTableResults .scroller a.goToFirst, #content div.searchTable table.searchTableResults .scroller a.goToLast
{
	border: solid 1px #B8B8B8;
	padding: 0 4px 0 4px;
	margin: 2px;
	color: #B8B8B8;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#content div.searchTable table.searchTableResults .scroller a.goToPrevious, #content div.searchTable table.searchTableResults .scroller a.goToNext
{
	border: solid 1px #B8B8B8;
	padding: 0 6px 0 6px;
	margin: 2px;
	color: #B8B8B8;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.scrollingDisabled
{
	color: #b9b9b9 !important;
	border: solid 1px #b9b9b9 !important;
}

#content div.searchTable table.searchTableResults .scroller .page
{
	padding: 2px;
	text-decoration: underline;
	color: #555;
}

#content div.searchTable table.searchTableResults .scroller .pageSelected
{
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#content div.searchTable table.searchTableResults .noResultsInfo
{
	font-size: 12px;
	padding: 6px;
	text-align: center;
}


#content div.searchTable table.searchTableResults a
{
	color: #8D8D8D;
}

#content div.searchTable table.searchTableResults tr.itemRow
{
	background-color: White;
}

#content div.searchTable table.searchTableResults tr.itemRowSelected
{
	background-color: #EEE;
	cursor: pointer;
}

#content div.searchTable .dxgvHeader, .dxgvHeader table, #content div.searchTable .dxgvTable
{
	font-size: 11px;
}

#content div.searchTable .dxgvControl a
{
	color: #8D8D8D;
}

#content div.searchTable .dxtlHeader
{
	color: #c36b36;
	font-size: 10px;
}

#content div.searchTable .dxtlControl
{
	font-size: 20px;
}

#content div.searchTable .dxgvHeader a
{
	color: #c36b36;
	text-decoration: none;
}

#content div.searchTable .dxgvFilterBar a
{
	color: #c36b36;
	text-decoration: none;
}

#content div.searchTable td.dxgvFilterBarClearButtonCell a
{
	color: #8D8D8D;
	text-decoration: underline;
}

#content div.searchTable div.dxgvPagerBottomPanel td
{
	height: 26px;
}

#content div.searchTable .dxpButton a img
{	
}

#content div.searchTable .dxgvGroupPanel
{
	background-image: url(   'images/table_background.png' );
}

#content div.searchTable table.dxgvStatusBar
{
	background-image: url(   'images/table_background2.png' );
}

.info td
{
	vertical-align: top;
}

.info .line
{
	display: table;
}

.info .line a
{
	font-size: 11px;
}

.info .line a, .info .line span
{
	display: table-cell;
}

#footer
{
	height: 36px;
	margin-top: 1px;
	border-top: 1px solid #626262;
}

#footerLeft, #footerRight
{
	float: left;
	width: 4px;
	height: 36px;
	background-repeat: no-repeat;
}

#footerLeft
{
	background-image: url(   'images/footer_left.gif' );
}

#footerRight
{
	background-image: url(   'images/footer_right.gif' );
}

#footerContent
{
	float: left;
	width: 948px;
	height: 36px;
	padding-left: 27px;
	padding-right: 17px;
	color: #B8B8B8;
	background-image: url(   'images/footer_background.png' );
	background-repeat: repeat-x;
}

#footerContent div
{
	height: 36px;
	line-height: 36px;
}

#footerContent a, .info a
{
	color: #B8B8B8;
	text-decoration: none;
}

#footerContent a:hover, .info a:hover
{
	text-decoration: underline;
}

#footerContent ul
{
	list-style: none;
}

#footerContent ul li
{
	display: inline;
}

.popupcalbackpanel 
{
	float: right;
	height: 22px;
	width: 100px;
	margin: 0;
	padding: 0;
}

.list
{
    margin-left: 35px;
}

/*tresc ogloszenia*/
.kh_main
{
	font-family: "Arial CE", arial, verdana;
	font-size: 10pt; 
	line-height : 15pt;
}

P 
{
	margin: 0px 0px 0px 0px;
}

.kh_header 
{ 
	font-size: 14pt; 
	line-height : 21pt; 
	text-align: center;
}

.kh_title 
{ 
	font-size: 12pt; 
	font-weight : bold; 
	text-decoration : underline; 
	margin: 25px 0px 15px 0px;
}

.kh_indent_1 
{ 
	list-style-type: none; 
	margin: 0px 0px 0px 30px;
}

.kh_indent_2 
{
	list-style-type: none;
	margin: 0px 0px 0px 60px;
}
/*tresc ogloszenia*/



.subscriptionMessage
{
	font-weight: bold;
	color:#333;
	padding-left: 10px;
}