﻿
/* tblKontrolka */

table.tblKontrolka
{
	width: 100%;
	height: 100%;
}

table.tblKontrolka tr.naglowek
{
	height: 25px;
}
table.tblKontrolka tr.stopka
{
	height: 25px;
}

td.naglowek
{
	padding: 0 0 0 10;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
td.stopka
{
	text-align: center;
	background-color: #CCCCCC;
}
td.tresc
{
	padding: 1px;
	vertical-align: top;
}

/* tblKontrolkaWZ */

table.tblKontrolkaWZ
{
	width: 100%;
}

table.tblKontrolkaWZ td.tytul
{
	text-align: left;
	font-weight: bold;
	font-size: 8pt;
	padding: 15 0 10 10;
}

table.tblKontrolkaWZ td.nazwaPola
{
	width: 220px;
	text-align: right;
	font-size: 8pt;
}

table.tblKontrolkaWZ td.wartoscPola
{
	text-align: left;
	font-size: 8pt;
}

/* tblHeaderTemplate */

table.tblHeaderTemplate
{
	width: 100%;
}

table.tblHeaderTemplate tr
{

}

table.tblHeaderTemplate td
{
	font-size: 8pt;
}

table.tblHeaderTemplate td.naglowek
{
	font-weight: bold;
}

/* panel: komunikat */

#ucKomunikat_pKomunikat
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    z-index: 99;
    background-image: url("../img/blank.gif");
}

#ucKomunikat_pKomunikat2
{
	background-color: #FFFFFF;
	width: 400px;
	height: 200px;
	padding: 1px 1px 1px 1px;
    border: solid 1px #EEEEEE;
}

div.ucKomunikat_trescPanelu
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* widoczność kontrolki */

.kontrolkaNiewidoczna
{
    visibility: hidden;
}

.kontrolkaWidoczna
{
    visibility: visible;
}

.kontrolkaZwinieta
{
    display: none;
}

.kontrolkaRozwinieta
{
    display: block;
}

/* DIV zawartości panelu */

.divTrescPanelu
{
	width: 95%;
	height: 100%;
	overflow: auto;
	vertical-align: top;
	margin: 10 0 10 0;
	border: solid 1px #DDDDDD;
}

.lista
{
	overflow: auto;
	width: 100%;
	height: 100%;
	border: none;
}

/* DIV komentarz */

div.komentarz
{
	width: 95%;
	margin: 10 10 20 10;
	padding: 10 10 10 10;
	border: solid 1px #EEEEEE;
}

div.komentarz p.czerwony
{
	text-align: center;
	color: #FF0000;
}

div.komentarz p.czarny
{
	text-align: center;
	color: #000000;
}

/* formView */

.formView
{
}

table.tblFormView
{
	width: 100%;
}

td.nazwaPola
{
	width: 40%;
	text-align: right;
}

td.nazwaPola2
{
	width: 250px;
	text-align: right;
}

td.wartoscPola
{
	text-align: left;
}

/* gridView */

.gridView
{
	width: 100%;
}

.gridViewHeaderStyle
{

}

