/* ======================================================================
 * uyb.css - Arkusz styli Use Your Brain (UYB), uyb.pl
 * Utworzony: 05.06.2003 - Miro Hryckowiak, miro.NO@SPAM.uyb.pl
 * ====================================================================== */

html {
    font-size: 12px;
}

body {
	background-color: #cccccc;
	padding: 0 0 0 0;
	margin, leftmargin, topmargin, rightmargin: 0;
	marginwidth, marginheight: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal; /*	background : url(../img/tlo.jpg); */
}


strong {
    font-weight: bold;
}


/* ======================================================================
 * Formularze
 * ====================================================================== */
FORM {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size : 11px;
	border : 1px dashed #858BA3;
}

input#std { border : 1px solid #003366; background-color : #B6C2D7; width:100px; }
input#dodoA { border : 1px solid #A9A9A9; background-color : #B0C4DE; width:100px; }


FORM.malyInp {
	font-size : 10px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

FORM.malyInp table {
	font-size : 10px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

FORM.malyInp td {
	vertical-align: bottom;
    text-align: left;
	padding : 1px 1px 1px 1px;
}

FORM.malyInp INPUT, SUBMIT {
	background-color : #B6C2D7;
	font-size : 10px;
}


/* ======================================================================
 * Linki
 * ====================================================================== */

/* normal links           */
/* ====================== */
a:link {
    color: #0073c7;
}

a:visited {
    color: #858BA3;
}

a:link:hover,
a:link:active,
a:visited:hover,
a:visited:active {
    color: #000000;
}

A.bialyTxt:link,
A.bialyTxt:visited {
	text-decoration : underline;
    color: #000000; 
	font-size: 10px;
}

A.bialyTxt:hover,
A.bialyTxt:active {
	text-decoration : underline;
    color: #003399; 
	font-size: 10px;
}
/* hover on non-white backgrounds */

td.gnaw a,
td.gnaw a:visited {
/*    background-color: #fff; */
	text-decoration : none;
    color: #ECE891;
}

td.gnaw a:hover,
td.gnaw a:active {
/*	text-decoration : underline;  */
    background-color: #858BA3; 
    color: #ffcc00;
}

td.gnaw a.Akt,
td.gnaw a.Akt:visited,
td.gnaw a.Akt:hover,
td.gnaw a.Akt:active {
/*	text-decoration : underline;  */
    background-color: #858BA3; 
    color: #ffcc00;
}


td.snaw a,
td.snaw a:visited {
/*    background-color: #fff; */
	text-decoration : none;
/*    color: #ECE891; */
}

td.snaw a:hover,
td.snaw a:active {
	text-decoration : underline;
/*    background-color: #858BA3; */
/*    color: #ECE891; */
}

td.snaw a.Akt,
td.snaw a.Akt.hover,
td.snaw a.Akt.active,
td.snaw a.Akt.visited {
	text-decoration : none;
	color : #000000;
}


td.stopka a,
td.stopka a:visited {
/*    background-color: #fff; */
	text-decoration : underline;
    color: #000000; 
}

td.stopka a:hover,
td.stopka a:active {
	text-decoration : underline;
    background-color: #858BA3;
    color: #ECE891; 
}


/* ======================================================================
 * Nagłówki
 * ====================================================================== */

h1 {
    padding: 2px;
    margin: 0 0 2px 0;
    border: 1px solid #405871;
    font-size: 22px;
    font-weight: bold;
}

h2 {
    padding: 6px 0 2px 2px;
	margin: 6px 0 2px 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
	color : #333333;  
}


/*===================================
 * DIV, div, div, div, div... 
  ===================================*/

/* główny kontener strony */
div.kontenerGL {
	text-align : left;
}

/* biały tekst */
div.bialyTxt {
	padding: 3px 3px 3px 13px;
/*	width : 100%; */
	color : #003399;
	font : normal 11px;
	background-color: #B6C2D7;
	text-align: left;
	opaque : 60%;
}

div.snawP {
	width : 200px;
}

/*===================================
 * Obrazki w nawigacji
  ===================================*/

/* ikony flag   */
div.flagi {
    padding: 0;
    text-align: center;
/*    vertical-align: top; */
}
div.flagi img {
    width: 16px;
	height: 9px;
	border-style: none;
	border : 0px;
	padding-left : 1px;
	padding-right : 1px;
}


/*===================================
 * Tabele
  ===================================*/

table {
   border: 0px;
   border-collapse: collapse;
   padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left : 0px;
	padding-right : 0px;	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left : 0px;
	margin-right : 0px;
}

td, th {
    empty-cells: show; /* show border around empty cells */
    vertical-align: top;
    text-align: left;
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}

th {
    font-weight: bold;
}

td.wysrodkuj {
    text-align: center;
	font-weight: bold;
}

td.stopka {
	padding : 2px 0px 3px 0px;
	background-color: #858BA3;
	bordercolor : #858BA3;
	color : #ECE891;
	font-size : 10px;
	text-align: center;
}

td.gnawKontener {
	background-color: #858BA3;
	bordercolor : #858BA3;
}

td.snawKontener {
	background-color: #ECE891;
}

table.tabela-glowna {
	width : 780px;
	border : 0px solid #000000;
	border-color: Navy Navy Navy Navy;
	bordercolorlight : #FFFFFF;
	bordercolordark : #FFFFFF;
}

table.Spis { font-size: 12px; border : 1px solid #669999; border-color : #669999; }
td.Spis { border : 1px solid #669999; border-color : #669999; padding : 3px 3px 3px 3px;}
td.SpisP { border : 1px solid #669999; border-color : #669999; text-align: right; padding : 3px 3px 3px 3px;}

table.gnaw {
    width : 100%;
	border : 1px solid #111111;
	border-color: White #111111 #111111 White;
	bordercolorlight : #FFFFFF;
	bordercolordark : #111111;
	font-size: 12px;
	font-weight: bold;
}

table.snaw {
	width : 100%;
    border : 1px solid;
    border-color: White #111111 #111111 White;
	bordercolorlight : #FFFFFF;
	bordercolordark : #111111;
	font-size: 11px;
}


td.gnaw {
	width : 100px;
	border : 1px dotted black;
	padding : 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold;
	color: #ECE891;
}

td.gnawF {
	width : 100px;
	border : 1px dotted black;
	padding : 3px 0px 3px 0px;
	text-align: center;
	font-weight: bold;
	color: #ECE891;
}


td.snaw {
	padding : 2px 0px 2px 0px;
	border : 0px dotted Gray;
	padding-left : 15px;
}

td.snawP {
	width : 200px;
    text-align: right;
	padding : 2px 0px 2px 0px;
	border : 0px dotted Gray;
	padding-left : 15px;
}


td.ekran {
	background-color: #FFFFFF;
	background-position : center;
	background-image : url(../img/tlo_logo_fiol.gif);
	background-repeat : no-repeat;
	margin-top: 15px; 
	margin-left: 15px; 
	margin-right: 15px; 
	margin-bottom: 15px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	padding-left: 35px; 
	padding-right: 25px;
	font-size: 12px;
	line-height:18px;
}



td.lewyMargines {
	width : 68px;
}

td.lewa {
	background-color: #B6C2D7;
	text-align: center;
	vertical-align : bottom;
}

td.prawa {
	text-align: right;
}

td.prawaGora {
	background : url(../img/GoraPrawa.jpg);
	vertical-align : bottom;
}

td.tdFrmPrawaW {
vertical-align : top;
text-align: right;
}

p {
    line-height: 1.3em;
}
.szary {color: #999999;}
.niebieski {color: #0000ff;}
.czerwony {color: #ff0000;}
.zielony {color: #009900;}

.male {font-size: 9px; }

.biblio {
	font-size : 10px;
	line-height: 12px;
	margin-left: 32px;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
}
.cytat {
    font-family : "Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	color: #666666;
	margin-left: 25px;
	margin-right: 15px;
	padding-right : 0px;
	padding-top:3px;
	border-bottom:1px solid #999999;
	padding-bottom:8px;
	font-weight : normail;
	font-style : italic;
	letter-spacing : 1; 
}

.stopkatxt {
	font-size: 10px;
	line-height: 12px;
	margin-left: 32px;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 0px;
	color: Navy;
}
.infopobierz {
	font-size: 10px;
	line-height: 12px;
/*	margin-left: 32px; */
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 20px;
	color: #515151;
}
/* ======================================================================
 * Koniec pliku
 * ====================================================================== */
