<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{background-image:url(images/tlo6.jpg);background-repeat:no-repeat;background-position:center top;background-color:#C9DBCD;}
.w3 {
	background-color: transparent; //ghostwhite;
	vertical-align: middle;
}

.w4 {
	background-color: rgba(129, 177, 139, 0.52); //#81B18B
	vertical-align: middle;
}
.info
{
	width: 900px;
	//width: 70%;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    font-weight: normal;
	font-size: 10px;
	text-align: left;
}

input[type=varchar]
{
	width: 250px;
	box-sizing: border-box;
	background-color: #efefef;
	color: #666666;
	border: 2px solid #dddddd;
	border-radius: 5px;
	font-size: 14px;
	padding: 5px;
	outline: none;
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}
input[type=varchar]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #A2B8CD;
	background-color: #D3E0E6;
	color: #244D78;
}
.divsrodek
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
    font-weight: bold;
}
.opisy
{
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 10px;
    font-weight: bold;
	width: 250px;
	text-align: left;
}
.opisy2
{
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 10px;
    font-weight: bold;
	width: 100px;
	text-align: left;
}
.checkboxy
{
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	font-size: 10px;
    font-weight: bold;
	width: 250px;
}
.dg0
{
	margin-top: 0;
	margin-bottom: 0;
}

