
/* styl: nadrzędny styl strony */

body
{
	margin: 0pt;
	background-color: #FFFFFF;
	font-family: Verdana, Halvetica, arial;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

p, ul, ol
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

input, textarea
{
	color: #000000;
	font-family: Verdana, Halvetica, Arial;
}

p.naglowek
{
	font-weight: bold;
	color: #A50F3C;
}

.kontrolkaFormularza
{
	font-size: 8pt;
}

.powrot
{
	margin: 20px 0px 20px 0px;
}

/* komunikat o błędzie */

div.pKomunikatOBledzie
{
	margin: 10 0 0 0;
	padding: 20 20 20 20;
	border: solid 1px #FF0000;
	background-color: #FFDDDD;
	text-align: center;
}

.lblKomunikatOBledzie
{
	font-size: 12px;
	color: #FF0000;
}

.blad
{
	margin: 30 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #A50F3C;
}

/* kalendarz */

.btnKalendarz
{
	background-color: #FFFFFF;
	background-image: url("../img/ico_kalendarz.gif");
	width: 18px;
	height: 18px;
	cursor: pointer;
	cursor: hand;
	border: solid 1px #AAAAAA;
}

/**/

#upLoader
{
	position: static;
	top: 0;
	left: 0;
	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;
}
*/
/* zawartość strony */

#cont
{
/*
	position: absolute;
	top: 0px;
	width: 840px;
*/
	margin: auto;
	width: 840px;	
	clear: both;
	text-align: left;
}

#header
{
	padding: 0px;
}

#contentM
{
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	width: 840px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/* styl: nagłówek strony */

#bar
{
	width: 840px;
	height: 147px;
}

/* styl: logowanie / rejestracja */

.reg 
{
	width: 840px;
	height: 28px;
	background-color: #CCCCCC;
	padding: 0px;
}

/* pas lewy [menu boczne] i prawy [treść] */

#content
{
	padding: 10px;
	width: 660px;
	min-height: 300px;
}

#content p
{
	font-size: 12px;
	margin: 0px;
}

#srchBar
{
	text-align: right;
	padding: 3px;
	padding-right: 0px;
}

/* wizard */

#contentWizard
{
	padding: 0px;
	width: 840px;
}

.wizard
{
	width: 100%;
	height: 400px;
}

.wizardHeaderStyle
{
	font-weight: bold;
	font-size: 10pt;
	border-bottom: solid 1px #DDDDDD;
	background-color: #FFFFFF;
	height: 30px;
	padding: 20 20 20 20;
}

.wizardStepStyle
{
	text-align: center;
	border: none;
	padding: 10 0 10 0;
	width: 100%;
	vertical-align: top;
}

.wizardNavigationStyle
{
	padding: 10 10 10 10;
	border-top: solid 1px #DDDDDD;
	background-color: #FFFFFF;
}

.wizardSideBarStyle
{
	background-color: #CCCCCC;
	border-top: 1px solid #ffffff;
	width: 180px;
	vertical-align: top;
}

.wizardSideBarStyle table
{
	width: 100%;
}

.wizardSideBarStyle td
{
	padding: 6px 2px 6px 10px;
	border-top: solid 1px #FFFFFF;
}

.wizardSideBarButtonStyle
{
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;	
	color: #000000;	
}

a.wizardSideBarButtonStyle:hover
{
	text-decoration: none;
	color: #A50F3C;
}

.wizardSideBarButtonStyleSelected
{
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;	
	color: #A50F3C;
}

p.wizardStepTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #A50F3C;
}

p.wizardStepStart1
{
	font-weight: bold;
	font-size: 12pt;
}

p.wizardStepStart2
{
	
}

/* podgląd obrazka */

table.tblPowiekszenie
{
	width: 100%;
	height: 100%;
	border: none;
}

table.tblPowiekszenie td
{
	text-align: center;
	vertical-align: middle;
}

#divOknoLadowanie
{
	cursor: pointer !important;	
	position: absolute;
	width: 840px;
	height: 100%;
    z-index: 100;
	visibility: hidden;
	
    background-color: #FFFFFF;
	filter: alpha(opacity=60);
}

#divOknoPowiekszenie
{
	position: absolute;
	width: 840px;
	height: 100%;
    z-index: 100;
    background-color: #0232A0;

	visibility: hidden;
}

/* inne */

.required 
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #C60000;
	FONT-FAMILY: Verdana, Halvetica, Arial;
	TEXT-DECORATION: none;
}

table
{
	color: #000000;
	font-family: Verdana, Halvetica, Arial;
	font-size: 12px;
}

.tblH, .tbl
{
	color: #000000;
	font-family: Verdana, Halvetica, Arial;
	font-size: 10px;
	font-weight: normal;
}

.tblH
{
	font-weight: bold;
}

.standard, .standardRed
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 12px;
	font-weight: normal;
}

.standardRed
{
	color: #A50F3C;
}

a.standard:link, a.standardRed:link { text-decoration: underline; }
a.standard:visited, a.standardRed:visited { text-decoration: underline; }
a.standard:active, a.standardRed:active { text-decoration: none; }

