﻿body
{
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    word-spacing: 1px;
    letter-spacing: 0.2px;
    font: 13px Tahoma;
    color: #000;
}

#banner, #menuContainer, #footer, input, .messageBox
{
    display:none;
    visibility:hidden;
}

.caption
{
    background-color: rgb(162, 216, 158);
    padding: 4px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 958px;
    font-weight: bold;
}

.border1
{
    border: 1px solid black;
}

.rptSkema
{
    padding: 0px;
    border-spacing: 0px;
    border: 1px solid black;
}

    .rptSkema td
    {
        padding: 4px;
        font-family: Tahoma;
        font-size: 13px;
    }

    .rptSkema .HeadFirst
    {
        text-align: left;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        width: 200px;
        font-weight: bold;
        vertical-align: top;
    }

    .rptSkema .HeadSecond
    {
        text-align: center;
        border-bottom: 1px solid black;
        width: 368px;
    }

    .rptSkema .HeadThird
    {
        text-align: center;
        border-bottom: 1px solid black;
        width: 368px;
    }

    .rptSkema .First
    {
        vertical-align:top;
        border-right: 1px solid black;
        width: 200px;        
    }

    .rptSkema .Second
    {
        border-right: 1px solid black;
        width: 368px;
        text-align:center;
    }

    .rptSkema .Third
    {
        width: 368px;
        text-align:center;
    }

.noborder-bottom
{
    border-bottom:0px !important;
}

.noborder-right
{
    border-right:0px !important;
}

.padding4
{
    padding: 4px;
}

.fontBold
{
    font-weight: bold;
}

.font
{
    font-family: Tahoma;
    font-size: 13px;
}
