html {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #69A33E url('../images/gfx/bg.jpg') top left repeat-x;
	text-align: center;
}

body {
	color: #000;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	font: 8pt Verdana, Arial, "Times New Roman", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}

img {
	border: 0px;
}

sup {
	color: #f00;
}

table {
	font: 8pt Verdana, Arial, "Times New Roman", sans-serif;
}

form, input, textarea {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.center {
	margin: auto;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

fieldset {
	margin: 10px 0px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}

legend {
	color: #000;
	font-weight: bold;
	padding: 5px;
}

label:hover {
	color: #5FBF7E;
	cursor: pointer;
}

a, a:link, a:active, a:visited, a:focus {
        color: #33A0D4;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #10781F;
	font-weight: bold;
	text-decoration: none;
}

.lock {
	padding-right: 15px;
	background: transparent url('../images/lock.gif') center right no-repeat;
	vertical-align: middle;
}

.LoadingBox {
	margin: auto;
	text-align: center;
	padding: 10px;
}

ul,li { margin-top: 2px; margin-bottom: 2px; }

hr {
	width: 100%;
	height: 1px;
	border: 1px dotted #ddd;
}

.wieksze { font-size: 110%; }
.male { font-size: 90%; }
.mniejsze { font-size: 80%; }
.malutkie { font-size: 70%; }

.nobr {
	white-space: nowrap;
}

/* obsluga bledow */
.error {
	color: #F00;
	font-weight: bold;
}
.error_box {
	margin: 10px 20px;
	padding: 20px 40px;
	border: 3px solid #f00;
	background: #f8f8f8 url('../images/error_box_bg.gif') top left no-repeat;
	text-align: center;
	color: #F00;
	font-weight: bold;
}
.info {
	color: #2097AF;
	font-weight: bold;
}
.info_box {
	margin: 10px 20px;
	padding: 20px 40px;
	border: 2px solid #2FDF30;
	background: #f8f8f8 url('../images/info_box_bg.gif') top left no-repeat;
	text-align: center;
	color: #166D16;
	font-weight: bold;
}
.warning_box {
	margin: 10px 20px;
	padding: 20px 40px;
	border: 3px solid #ff0;
	background: #f8f8f8 url('../images/warning_box_bg.gif') top left no-repeat;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.warning {
	color: #000;
	font-weight: bold;
}
/* obsluga bledow - koniec */

/* formularze */

.InputTransparent {
	border: 0px;
	background: transparent;
}
.InputCursor {
	cursor: pointer;
}

.formularz {
	padding: 2px;
	color: #000;
	border: #777 1px solid;
	background: #eee;
}
.formularz:hover {
	padding: 2px;
	color: #000;
	border: #5FBF7E 1px solid;
	background: #eee;
}
.formularz:focus {
	padding: 2px;
	color: #000;
	border: #2938DF 1px solid;
	background: #fff;
}

.formularz_button {
	padding: 2px;
	color: #000;
	border: #777 1px solid;
	background: #eee;
	cursor: pointer;
}
.formularz_button:hover {
	padding: 2px;
	color: #000;
	border: #5FBF7E 1px solid;
	background: #eee;
}
.formularz_button:focus {
	padding: 2px;
	color: #000;
	border: #2938DF 1px solid;
	background: #fff;
}

/* formularze - koniec */

/* gfx */

#Page {
	margin: auto;
	width: 950px;
	text-align: center;
}

#Page #PageTable {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

#Page #PageTable #BorderLeft {
	width: 50px;
	background: url('../images/gfx/top_left_bg.jpg') top right repeat-y;
}

#Page #PageTable #BorderLeftGfx {
	width: 50px;
	height: 400px;
	background: url('../images/gfx/top_left.jpg') top left no-repeat;
}

#Page #PageTable #MainContent {
	width: 850px;
	background-color: #F7F9F9;
	text-align: left;
}

#Page #PageTable #BorderRight {
	width: 50px;
	background: url('../images/gfx/top_right_bg.jpg') top left repeat-y;
}

#Page #PageTable #BorderRightGfx {
	width: 50px;
	height: 400px;
	background: url('../images/gfx/top_right.jpg') top left no-repeat;
}

#Page #PageTable #MainContent #Top {
	width: 850px;
	height: 260px;
	background: url('../images/gfx/top_bg.jpg') top left no-repeat;
	clear: both;
}

#Page #PageTable #MainContent #Top #ButtonLogo {
	margin-top: 8px;
	width: 550px;
	height: 240px;
	display: block;
	float: left;
}

