/* Główne definicje */

*
{
    margin: 0px;
    padding: 0px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline !important; }
a:focus { outline: 1px solid #2D610B; outline-offset: 3px; }

ol,ul
{
    padding-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

html
{
    height: 100%;
}

body
{
    margin: 20px 0px;
    min-width: 900px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

fieldset
{
    border: none;
}

img
{
    vertical-align: middle;
    border: 0px;
}

.clear 
{
    clear: both;
    float: none !important;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    border: none !important;
}

h4,h5,h6
{
    font-size: 1em;
    padding: 7px 0px 5px 0px;
}
h4
{
    padding: 10px 0px 7px 0px;
}
h5
{
    padding: 8px 0px 5px 0px;
}


.center
{
    text-align: center;
}

.hidden
{
    display: none;
}

.hide
{
    height: 1px;
    width: 1px;
    position: absolute;
    left: -10000em;
    top: 0;
    overflow: hidden;
}

#ShortMenu
{
    position: absolute;
    top: 18px;
    left: -250px;
    margin: 0px;
    padding: 0px;
    z-index: 1000;
}
    #ShortMenu li
    {
	display: block;
	position: relative;
	text-align: right;
	list-style: none;
	padding: 2px 0px;
    }
    #ShortMenu a
    {
	display: inline-block;
	width: 250px;
	outline: none;
    }
    #ShortMenu a:focus
    {
	position: relative;
	margin: 0px 0px 0px 250px;
    }
    #ShortMenu span
    {
	display: inline-block;
	padding: 2px 10px;
    }

#Layout
{
    width: 970px; 
    margin: 0px auto;
    padding: 10px;
}

#Header
{
    width: 970px;
    height: 95px;
    position: relative;
    background: url('../img/bip_logo_breake.gif') 243px 25px no-repeat;
}

    #Header .LogoBip
    {
	display: inline-block;
	margin: 15px 30px 0px 30px;
    }

    #Header .HeaderLogo
    {
	display: inline-block;
	margin-top: 15px;
	margin-left: 30px;
    }

    #Header img.HeaderFoto
    {
	float: right;
	margin: 0px;
	padding: 0px;
    }

    #Header img.breake
    {
	margin-top: 25px;
    }

    #Header img.label
    {
	margin-top: 40px;
    }

#Info
{
    margin: 10px 0px;
    height: 15px;
    font-weight: bold;
}
    #Info div
    {
	margin: 0px;
    }
    #Info span
    {
	margin: 0px 20px;
    }

    #Info a
    {
	text-decoration: none;
    }
    #Info a.nav
    {
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px 0px 0px 10px;
	z-index: 8888;
	background-color: #ffffff;
    }

#HeaderName
{
    margin: 0px;
    padding: 10px 20px;
}

    #HeaderName a
    {
	display: block;
	text-decoration: none;
	font-size: 20px;
    }

.HeaderBreake
{
    background: url('../img/border1.gif') top center repeat-x;
    height: 1px;
    border: 0px;
    margin: 0px;
    font-size: 1px;
}

#MenuUp
{
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: right;
}
    #MenuUp ul
    {
	height: 26px;
	margin: 0px;
	padding: 0px;
    }
    #MenuUp li
    {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
    }
    #MenuUp li.right
    {
	float: right;
    }
    #MenuUp a
    {
	display: block;
	float: left;
	padding: 6px 11px;
	margin-right: 2px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
    }

    #MenuUp div
    {
	float: right;
	margin-left: 35px;
    }

#TopOpcje
{
    margin-top: 5px;
    background: url('../img/nawigacja_tlo2.gif') top right repeat-y;
    padding: 10px 15px;
}
    #TopOpcje ul
    {
	margin: 0px;
	padding: 0px;
    }
    #TopOpcje li
    {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 0px;
    }
    #TopOpcje em
    {
	margin: 0px 12px;
    }
    #TopOpcje span
    {
	height: 1px;
	width: 1px;
	position: absolute;
	left: -10000em;
	top: 0;
	overflow: hidden;
    }
    #TopOpcje a
    {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
    }
	#TopOpcje a.resize1
	{
	    font-size: 10px;
	    font-weight: bold;
	    margin-right: 2px;
	    text-transform: uppercase;
	}
	#TopOpcje a.resize2
	{
	    font-size: 13px;
	    font-weight: bold;
	    margin-right: 2px;
	    text-transform: uppercase;
	}
	#TopOpcje a.resize3
	{
	    font-size: 16px;
	    font-weight: bold;
	    text-transform: uppercase;
	}

#NavPath
{
    margin-top: 10px;
    font-size: 11px;
    font-family: tahoma;
}

    #NavPath a
    {
	margin: 0px 5px;
    }

#LayoutMainBody
{
    width: 970px;    
}

#Content
{
    width: 760px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    float: left;
}

#Footer
{
    margin-top: 5px;
    background: url('../img/nawigacja_tlo2.gif') top right repeat-y;
    padding: 10px 15px;
    font-family: tahoma;
    font-size: 12px;
    position: relative;
}

    #Footer .stat
    {
	position: absolute;
	right: 15px;
	top: 10px;
    }

#MadeBy
{
    width: 990px;
    margin: 0px auto;
    text-align: right;
    font-family: tahoma;
    font-size: 11px;
    padding-top: 5px;
}

#MenuLeft
{
    width: 200px;
    padding-top: 10px;
    float: left;
    font-size: 0.92em;
}

#MenuLeft ul
{
    margin: 0px;
    padding: 0px;
}

#MenuLeft h2
{
    font-size: 1em;
    width: 180px;
    height: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 20px;
    background: url('../img/menu_array_d1.gif') top right no-repeat;
    font-weight: bold;
}
    #MenuLeft h2 a
    {
	color: #ffffff;
    }

    #MenuLeft li
    {
	width: 188px;
	display: block;
	padding: 6px 6px 6px 6px;
    }

    #MenuLeft li.expand
    {
	background: url('../img/ico_plus.gif') no-repeat scroll 182px 8px;
    }

    #MenuLeft li.expand_minus
    {
	background: url('../img/ico_minus.gif') no-repeat scroll 182px 8px;
    }

    #MenuLeft li a
    {
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 19px;
    }

    #MenuLeft li a.active
    {
	font-weight: bold;
    }

    #MenuLeft ul ul
    {
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
	margin-left: -6px;
	margin-bottom: -6px;
    }
        #MenuLeft ul ul li, #MenuLeft ul li.sub 
	{
	    width: 159px;
	    display: block;
	    background: url('../img/menu_array_l2.gif') 25px 0 no-repeat;
	    padding-top: 6px;
	    padding-bottom: 6px;
	    padding-left: 35px;
	}

.ContentHeader1
{
    margin-bottom: 10px;
    background: url('../img/ContentHeader2Tlo.gif') top right repeat-y;
    position: relative;
}

    .ContentHeader1 h2
    {
	font-size: 1.2em;
	margin-left: 20px;
	margin: 0px;
	padding: 10px;
	position: relative;
    }

    .ContentHeader1 h2 span
    {
	position: absolute;
	right: 10px;
	font-size: 0.8em;
    }

/* Content Box */

.ContentBox1
{
    padding: 10px 15px 15px 15px;
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 16px;
}

.ContentBox2
{
    padding: 10px;
    font-size: 0.92em;
    overflow-x: auto;
}

    .ContentBox2 div
    {
	padding-top: 3px;
    }

    .ContentBox2 span
    {
        font-style: italic;
	font-weight: bold;
    }

    .ContentBox2 div.Naglowek
    {
	padding-bottom: 5px;
    }

    .ContentBox2 div.More 
    {
	text-align: right;
    }

.ContentOpcje1
{
    margin-top: 15px;
    margin-bottom: 10px;
}

    .ContentOpcje1 a,
    .ContentOpcje1 span
    {
	font-family: tahoma;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
    }

/* Fieldsets */

fieldset img
{
    margin-right: 5px;	
}

    fieldset.content div
    {
	padding: 5px 3px;
	font-family: tahoma;
    }

    fieldset.content div.right
    {
	float: right;
    }

    fieldset.content div.label label
    {
	width: 182px;
    }

    fieldset.content div.label p
    {
	margin-left: 185px;
    }

    fieldset.content div.small
    {
	font-size: 0.9em;
    }

	fieldset.content label
	{
	    display: block;
	    width: 185px;
	    float: left;
	    font-family: tahoma;
	    font-size: 1em;
	    font-weight: bold;
	}

	fieldset.content div div
	{
	    border: none;
	    padding: 0px;
	    margin: 0px;
	}

	fieldset.content div.left
	{
	    display: block;
	    float: left !important;
	    width: 534px;
	}

	    fieldset.content div p
	    {
		padding: 3px 0px;
	    }

	fieldset.content h3
	{
	    margin-bottom: 10px;
	    margin-top: 20px;
	    padding: 5px 5px 5px 15px;
	    display: block;
	    font-family: tahoma;
	    font-size: 1.34em;
	    font-weight: bold;
	    position: relative;
	}

	    fieldset.content h3 i
	    {
	        font-family: tahoma;
	        font-size: 10px;
	        margin-left: 15px;
	    }

	    fieldset.content h3.big
	    {
		font-size: 1.65em;
	    }

	    fieldset.content h3.big span
	    {
		font-size: 0.54em !important;
	    }

	    fieldset.content h3 span
	    {
		position: absolute;
		right: 0px;
		top: 5px;
		font-weight: normal;
		font-size: 0.6em !important;
		text-decoration: none;
	    }

	fieldset.content h4
	{
	    margin-bottom: 10px;
	    margin-top: 20px;
	    padding: 5px 5px 5px 15px;
	    display: block;
	    font-family: tahoma;
	    font-size: 1em;
	    font-weight: bold;
	}

	fieldset.content h5
	{
	    font-size:1.17em;
	    float: left;
	}

	fieldset.content h6
	{
    	    font-size: 1em;
	    font-weight: normal;
	    text-align: right;
	}

	fieldset.content img.logo
	{
	    float: right;
	    padding: 0px;
	    margin: 0px ;
	    position: relative;
	    top: -50px;
	    right: 0px;
	} 
 
    fieldset.list_img div
    {
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
    }

	fieldset.list_img div div
	{
	    border: none;
	}

        fieldset.list_img div.opis
	{
	    margin-top: 5px;
	    font-size: 0.92em;
    	}

    fieldset.list_img img
    {
	border: 0 none;
	float: left;
    }
    
    fieldset.list_img h2
    {
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 5px 5px 5px 15px;
	display: block;
	font-family: tahoma;
	font-size: 1.34em;
	font-weight: bold;
	position: relative;
    }
    
	fieldset.list_img h2 i
	{
	    font-family: tahoma;
	    font-size: 10px;
	    margin-left: 15px;
	}
	
    fieldset.list_img h3
    {
        font-size: 1.2em;
	float: left;
	text-align: right;
	padding-right: 10px;
    }

    fieldset.list_img h4
    {
        font-size: 1em;
	font-weight: normal;
	text-align: right;
    }

/* Forms */

fieldset.form input
{
    width: 300px;
}

fieldset.form label
{
    width: 185px;
    float: left;
}
    fieldset.form label span
    {
	color: #000000;
	font-size: 0.8em;
    }

fieldset.form p
{
    padding: 3px;
}

fieldset.form input.submit
{
    border: none;
    padding: 3px;
    width: 50%;
    width: 100px;
}

    fieldset.form input.checkbox
    {
	display: inline;
	width: auto; 
	margin-right: 5px;
	float: none;	
	vertical-align:text-bottom;
    }

    fieldset.form input.short, fieldset.form select.short
    {
	width: 70px; 
    }

/* NAVIGATION */

.Navigation
{
    padding-bottom: 15px !important;
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
    width: 728px;
}
    
    .Navigation input 
    {
	width: 30px;
    }
    
    .Navigation a
    {
	padding: 3px;
    }
    
    .Navigation a.prev
    {
	margin-right: 200px;
    }
    
    .Navigation a.next
    {	
	position: absolute;
	right: 0px;
    }
    
    .Navigation div.position
    {
	font-size: 0.9em;
	width: 200px;
	float: left;
    }
    
    .Navigation div.pages
    {
	float: left;
	text-align: right;
    }

	.Navigation div.pages a, .Navigation div.pages span
	{
	    margin: 0px 4px;
	}

	.Navigation div.pages span.current
	{
	    font-weight: bold;
	}

        .Navigation div.pages a.prev
	{
	    padding-right: 15px;
	}

        .Navigation div.pages a.next
	{
	    padding-left: 15px;
	    position: relative !important;
	}
	

/* TABLE TREE */

    .tree a 
    { 
	text-decoration:none; 
    }

    .tree td.join3, .tree td.join3 a 
    {
	padding-left: 0px; font-weight: bold;
    }

    .tree td.join2
    {
	text-transform:uppercase; font-weight: bold;
    }

    .tree img
    {
	margin: 0px;
    }

.WiadomoscRow
{
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: tahoma;
}

    .WiadomoscRowImg img
    {
	float: left;
	margin-top: 25px;
	padding-right: 10px;
    }

    .WiadomoscRow h3
    {
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 5px 5px 5px 15px;
	font-size: 1.15em;
	display: block;
	font-family: tahoma;
	font-weight: bold;
	position: relative;
    }

    .WiadomoscRow p.data, .WiadomoscRow p.zrodlo
    {
	text-align: right;
	padding: 5px 0px;
    }

    .WiadomoscRow.Tresc
    {
	text-align: justify;
	overflow-x: auto;
    }

    .WiadomoscRow img.head
    {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
    }

    .WiadomoscRow p.more
    {
	text-align: right;
    }

    .WiadomoscFiles, .WiadomoscGallery
    {
	padding-bottom: 10px;
	margin-bottom: 10px;
    }
    .WiadomoscGallery img
    {
	margin: 10px;
    }
	.WiadomoscFiles h4, .WiadomoscGallery h4
	{
	    font-size:1.17em;
	    padding-bottom: 10px;
	    margin-bottom: 10px;
	}

	.WiadomoscFilesAudio p
	{
	    position: relative;
	    padding: 5px 0px 11px 300px;
	    font-size: 10px;
	    border-bottom: 1px solid #cccccc;
	}

	.WiadomoscFilesAudio .playerAudio
	{
	    position: absolute;
	    top: 5px;
	    left: 0px;
	}

    .WiadomoscPanel .top
    {
	text-align: right;
    }

.PozycjaNaMapie
{
    border: 0 none;
    height: 500px;
    overflow: hidden;
    width: 730px;
}

div.ContentGrid
{
    margin-bottom: 20px;
}

    div.ContentGrid table
    {
	width: 100%;
	border-bottom: none;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
    }

    div.ContentGrid th
    {
	padding: 4px;
	color: #2d444f;
	font-family: arial;
	font-size: 1em;
	text-align: left;
	border-width: 0 1px 1px 0;
	border-style: solid;
    }

	div.ContentGrid th a
	{
	    display: block;
	}
    
    div.ContentGrid tr.bold
    {
	font-weight: bold;
    }

	div.ContentGrid tr.bold a
	{
	    font-weight: bold;
	    color: red;
	}

    div.ContentGrid tr.disabled
    {
	font-style: italic;
    }

	div.ContentGrid tr.disabled a
	{
	    font-style: italic;
	}

    div.ContentGrid tr.crossed td
    {
	font-style: italic;
	text-decoration: line-through;
    }

	div.ContentGrid tr.crossed a
	{
	    font-style: italic;
	    text-decoration: line-through;
	}
    
    div.ContentGrid td
    {
	border-width: 0 1px 1px 0;
	border-style: solid;
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 10px 5px;
	font-size: 0.85em;
    }

	div.ContentGrid td a
	{
	    height: 25px;
	}

        div.ContentGrid td.o
	{
	    font-weight: bold;
	}

        div.ContentGrid td.i
	{
	    text-align: center;
	}

        div.ContentGrid td.r
	{
	    text-align: right;
	}
.Row ul
{
    margin-top: 0px;
    padding-left: 0px;
    list-style: none;
}
    .Row ul li
    {
	padding: 2px 0px;
    }

/* Alerts */

.ContentAlert
{
    padding: 20px 0px;
}

    .ContentAlert p
    {
	display: block;
	color: red;
	letter-spacing: 1px;
	margin: 0px !important;
	padding: 0px 0px 15px 20px !important;
	border-bottom: 1px solid #dbdbdb;
	background: url('http://bi.idcom.pl/panel/img/icons/info_alert1.gif') top left no-repeat;
    }

.ContentAlert.Error
{
    margin: 20px 0px;
    padding: 0px;
    background: #ffbfbf; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffbfbf 0%, #ff9191 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbfbf), color-stop(100%,#ff9191)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffbfbf 0%,#ff9191 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffbfbf 0%,#ff9191 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffbfbf 0%,#ff9191 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffbfbf 0%,#ff9191 100%); /* W3C */
    border: 1px solid #FF3F3F;
}
    .ContentAlert.Error p
    {
	color: #4F1313;
	font-weight: bold;
	padding: 25px 20px 25px 60px !important;
	background: url('http://bi.idcom.pl/panel/img/icons/alert_error.png') 15px 17px no-repeat;
	border: none;
    }

.ContentAlert.Info
{
    margin: 20px 0px;
    padding: 0px;
    background: #b7eaff; /* Old browsers */
    background: -moz-linear-gradient(top,  #b7eaff 0%, #7fdaff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7eaff), color-stop(100%,#7fdaff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b7eaff 0%,#7fdaff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b7eaff 0%,#7fdaff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b7eaff 0%,#7fdaff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b7eaff 0%,#7fdaff 100%); /* W3C */
    border: 1px solid #00B6FF;
}
    .ContentAlert.Info p
    {
	color: #003C54;
	font-weight: bold;
	padding: 25px 20px 25px 60px !important;
	background: url('http://bi.idcom.pl/panel/img/icons/alert_info.png') 10px 13px no-repeat;
	border: none;
    }

.ContentAlert.Success
{
    margin: 20px 0px;
    padding: 0px;
    background: #d2eda2; /* Old browsers */
    background: -moz-linear-gradient(top,  #d2eda2 0%, #b0e554 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d2eda2), color-stop(100%,#b0e554)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d2eda2 0%,#b0e554 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d2eda2 0%,#b0e554 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d2eda2 0%,#b0e554 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #d2eda2 0%,#b0e554 100%); /* W3C */
    border: 1px solid #83CE02;
}
    .ContentAlert.Success p
    {
	color: #3A5B00;
	font-weight: bold;
	padding: 25px 20px 25px 60px !important;
	background: url('http://bi.idcom.pl/panel/img/icons/alert_success.png') 10px 17px no-repeat;
	border: none;
    }

/* Kontrast */
#TopInfo
{
    display: block;
    height: 40px;
    padding-top: 15px;
    font-size: 18px;
    text-align: center;
    border: 1px solid;
}

#WersjaKontrastowa
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
    #WersjaKontrastowa li
    {
	margin: 5px 0px;
	padding: 0px;
    }
    #WersjaKontrastowa a
    {
	display: block;
	padding: 15px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
    }
    #WersjaKontrastowa a span
    {
	position: absolute;
	right: 20px;
	top: 15px;
    }
#WersjaKontrastowa .v0
{
    border: 1px solid;
}
#WersjaKontrastowa .v1
{
    background-color: #000000;
    color: yellow;
}
#WersjaKontrastowa .v2
{
    background-color: gray;
    color: #ffffff;
}
#WersjaKontrastowa .v3
{
    background-color: navy;
    color: #ffffff;
}
#WersjaKontrastowa .v4
{
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
}