
/* 
 * styl podstawowy serwisu
 */

/* znacznik >body< */
body
{
	font-family: Tahoma, "Arial CE", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	overflow: hidden;
}

th
{
	font-family: Tahoma, "Arial CE", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}

td
{
	font-family: Tahoma, "Arial CE", Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
}

input
{
	font-family: Tahoma, "Arial CE", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
}

p
{
	font-family: Tahoma, "Arial CE", Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
}

/* tabela: główna */

table.tblMain
{
	width: 100%;
	height: 100%;
	margin: 0px;
	border: none;
}

table.tblMain td
{

}

table.tblMain td.tdMain
{
	width: 98%;
	text-align: center;
	vertical-align: middle;
}

table.tblMain tr.trOdstep
{
	height: 10px;
}

/* tabela: środkowa kolumna tabeli głównej */

table.tblMain2
{
	width: 100%;
	height: 100%;
	margin: 0px;
	border: solid 1px #A6AFBD;
}

table.tblMain2 tr.trNaglowek
{
	height: 25px;
	background-color: #A6AFBD;
}

table.tblMain2 tr.trNaglowek2
{
	height: 24px;
	background-color: #CED3DB;
}

table.tblMain2 td.tdTrescPanelu
{
	padding: 2px;
}

/* tabela: prawa kolumna tabeli głównej [menu główne] */

table.tblMain3
{
	width: 100%;
	height: 100%;
	margin: 0px;
	border: none;
}

table.tblMain3 tr.wierszGorny
{

}

table.tblMain3 td.wierszGorny
{
	vertical-align: top;
}

table.tblMain2 tr.wierszDolny
{
	height: 50%;
}

table.tblMain2 td.wierszDolny
{
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
}

table.tblMain2 td.wierszDolny a
{
	text-decoration: none;
}

/* tabela: stopka strony */

table.tblStopkaStrony
{
	width: 100%;
}

table.tblStopkaStrony td
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}

table.tblStopkaStrony td.prawa
{
	text-align: right;
}

/* tabela: nagłówek strony */

table.tblNaglowekStrony
{
	width: 100%;
}

table.tblNaglowekStrony td
{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
}

table.tblNaglowekStrony td.prawa
{
	text-align: right;
}

/* brak danych */

.lblBrakDanych
{
	width: 100%;
	text-align: center;
	color: #FF0000;
}

.lblBrakDanych2
{
	color: #FF0000;
	margin: 4px;
}

.lblBrakDanych3
{
	font-size: 8pt;
	width: 100%;
	text-align: center;
	color: #FF0000;
}

.lblBrakDanych4
{
	width: 100%;
	text-align: center;
	color: #FF0000;
}

/* brak uprawnień */

.brakUprawnien
{
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	margin: 10px;
}

/* pole formularza wymagane */

.wymagane
{
	text-decoration: underline;
}

/* iframe */

iframe.frmTrescPanelu
{
	width: 100%;
	height: 100%;
	border: solid 1px #A6AFBD;
	overflow: visible;
}

/* kalendarz */

.btnKalendarz
{
	background-color: #FFFFFF;
	background-image: url("../images/ico_calendar.gif");
	width: 18px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
	border: none;
}

/**/

#upLoader
{
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #A6AFBD;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}

table.upLoader
{
	width: 100%;
	height: 100%;
}

table.upLoader td
{
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: x-large;
}