.gridViewHeaderStyle th a
{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.gridViewHeaderStyle th
{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.gridViewFooterStyle td
{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	border-top: solid 2px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
	padding: 5 0 5 0;
}

.gridViewRowStyle td
{
	font-size: 8pt;
	text-align: left;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.alternateGridViewRowStyle td
{
	font-size: 8pt;
	text-align: left;
	background-color: #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.gridViewRowStyle td.centruj
{
	font-size: 8pt;
	text-align: center;
}

.gridViewRowStyle td.centruj2
{
	font-size: 8pt;
	text-align: center;
	padding: 2px;
}

/* gridView2 */

.gridView2
{
	width: 100%;
}

.gridViewHeaderStyle2
{

}

.gridViewHeaderStyle2 th a
{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

.gridViewHeaderStyle2 th
{
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	border-top: solid 1px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.gridViewFooterStyle2 td
{
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	border-top: solid 2px #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.gridViewRowStyle2 td
{
	font-size: 8pt;
	text-align: left;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.alternateGridViewRowStyle2 td
{
	font-size: 8pt;
	text-align: left;
	background-color: #EEEEEE;
	border-bottom: solid 1px #EEEEEE;
	border-right: solid 1px #EEEEEE;
}

.gridViewRowStyle2 td.centruj
{
	font-size: 8pt;
	text-align: center;
}

.gridViewRowStyle2 td.centruj2
{
	font-size: 8pt;
	text-align: center;
	padding: 2px;
}

/* załączniki */

.divZalaczniki
{
	width: 95%;
	height: 100%;
	vertical-align: top;
	margin: 10 0 10 0;
	padding: 10;
	border: solid 1px #DDDDDD;
	font-size: 7pt;
}

.inputStylZalaczniki
{
	font-size: 8pt;
	color: #000000;
	height: 18px;
	border: solid 1px #AAAAAA;
	width: 299px;
	margin: 5 0 5 0;
}

.lblZalacznikiInfo
{
	font-size: 8pt;
	text-align: justify;
}

.zalacznikMiniatura
{
	border: solid 1px #DDDDDD;
	margin: 0 10 0 0;
}

/* formularz */

.inputStyl1
{
	background-color: #EEEEEE;
	font-size: 8pt;
	color: #000000;
	width: 150px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

.inputStyl1_2
{
	background-color: #EEEEEE;
	font-size: 8pt;
	color: #000000;
	width: 130px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

.inputStyl2
{
	background-color: #EEEEEE;
	font-size: 7pt;
	color: #000000;
	width: 70px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

.inputStyl2_1
{
	background-color: #EEEEEE;
	font-size: 7pt;
	color: #000000;
	width: 80px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

.inputStyl3
{
	font-size: 8pt;
	color: #000000;
	height: 18px;
	border: solid 1px #AAAAAA;
}

.inputStyl3_1
{
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	height: 18px;
	border: none;
}

.inputStyl4
{
	font-size: 8pt;
	color: #000000;
	width: 300px;
	height: 18px;
	border: solid 1px #AAAAAA;
}

.inputStyl4_2
{
	font-size: 8pt;
	color: #000000;
	width: 200px;
	height: 18px;
	border: solid 1px #AAAAAA;
}

.inputStyl4_3
{
	font-size: 8pt;
	color: #000000;
	width: 150px;
	height: 18px;
	border: solid 1px #AAAAAA;
}

.inputStyl4_4
{
	font-size: 8pt;
	color: #000000;
	width: 400px;
	height: 18px;
	border: solid 1px #AAAAAA;
}

.inputStyl5
{
	background-color: #EEEEEE;
	font-size: 8pt;
	color: #000000;
	width: 18px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

.inputStyl6
{
	width: 100%;
	height: 100%;
	border: solid 1px #AAAAAA;
}

.inputStyl6_1
{
	font-size: 8pt;
	color: #000000;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
}

.inputStyl6_2
{
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	border: solid 1px #AAAAAA;
	background-color: #EEEEEE;
}

.inputStyl7
{
	background-color: #EEEEEE;
	font-size: 8pt;
	color: #000000;
	width: 70px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

.inputStyl8
{
	background-color: #EEEEEE;
	font-size: 7pt;
	color: #000000;
	width: 85px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
	margin: 1px;
}

.inputStyl9
{
	font-size: 8pt;
	color: #000000;
}

p.pPrzyciski1
{
	margin: 5px 0px 0px 0px;
}

/* weryfikacja dostępności loginu */

.loginOK
{
	background-color: #FFFFFF;
	background-image: url("../img/ico_login_ok.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
    border: none;
}

.loginError
{
	background-color: #FFFFFF;
	background-image: url("../img/ico_login_error.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
    border: none;
}

.loginCheck
{
	background-color: #FFFFFF;
	background-image: url("../img/ico_login_check.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
    border: none;
}

.loginBW
{
	background-color: #FFFFFF;
	background-image: url("../img/ico_login_bw.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
    border: none;
}

/*  */

.smallBack {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Halvetica, Arial;
	text-decoration: none
}

A.smallBack:link {
	text-decoration: none
}

.smallBack {
	font-size: 11px;
	color: #A7103D
}

.smallBack2 {
	font-size: 11px;
	color: #000000;
}

.standard {
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Verdana, Halvetica, Arial;
	text-decoration: none
}

A.standard:link {
	TEXT-DECORATION: underline
}

.head1 {
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Halvetica, Arial;
	TEXT-DECORATION: none
}

.standardLnk
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Halvetica, Arial;
	TEXT-DECORATION: none;
}

A.standardLnk:link
{
	text-decoration: none;
}