hr.styl1 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 90%;
}
hr.styl2 {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
	width: 85%;
}
hr.styl3 {
    overflow: visible; /* For IE */
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
	width: 85%;
	margin-top: 30px;
}
hr.styl3:before { /* Not really supposed to work, but does */
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.tresc
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: black;
	display: block;
	border: 2px solid #dddddd;
	border-radius: 15px;
	font-weight: normal;
}
.powroty
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	color: black;
	display: block;
	letter-spacing: 2px;
}
.decyzja
{
	display: inline-block;
	margin-left: 80px;
	margin-top: 30px;
}
.przycisk
{
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#logowanie {
	background-color: white;
	width: 420px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,0.9);
	text-align: center;
	border-radius: 25px;
}
input[type=text],
input[type=password]
{
	width: 200px;
	box-sizing: border-box;
	background-color: #efefef;
	color: #666666;
	border: 2px solid #dddddd;
	border-radius: 5px;
	font-size: 14px;
	padding: 10px;
	outline: none;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
input[type=text]:focus,
input[type=password]:focus
{
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,0.9);
	border: 2px solid #A2B8CD;
	background-color: #D3E0E6;
	color: #244D78;
}
input#login[type=submit]
{
	width: 200px;
	background-color: #244D78;
	color: white;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	padding: 15px 10px;
	outline: none;
	margin-top: 30px;
	cursor: pointer;
	letter-spacing: 2px;
}
input#login[type=submit]:focus
{
	-webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	-moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	box-shadow: 0px 0px 15px 5px rgba(204,204,204,0.9);
	background-color: #112F4E;
}
input#login[type=submit]:hover
{
	background-color: #112F4E;
}
input::-webkit-input-placeholder{color: #999999;}
input:focus::-webkit-input-placeholder{color: #244D78;}
/* Firefox &lt; 19 */
input:-moz-placeholder{color: #999999;}
input:focus:-moz-placeholder{color: #244D78;}
/* Firefox &gt; 19 */
input::-moz-placeholder{color: #999999;}
input:focus::-moz-placeholder{color: #244D78;}
/* Internet Explorer 10 */
input::-ms-input-placeholder{color: #999999;}
input:focus::-ms-input-placeholder{color: #244D78;}

.circle {
  background: #fc2e5a;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 10px 15px;
  line-height: 40px;
}

.pokaz {
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica;
    TEXT-ALIGN: center;
    font-weight:bold;
    background-image: url('przycisk.jpg');
    background-repeat: repeat-x;
    background-position: center;
    background-color: #221F1F;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 8px;
    border: 1px solid #221F1F;
    border-top: 1px solid #676767;
    padding: 8px;
    margin-bottom: 5px;
    vertical-align:middle;
    line-height: 50px;

}
a:link {
	color: #86B690;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #86B690;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #86B690;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-weight: bold;
	text-decoration: none;
}
select.lista { 
width: 180px; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	background-color: #86B690;
 	//background-color: rgb(129, 196, 240);
 	color: #006600; 
 	border: 1px solid #284279; 
}
input.data {
	text-align: center;
}
input.time {
	text-align: center;
}
input.label {
	background-color: transparent;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	text-decoration: none;
	color: #000000;
	width: 300px;
	font-size: 7pt;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-align: justify;
	font-weight: bolder;
	text-shadow: none;
}
input.file0 {
	position: relative;
	text-align: right;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 2;
	width: 1px;
	height: 1px;
}
p.wysylam{
	color: red;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12pt;
	text-align: center;
	font-weight: bold;
	text-decoration: blink;	
	}
input.pn-button {
	background-color: #599AE8;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-style: ridge;
	border-top-style: ridge;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
}

input.pn-button2 {
	background-color: #CC0000;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-style: ridge;
	border-top-style: ridge;
	color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-indent: 2px;
}

input.pn-text {
	background-color: #D0E2F8;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-style: inset;
	border-top-style: inset;
	color: #343D5D;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 2px;
}

input.pn-text2 {
	background-color: #D0E2F8;
	border-bottom-style: inset;
	border-left-style: inset;
	border-right-style: inset;
	border-top-style: inset;
	color: #343D5D;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 2px;
}
.nglt {
	background-color: #EAEAAE;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-right-style: ridge;
	border-top-style: ridge;
	color: black;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-indent: 2px;
	text-align: center;
	vertical-align: middle;
	
	
}
.nglbt {
	background-color: #999966;
	color: black;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	text-indent: 2px;
	text-align: center;
	vertical-align: middle;
}
td {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	text-align: justify;
    vertical-align:middle;
}

.d {
	border-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
	vertical-align: text-top;
}

.f {
	border-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	vertical-align: text-top;
}

.n {
	border-style: none;
	color: #E1E9DB;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.nazwiska {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 5px;
	text-align: justify;
}

.nb {
	color: #003300;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: center;
}

.nc {
	border-style: none;
	color: #000080;
	color: #008000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

.nglowek {
	/*  background: url("/images/sukno2.png") center top; 
	border-bottom: #343D5D 1px solid;
	border-left: #343D5D 1px solid;
	border-right: #343D5D 1px solid;
	border-top: #343D5D 1px solid; 
	#4600EE
	*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

.ni {
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
}

.nid {
	border-bottom-style: none;
	border-right-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
}

.nig {
	border-right-style: none;
	border-top-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	text-align: left;
}

.nl {
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: left;
}

.nr {
	border-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: right;
}

.nrc {
	border-style: none;
	//color: #000080;
	color: #FF0000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.nrclr {
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	color: #000080;
	color: #FF0000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: center;
}

.nrl {
	border-style: none;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: lighter;
	text-align: left;
}

.nrn {
	border-style: none;
	color: #000080;
	color: #0000FF;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: right;
}

.nrr {
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: right;
}

.nrz {
	border-style: none;
	color: #000080;
	color: #008000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: lighter;
	text-align: right;
}

.podtytul {
	border-top: #343D5D 1px solid;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: justify;
}

.s {
	border-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: right;
	vertical-align: text-bottom;
}

.s1 {
	border-style: none;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
	vertical-align: text-bottom;
}

.s10 {
	color: #000080;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
}

.s1lr {
	border-bottom-color: #FFFFFF;
	border-top: #FFFFFF 1px solid;
	border-top-color: #FFFFFF;
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	text-align: center;
	vertical-align: text-bottom;
}

.lpc {
	color: #000000;
	background-color: #999966;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	vertical-align: middle;	
	text-align: center;
}
.tdc {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	vertical-align: middle;	
	text-align: center;
}

.tdl {
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	text-align: left;
}

.tdr {
	color: #000080;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 9pt;
	text-align: right;
}

.text {
	font-size: 9pt;
	margin-bottom: 4px;
	margin-top: 1px;
	text-align: justify;
}

.text_normal {
	font-size: 9pt;
	margin-bottom: 1px;
	margin-top: 1px;
	text-align: justify;
}

.w {
	color: #000000;
	background-color: #eaeaae;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;	
	text-align: center;
}

.w7 {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

.wl {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

.wyroznik {
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 8px;
	text-align: left;
}

.z {
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10pt;
	text-align: left;
}
#clipboard{background-image:url("images/ibsf_clipboard.png");background-position:center bottom;background-repeat:no-repeat;height:100px;clear:left;text-align:center;}
#opis{height:39px;*height:42px;position:relative;top:-12px;display:inline-block;}
.ramkaLewa{background-image:url("images/opisLewy.png");background-repeat:no-repeat;display:inline-block;left:6px;position:relative;top:10px;height:36px;width:6px;}
.ramkaSrodek{background-image:url("images/opisSrodek.png");background-repeat:repeat-x;display:inline-block;text-transform: uppercase;color:#1a303a;display:inline;font-family:uscorergh,Sans-serif;font-size:21px;font-weight:normal;line-height:38px;padding:0 15px;height:36px;margin-top: -3px;display:inline-block;*display:inline;position:relative;}
.ramkaPrawa{background-image:url("images/opisPrawy.png");background-repeat:no-repeat;display:inline-block;position:relative;right:6px;top:10px;height:36px;width:6px;z-index:1;}
.srodek{background: url("images/srodek.png") repeat-y top;text-align: center;color: Black;font-size: 15px;font-style: normal;font-weight: bold;font-family: verdana,Arial,Sans-serif;}
#container {width:1048px;margin-left:auto;margin-right:auto;position: relative;}
.notebook {position: absolute;top: 16px;left: 0px;width: 100%;min-height: 46px;background-color: #fbfbf7;background-image: url("images/spirala.png");background-repeat: repeat-x;}
#stopka1{background-image:url("images/sponsors_gora.png");background-position:center bottom;background-repeat:no-repeat;width:1048px;height:16px;clear:left;text-align:center;}
#stopka2{background-image:url("images/sponsors_dol.png");background-position:center bottom;background-repeat:no-repeat;width:1048px;height:21px;clear:left;text-align:center;}
</pre></body></html>