﻿body 
{
    padding: 0px;
    margin: 0px;
}

.body
{
    padding: 0px;
    margin: 0px;
    background-color: white;
}

.tabelaGlowna
{
    border: 0px none #3333CC;
    padding: 0px;
    margin: 0px;
    width: 1000px;
    background-color: white;
    vertical-align: top;
}
.tabelaNaglowek
{
    /*background-color: #25497D;*/
    width: 1000px;
    font-family: 'Verdana';
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: top;
}
.tabelaStopka
{
    background-color: #4A4AFF;
    width: 1000px;
    font-family: 'Verdana';
    color: #000000;
    font-size: 10px;
    text-align: center;
    vertical-align: top;
}

.tabelaSrodek
{
    border-width: 0px;
    border-style: none;
    /*background-color: #EFF3F7;*/
    width: 650px;
    vertical-align: top; 
    border-top: #4A4AFF;
    border-top-style: solid;
    border-top-width: 2px; 
    
}

.tabelaL
{
    border-width: 0px;
    border-style: none;
    vertical-align: top;
    text-align: left;
    border-right: #4A4AFF;
    border-right-style: solid;
    border-right-width: 2px; 
}

/*
.tabelaP
{
    border-width: 0px;
    border-style: none;
    background-color: #25497D;
    width: 5px;
    vertical-align: top;
    text-align: left;
}
*/

.color
{
    color: #800000;
}
.panForm
{
    padding: 5px;
    border-color: #EFAB00;
    border-style: solid;
    border-width: 5px;
    font-family: 'Verdana';
    font-size: 11px;
    vertical-align: top;
}
    
.pF12
{    
    font-size: 12px;
}
.pF14
{    
    font-size: 14px;
}

.pNoBottomMargin
{
    margin-top: 15px;
    margin-bottom: 5px;
}
    
.txtBox
{
    width: 280px;
    margin-bottom: 5px;
}

.panelContent
{
    padding: 5px;
    font-family: 'Verdana';
    font-size: 10pt;
    text-align: justify;
}

.linkColor
{
    text-decoration: none;
    color:#EFAB00;
}
.linkColor2
{
    text-decoration: none;
    color:maroon;
}

.linkNoColor
{
    text-decoration: none;
    color:Black;  
}

.czytajDalej
{
    font-size: 8pt;
    color: Black;
    text-decoration: none;
    
}