@charset "utf-8";
@import url(common.css);
@import url(grid.css);
@import url(form.css);
@import url(resource.css);
@import url(tree.css);
@import url(tree_sections.css);
/* CSS layout */
body {
	padding: 0;
	margin: 0 auto;
	width: 96%;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width:800px;
}

#bannerBlock {
	white-space: nowrap;
	vertical-align: middle;
	width:99%;
	padding:0;
}

/*TABELKA na cały baner*/
#banner{
	width:100%;
	padding:0;
	margin:0;
}
#imgBip{
	text-align:left;
}
#imgBanner{
	/*text-align:center;*/
	background: url('../images/bannerBetween.jpg');
	width:100%;
	padding:0;
}
#imgBannerBetween, #imgBannerText, #imgBannerMonitor{
	/*text-align:center;*/
	padding:0;
	background: url('../images/bannerBetween.jpg');
}
#imgHerb{
	text-align:right;
}

#bipLogo {
	margin-bottom: 4px;
}

/* MENU GLOWNE */
.menuBlockHeader {
	background: #507DC1 url('../images/str_down.gif') no-repeat 2px !important;
	padding: 2px 2px 2px 20px;
	zoom: 1;
}

.menuBlockHeader a {
	color: White !important;
	text-decoration:none;
	font-weight: bold;
}
.menuBlockHeader a:link, .menuBlockHeader a:visited {
	text-decoration:none;
}

.menuBlockHeader a:active, .menuBlockHeader a:hover {
	text-decoration:underline;
}

.menuBlock a {
	zoom: 1;
	font-size: 100%;
}

#info {
	font-weight:bold;
	display:inline;
	margin-top:6px;
	float:left;
	font-size:120%;
}

/* Pasek logowania */
.userLogin {
	display: inline-block;
	margin: 7px 25px 0 25px;
	float: right;
	color: #435A84;
}

.userLogin a, .userLogin a:link, .userLogin a:visited {
	text-decoration: none;
	color: #435A84;
}

.userLogin a:hover, .userLogin a:active {
	text-decoration: underline;
	color: #cd0000;
}

.userLogin a.userEmail {
	font-weight: bold;
}

/*pasek wyszukiwarki*/
#searchBlock{
	padding:5px 0 5px 0;
}

#searchPlugin{
	float:right;
}
#searchPlugin, #searchPlugin form, .headerRow{
	display:inline;
	margin-right:0;
}

#searchPlugin input#searchImage {
	border: none;
	position: relative;
	top: 3px;
}

#searchPlugin img#searchImg {
	position: relative;
	top: 3px;
}

/* OBSZAR TREŚCI STRONY */
#container {
	position: relative;
	width: 100%;
	overflow:hidden;
	
}

/* OBSZAR LEWYCH MENU */
#leftSidebar {
	width: 180px;
	margin-top: 0;
	float: left;
}

#leftSidebar ul {
	margin-bottom: 0px;
}

#leftSidebar li {
	line-height: 110%;
	margin-bottom: 0px;
}

#leftSidebar h2 {/*nagłówki w menu*/
	margin:0;
	padding:2px 0 2px 3px;
	color:#ffffff;
	font-size:100%;
	background-color: #507DC1;
}

#leftSidebar li a, #leftSidebar li a:link, #leftSidebar li a:visited {
	color: #000069;
	text-decoration: none;
}

#leftSidebar li a:hover, #leftSidebar li a:active {
	color: #cd0000;
	text-decoration: underline;
}

.menuBlock{
	background:#F5F5F5;
	color:#000069;
}
.menuBlock ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.menuBlock li {
	border-bottom: 1px #CDD7EA solid;
	padding: 4px;
}

/* END BLOKÓW LEWEGO MENU */
/* TREŚCI STRONY */
#pageContent{
	text-align: justify;
	border-top:1px solid #507DC1;
	margin: 0 0 0 180px;
}

#pageContent a:active, #pageContent a:hover {
	text-decoration: underline;
	color: #cd0000;
}

.page{
	padding: 0 0 0 15px;
	float: none;
}

* .page{/*wymyk pod ie6 zeby ovrflow dzialalo*/
	width: 97%;
}

.pageList li {
	margin-bottom: 7px; 
	border-bottom: 1px solid #F2F2F2; 
	padding-bottom: 7px;
}


#pathMenu {
	padding: 3px 120px 5px 5px;
	margin-bottom: 10px;
	font-size: 90%;
	text-align: left;
	color: #1E7FBB;
	font-weight: bold;
	background-color:#F2F2F2;
	height:100%;
}

#pathMenu a {
	font-weight: normal;
	color: #6D6D6D;
}

#pathMenu a:hover {
	color: #cd0000;
	text-decoration: underline;
}

/*metryczka*/
#pageInfoBlock {
	background-color: #F2F2F2;
	border: 1px solid #C0C0C0;
	font-size: 90%;
	margin: 20px 0 5px 0 ;
	width: 97%;
	padding: 5px;
}

#pageInfoBlockA {
	background-color: #F2F2F2;
	border: 1px solid #C0C0C0;
	font-size: 90%;
	margin: 20px 0 5px 0 ;
	width: 97%;
	padding: 5px;
}
	
.infoBlock{
	width:100%;
}

#infoPrint{
	width:35px;
	vertical-align:top;
	margin:10px;
}

#infoNiejawna{
	color:red;
	font-size:120%;
}

.hint {
	border: 1px solid #4682B4;
	background-color: white;
	padding: 4px;
	line-height: 120%;
}

/* STOPKA */
#footer {
	text-align: center;
	font-size: x-small;
	clear: both;
	padding-top: 10px;
	margin-top: 0;
}

#footer p {
	margin: 0;
	padding: 0;
}

p#footerMenu {
	padding: 4px;
	line-height: 150%;
	border-top: 1px solid #507DC1;
}

p#footerMenu a, p#footerMenu a:link, p#footerMenu a:visited {
	text-decoration: none;
}

p#footerMenu a:hover {
	text-decoration: underline;
	color: #cd0000;
}

p#copy {
	margin:5px 0;
}

.footerRow {
	text-align: right;
	border-top: 1px solid #DBDBDE;
	margin-top: 5px;
	clear: both;
}

.footerRow a, .footerRow a:link, .footerRow a:visited {
	color: #1E7FBB;
	font-weight: bold;
	text-decoration: none;
}
/* END STOPKA */