#Page #PageTable #MainContent #Top #ButtonLogoLink {
	width: 550px;
	height: 240px;
	display: block;
}

#Page #PageTable #MainContent #Top #ButtonIOR {
	margin-top: 8px;
	width: 48px;
	height: 41px;
	display: block;
	float: right;
}

#Page #PageTable #MainContent #Top #ButtonIORLink {
	width: 48px;
	height: 41px;
	display: block;
}

#Page #PageTable #MainContent #PageContentTable {
	width: 850px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenuLeft {
	width: 20px;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu {
	width: 260px;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent {
	width: 570px;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu {
	background: url('../images/gfx/menu_bg.jpg') bottom left repeat-y;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu #MenuTopBg {
	padding-top: 20px;
	background: url('../images/gfx/menu_top_bg.jpg') top left no-repeat;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu #MenuBottomBg {
	padding-bottom: 76px;
	background: url('../images/gfx/menu_bottom_bg.jpg') bottom left no-repeat;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu #MenuBox {
	margin-left: 6px;
	width: 243px;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu #MenuSeperatorTop {
	padding-top: 2px;
	background: url('../images/gfx/menu_separator.jpg') top left no-repeat;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu .MenuSeperator {
	padding-bottom: 2px;
	background: url('../images/gfx/menu_separator.jpg') bottom left no-repeat;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu .MenuImg {
	margin-right: 8px;
	vertical-align: middle;
	border: 0px;
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu .MenuItem {
}

#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu a, #Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu a:link, #Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu a:active, #Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu a:visited, #Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu a:focus {
	padding: 4px 6px 4px 20px;
        color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#Page #PageTable #MainContent #PageContentTable #ColumnMenu #Menu a:hover {
/* 	color: #F5DD09; */
	background: url('../images/gfx/menu_item_bg_hover.jpg') top left repeat-y;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent {
	background: url('../images/gfx/kontent_bg.jpg') top left no-repeat;
}


#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 30px;
	width: 520px;
}


#Page #FooterBox {
	width: 950px;
	padding-top: 55px;
	padding-bottom: 15px;
	background: url('../images/gfx/stopka_bg.jpg') top left no-repeat;
	clear: both;
}
#Page #FooterBox #FooterText {
	margin-left: 135px;
	margin-right: 65px;
	width: 750px;
	text-align: left;
	color: #fff;
	font-family: Arial, Verdana, "Times New Roman", sans-serif;
}

#Page #FooterBox #FooterText #FooterExtranet {
	width: 200px;
	height: 30px;
	text-align: right;
	display: block;
	float: right;
}

#Page #FooterBox #FooterText a, #Page #FooterBox #FooterText a:link, #Page #FooterBox #FooterText a:active, #Page #FooterBox #FooterText a:visited, #Page #FooterBox #FooterText a:focus {
        color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#Page #FooterBox #FooterText a:hover {
	color: #eee;
	font-weight: normal;
	text-decoration: none;
}

/* bazy */

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation {
	margin: auto;
	padding: 15px 0px;
	text-align: center;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation .NavigationActive {
	margin: 0px 5px;
	border: 1px solid #000;
	padding: 2px 5px;
	color: #fff;
	background-color: #888;
	font-weight: bold;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation a, #Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation a:link, #Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation a:active, #Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation a:visited, #Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation a:focus {
	border: 1px solid #000;
	padding: 2px 5px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .Navigation a:hover {
        background-color: #000;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .selected {
	font-weight: bold;
	background-color: #e8e8e8;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .sekcja {
	margin-top: 10px;
	margin-bottom: 6px;
	color: #178627;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .dataRow {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	line-height: 130%;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .rowUnPair {
	background-color: #efefef;
}
#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .rowUnPair:hover {
	background-color: #fff;
}

#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .rowPair {
	background-color: #f8f8f8;
}
#Page #PageTable #MainContent #PageContentTable #ColumnContent #Kontent .rowPair:hover {
	background-color: #fff;
}


/* baza */

#ajax_roslinaID select, #ajax_agrofagID select {
	width: 100%;
}

.szukaj_wyroznienie {
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 2px;
	padding-right: 2px;
	color: #000;
	font-weight: bold;
	background-color: #FFE26A;
}

.ostrzezenie {
	color: #CF1919;
	font-weight: bold;
}

.ostatnia_modyfikacja {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #888;
	font-size: 90%;
}

.InputSubmitExportPDF {
	width: 31px;
	height: 25px;
	background: transparent url('../images/pobierz_pdf.gif') center center no-repeat;
	border: 0px;
	cursor: pointer;
}