a.standard:hover { text-decoration: none; color: #A50F3C; }
a.standardRed:hover { text-decoration: none; color: #832121; }

.standardHighlight
{
	color: Fuchsia;
	font-weight: bold;
}

a.standardHighlight:link, a.standardHighlight:visited, a.standardHighlight:active { text-decoration: none; }
a.standardHighlight:hover { text-decoration: none; color: #832121; }

.head1, .head1Red
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 13px;
	font-weight: normal;
}

.head1Red
{
	color: #A50F3C;
}

A.head1:link, A.head1Red:link { text-decoration: underline; }
A.head1:visited, A.head1Red:visited { text-decoration: underline; }
A.head1:active, A.head1Red:active { text-decoration: none; }
A.head1:hover { text-decoration: none; COLOR: #A50F3C; }

A.head1Red:hover { text-decoration: none; COLOR: #832121; }

.head2, .head2Red
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 15px;
font-weight: normal;
}

.head2Red
{
	color: #A50F3C;
}

A.head2:link, A.head2Red:link { text-decoration: underline; }
A.head2:visited, A.head2Red:visited { text-decoration: underline; }
A.head2:active, A.head2Red:active { text-decoration: none; }
A.head2:hover { text-decoration: none; COLOR: #A50F3C; }

A.head2Red:hover { text-decoration: none; COLOR: #832121; }

.head3, .head3Red
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 18px;
	font-weight: normal;
}

.head3Red
{
	color: #A50F3C;
}

A.head3:link, A.head3Red:link { text-decoration: underline; }
A.head3:visited, A.head3Red:visited { text-decoration: underline; }
A.head3:active, A.head3Red:active { text-decoration: none; }
A.head3:hover { text-decoration: none; COLOR: #A50F3C; }

A.head3Red:hover { text-decoration: none; COLOR: #832121; }

.small, .smallRed
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 11px;
	font-weight: normal;
}

.smallRed
{
	color: #A50F3C;
}

A.small:link, A.smallRed:link { text-decoration: underline; }
A.small:visited, A.smallRed:visited { text-decoration: underline; }
A.small:active, A.smallRed:active { text-decoration: none; }
A.small:hover { text-decoration: none; COLOR: #A50F3C; }

A.smallRed:hover { text-decoration: none; COLOR: #832121; }

.superSmall, .superSmallRed
{
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Halvetica, Arial;
	font-size: 10px;
	font-weight: normal;
}

.superSmallRed
{
	color: #A50F3C;
}

A.superSmall:link, A.superSmallRed:link { text-decoration: underline; }
A.superSmall:visited, A.superSmallRed:visited { text-decoration: underline; }
A.superSmall:active, A.superSmallRed:active { text-decoration: none; }
A.superSmall:hover { text-decoration: none; COLOR: #A50F3C; }

A.superSmallRed:hover { text-decoration: none; COLOR: #832121; }

/* styl: formularze */

.formRadio, .formButton, .formButton1, .formButton2, .formText, .formSelect, .formTextarea, .formCell, .formButtonLogin, .formTextLogin
{
	font-weight: normal;
	font-family: Verdana, Halvetica, arial;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	border-color: #CCCCCC;
	border-width: 1px;
	border: solid 1px #CCCCCC;
}

.formText
{
	padding-left: 3px;
	padding-right: 3px;
}

.formTextE
{
	padding-left: 3px;
	padding-right: 3px;
	border: none;
}

.formCheck
{
}

.formCell
{
	font-weight: normal;
	font-family: Verdana, Halvetica, Arial;
	font-size: 11px;
	background-color:#F7F7F7;
	color:#000000;
	border-color:#CCCCCC;
	border-width:1;
	border: solid 1px #CCCCCC;
	padding: 1px;
	padding-left: 3px;
}

.formTextarea
{
	SCROLLBAR-FACE-COLOR: #C4CDD4;
	SCROLLBAR-HIGHLIGHT-COLOR: #C4CDD4;
	SCROLLBAR-SHADOW-COLOR: #C4CDD4;
	SCROLLBAR-BASE-COLOR: #C4CDD4;
	SCROLLBAR-DARKSHADOW-COLOR: #C4CDD4;
	SCROLLBAR-3DLIGHT-COLOR: #C4CDD4;
	SCROLLBAR-TRACK-COLOR: #D5DCE1;
	SCROLLBAR-ARROW-COLOR: #E0E5E8;
}

.formButton
{
	font-family: Verdana, Halvetica, Arial;
	color:#F5F7F9;
	background-color:#003394;
	border-color: #27176F;
	border-width: 1px;
	border: solid 1px #004D9A;
	font-weight: bold;
}

.formButton1
{
	color:#003399;
	background-color:#E1EBFF;
	border-color:#003399;
	border-width:1;
	border: solid 1px #003399;
	font-weight: bold;
}

.formButton2
{
	font-family: Arial;
	color:#000000;
	background-color:#D4D0C8;
	border-color:#D4D0C8;
	border-width:1;
	border: solid 1px #D4D0C8;
	font-weight: normal;
}

.formTextLogin
{
	height:18px;
	line-height: 17px;
	padding:0px;
	padding-left:2px;
}

.formButtonLogin
{
	color:#515151;
	background-color:#CCCCCC;
	border: 0;
	font-weight: bold;
}

.formNfoLogin
{
	color:#000000;
	font-family: Verdana, Halvetica, Arial;
	font-size: 11px;
	font-weight: normal;
}

.formLnkLogin
{
	color:#515151;
	font-family: Verdana, Halvetica, Arial;
	font-size: 11px;
	font-weight: bold;
}

A.formLnkLogin:link { text-decoration: none; }
A.formLnkLogin:visited { text-decoration: none; }
A.formLnkLogin:active { text-decoration: none; }
A.formLnkLogin:hover { text-decoration: none; COLOR: #000000; }

.errHilite
{
	font-weight: normal;
	border-color:#C2C2C2;
	border-width:1;
	font-family:Verdana, Halvetica, arial;
	font-size: 11px;
	background-color:#EAEAEA;
	border: solid 1px #C2C2C2;
	color:#000000;
}

/* brak danych */

.lblBrakDanych
{
	width: 100%;
	text-align: center;
}

.lblBrakDanych2
{
	font-weight: bold;
	color: Red;
}
