body {
   	background-color: #605D8A;
    font-family: Tahoma,sans-serif;
	font-size: 9pt;
	color: black;
    margin: 0px;
    margin-top: 0px;
	SCROLLBAR-FACE-COLOR: #607DA4; 
	SCROLLBAR-HIGHLIGHT-COLOR: #B0C4DE; 
	SCROLLBAR-SHADOW-COLOR: #B0C4DE;
	SCROLLBAR-ARROW-COLOR: White; 
	SCROLLBAR-TRACK-COLOR: White; 
	SCROLLBAR-DARKSHADOW-COLOR: #B0C4DE;
}

/*********************************************
    domyslny styl dla komorek tabel
*********************************************/
td {
	font-family: Tahoma,sans-serif;
	font-size: 8pt;
	color: black;
}

/*********************************************
    linki w menu poziomym i w tekscie glownym
*********************************************/
A:link, A:visited, A:active {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #E84938;
	text-decoration: none;
}

A:hover {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #5A63A2;
	text-decoration: none;
}

/*********************************************
    linki w boxach po lewej i prawej stronie
*********************************************/
A.inBox:link, A.inBox:visited, A.inBox:active {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #A00000;
	text-decoration: none;
}

A.inBox:hover {
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #2B156C;
	text-decoration: none;
}

/*********************************************
    Stopka strony
*********************************************/
td.StopkaOuter {
    background-color: #FFFFFF;
}

td.StopkaInner {
    background-color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    letter-spacing: 1,5pt;
    color: #5A63A2;
    text-align: center;
}

/*********************************************
    Menu
*********************************************/
td.TopMenu {
    background-color: White;
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

td.LeftMenu {
    background-color: #B0C4DE;
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

td.RightMenu {
    background-color: #B0C4DE;
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

/*****************************************
    Okno główne
*****************************************/

td.Content {
    /* background-color: #E6E6FA; */
    background-color: #EAEEFE;
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

td.patronatTyp {
    background-color: #607DA4;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    text-align: right;
    letter-spacing: 1pt;
}

td.patronatNazwa {
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: Black;
    text-align: left;
    vertical-align: middle;
}

td.mainHdrBg {
    background-color: #FFFFFF;
    background-image: url('images/imprHeaderBg.gif');
    vertical-align: bottom;
}

td.mainHdr {
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #605D8A;
    text-align: center;
    vertical-align: middle;
}

td.imprHdrFullName {
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #605D8A;
    text-align: left;
    vertical-align: middle;
}

td.imprHdrName {
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #C01010;
    text-align: left;
    vertical-align: top;
}

td.imprHdrDate {
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: right;
    vertical-align: bottom;
}

h2.imprName {
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    color: #607DA4;
    text-align: center;
}

td.langSel {
    font-family: Tahoma, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: #000000;
    text-align: right;
    vertical-align: bottom;
}

p {
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
    text-align: justify;
}

/*****************************************
    Boxy na marginesach strony
*****************************************/
td.boxTop {
    background-image:url('images/box_top.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: White;
    text-align: right;
}

td.boxBody {
    background-color: #B8CEEB;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
    text-align: left;
}

/******************************************
    Elementy formularzy
******************************************/
input {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: dimgray;
	border-right-color: dimgray;
	/* background-color: white; */
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-family: Courier New, monospace;
}

input.Btn {
	border-top-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-color: silver;
	border-left-color: silver;
	border-bottom-color: black;
	border-right-color: black;
	background-color: #E6E6FA;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}

option {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: dimgray;
	border-left-color: dimgray;
	border-bottom-color: dimgray;
	border-right-color: dimgray;
	background-color: white;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-family: Courier New, monospace;
}

select {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: dimgray;
	border-left-color: dimgray;
	border-bottom-color: dimgray;
	border-right-color: dimgray;
	background-color: white;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-family: Courier New, monospace;
}

textarea {
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: black;
	border-left-color: black;
	border-bottom-color: dimgray;
	border-right-color: dimgray;
	background-color: white;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	font-family: Courier New, monospace;
}

/******************************************
    Komorki tabeli dla formularzy
******************************************/

td.formHeader {
    font-weight: bold;
    text-align: left;
    /* background-color: #FFFFFF; */
}

td.formLabel {
    text-align: right;
    background-color: #B0C4DE;
}

td.formInput {
    text-align: left;
    background-color: #FFFFFF;   
}

td.patronatTyp1 {

    background-color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    text-align: left;
    letter-spacing: 1pt;
}
/******************************************
    Format tekstu
******************************************/
.style1  {	font-size: 18px; font-weight: bold;}
.style2  {	font-size: 18px; color: #000099;}
.style4  {	color: #CC0000; font: bold;}
.style6  {	font-size: 14px; font-weight: bold;	color: #CC0000;}
.style9  {	color: #0000FF;	font: bold;	font-size: 18px;}
.style5  {  font-size: 12px}
.style12 {  font-size: 12px}
.style13 {	font-size: 15px; font-style: normal;	font-weight: bold;}
.style15 {  font-size: 14px; font-weight: bold; color: #006600; }
.style5 {
color: #CC0000; font: bold;
}

