@media print
{
    body
    {
        color: White;
        font-size: 12px;
        font-family: tahoma, Arial, verdana;
        list-style-type: circle;
        margin: 0px;
    }

    p
    {
        margin: 0;
        list-style-type: circle;
    }

    a:link
    {
        color: #3d3d3d;
        text-decoration: none;
    }

    a:visited
    {
        color: #3d3d3d;
        text-decoration: none;
    }

    a:hover
    {
        color: #8e8e8e;
    }

    span, label, td
    {
        color: #000000;
    }
    input
    {
        color: #000000;
        font-size: 12px;
        font-family: tahoma, Arial, verdana;
        font-weight: normal;
        padding: 2px;
    }

    .PageHeaderText
    {
        color: #4173b0;
        font-size: 22px;
        font-family: verdana;
        font-weight: bold;
        text-align: left;
        letter-spacing: -1px;
        outline-color: #cecece;
        height: auto;
        margin-bottom: 8px;
        margin-top: 12px;
    }

    .NoPrint
    {
        display: none;
    }

    .TableBody
    {
        text-align: center;
        background-color: #fff;
        outline-color: #cecece;
        margin: auto;
    }

    .TableRowSpacer
    {
        height: 8px;
    }


    .TableSmallRowSpacer
    {
        height: 5px;
    }

    .TableLinearBrake
    {
        height: 1px;
        background-image: url(img/spacer.gif); /* [JM] wiersz o wys 1px wyglądał inaczej na IE i FF dlatego jest obrazek*/
        background-repeat: repeat-x;
        background-position: left center;
    }

    .PanelTextBlock
    {
        background-color: #f6f5f5;
        padding: 8px 15px;
        border: solid 1px #adadad;
        outline-color: #cecece;
        text-align: left;
    }

    .FormTextBlock
    {
        background-color: #ffffff;
        padding: 10px 15px;
        border: none;
        outline-color: #cecece;
        text-align: left;
        color: #000000;
    }

    .FormTextBlock TABLE
    {
        border-collapse: collapse;
    }
    .FormTextBlock TD
    {
        padding: 2px;
    }

    .FormTextBlockWelcome
    {
        background-color: #fff;
        padding: 10px 15px;
        border: solid 1px #adadad;
        outline-color: #cecece;
    }

    .FormTextBlockWelcome TABLE
    {
        border-collapse: collapse;
    }

    .FormTextBlockWelcome TD
    {
        padding: 2px;
    }

    .FormText
    {
        padding-top: 2px;
        padding-bottom: 2px;
        outline-color: #cecece;
        color: #000000;
    }

    .FormTextRight
    {
        padding-top: 2px;
        padding-bottom: 2px;
        outline-color: #cecece;
        color: #000000;
        text-align: right;
    }

    .FormTextSmallSpacer
    {
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .FormTextBoldColor
    {
        font-weight: bold;
        color: #d52f00;
    }
    .FormTextBold
    {
        font-weight: bold;
        color: #000000;
    }

    .FormTextBottomMargin
    {
        margin-top: 0px;
        margin-bottom: 6px;
        outline-color: #cecece;
    }

    .FormSectionHeaderText
    {
        color: #4173b0;
        font-size: 13px;
        font-family: tahoma;
        font-weight: bold;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 8px;
        outline-color: #cecece;
    }

    .FormHeaderText
    {
        color: #000000;
        font-size: 13px;
        font-family: tahoma;
        font-weight: bold;
        text-align: left;
        margin-top: 0px;
        margin-bottom: 3px;
        outline-color: #cecece;
    }

    .LoginImg
    {
        background-position: left top;
        background-image: url(img/log-in.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .EditImg
    {
        background-position: left top;
        background-image: url(img/edit.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .EditImgW
    {
        background-position: left top;
        background-image: url(img/edit-w.jpg);
        background-repeat: no-repeat;
        width: 65px;
    }

    .SearchImg
    {
        background-position: left top;
        background-image: url(img/search.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .SearchImgW
    {
        background-position: left top;
        background-image: url(img/search-w.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .FormImg
    {
        background-position: left top;
        background-image: url(img/form.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .FormImgW
    {
        background-position: left top;
        background-image: url(img/form-w.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .MainFormImg
    {
        background-position: left top;
        background-image: url(img/menu-main-w.jpg);
        background-repeat: no-repeat;
        width: 72px;
    }

    .footer_menu
    {
        color: #555;
        font-size: 11px;
        font-family: arial;
        font-weight: bold;
        text-decoration: none;
        text-align: center; /* 	margin-top: 5px;  	margin-bottom: 25px;  */
        border: 0px solid #cecece;
    }

    /* [JM]
    InnerTable
    styl do zagnieżdżonych tabel, które powinny 
    ułatwiać pozycjonowanie elementów
    */
    .InnerTable TD
    {
        margin: 0px;
        padding: 0px;
    }

    .InnerTable
    {
        border: none 0px;
        padding: 0px;
        margin: 0px;
    }

    table.gvNormal
    {
        font-weight: normal;
        background-color: #ffffff;
        border: solid 1px #000000;
    }

    table.gvNormal th
    {
        color: #000000;
        font-weight: bold;
        text-align: left;
        margin: 7px 5px;
        padding-left: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: solid 1px #000000;
    }

    table.gvNormal TH A
    {
        font-weight: bold;
        color: #3366cc;
        font-style: normal;
        text-decoration: none;
    }

    table.gvNormal TH A:visited
    {
        font-weight: bold;
        color: #3366cc;
        font-style: normal;
        text-decoration: none;
    }

    table.gvNormal TH A:hover
    {
        font-weight: bold;
        color: #3366cc;
        font-style: normal;
        text-decoration: underline;
    }

    table.gvNormal TR
    {
        outline-color: #ffffff;
        padding-left: 5px;
        border: solid 1px #000000;
    }

    table.gvNormal TR.odd
    {
        outline-color: #ffffff;
        padding-left: 5px;
        background-color: #e2ebf7;
    }

    table.gvNormal TD
    {
        padding-left: 5px;
        padding-top: 4px;
        padding-bottom: 5px;
        border-bottom: solid 1px #000000;
    }

    table.gvNormal TD A
    {
        font-weight: bold;
    }

    table.gvNormal TR.Pager
    {
        color: #555555;
        font-weight: bold;
        margin: 7px 5px;
        background-image: url(img/page-bg.jpg);
        text-align: right;
    }

    table.gvNormal TR.Pager span
    {
        color: #4173b0;
    }

    table.gvNormal TR.Pager TD
    {
        text-align: right;
        padding-right: 5px;
        padding-left: 0px;
    }

    .WizardTextBlock
    {
        margin-top: 5px;
        margin-bottom: 5px;
        border-top: solid 1px #cecece;
        border-bottom: solid 1px #cecece;
        color: #adadad;
        font-size: 13px;
        font-family: tahoma;
        font-weight: bold;
        text-align: left;
    }

    .WizardArrowImg
    {
        background-position: center center;
        background-image: url(img/arrow-function-path.jpg);
        background-repeat: no-repeat;
        width: 16px;
    }

    .WizardActual
    {
        color: #4173b0;
    }
    .WizardDone
    {
        color: #787878;
    }
    .WizardUndone
    {
        color: #adadad;
    }

    .FunctionBlock
    {
        font-weight: bold;
        text-align: left;
        padding: 0px;
        margin: 0px;
    }

    .FunctionArrowImg
    {
        background-position: left center;
        background-image: url(img/arrow-numbering-small-g.jpg);
        background-repeat: no-repeat;
        width: 10px;
        height: 12px;
    }

    .ListArrowImg
    {
        background-position: left center;
        background-image: url(img/arrow-numbering-small.jpg);
        background-repeat: no-repeat;
        width: 10px;
        height: 8px;
    }

    .FunctionSearchImg
    {
        background-position: center center;
        background-image: url(img/icon-search-c.jpg);
        background-repeat: no-repeat;
        height: 21px;
        width: 21px;
    }

    table.tab_wynik
    {
        font-weight: normal;
        margin: 0px;
        background-color: #f6f5f5;
    }

    table.tab_wynik TD
    {
        padding-left: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #ffffff;
    }

    table.tab_wynik TR.tab_wynik_header
    {
        color: #4173b0;
        font-weight: bold;
        text-align: left;
        background-image: url(img/page-bg.jpg);
    }

    table.tab_wynik TR.tab_wynik_header TD
    {
        padding-left: 4px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-top: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
        background-image: url(img/page-bg.jpg);
    }

    table.tab_wynik TD.lwyngrupa
    {
        font-weight: bold;
        text-indent: 4px;
        padding-left: 0px;
        padding-bottom: 4px;
        background-color: #f6f5f5;
    }

    table.tab_wynik TD.lwynprofil
    {
        color: #4173b0;
    }

    table.tab_wynik TD.PodsumBreak
    {
        padding-bottom: 2px;
        background-color: #f6f5f5;
        border-top: 1px solid #adadad;
    }

    table.Antybiogram
    {
    }

    table.Antybiogram TD
    {
        border-right: 1px solid #adadad;
        border-top: 1px solid #adadad;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
    }

    table.Antybiogram TD.AntyBioHeaderCol
    {
        background-image: url(img/page-bg.jpg);
        border-bottom: 0px solid #adadad;
    }

    table.Antybiogram TD.AntyBioHeaderRow
    {
        border-right: 0px solid #adadad;
        background-image: url(img/page-bg.jpg);
        text-align: left;
        padding-left: 5px;
    }

    table.gvAnkieta
    {
        font-weight: normal;
        background-color: #ffffff;
        border: 1px solid #adadad;
    }

    table.gvAnkieta th
    {
        color: #4173b0;
        font-weight: bold;
        text-align: left;
        margin: 7px 5px;
        background-image: url(img/table-header-high.jpg);
        padding-left: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-bottom: 1px solid #adadad;
    }

    table.gvAnkieta TH A
    {
        font-weight: bold;
        color: #3366cc;
        font-style: normal;
        text-decoration: none;
    }

    table.gvAnkieta TH A:visited
    {
        font-weight: bold;
        color: #3366cc;
        font-style: normal;
        text-decoration: none;
    }

    table.gvAnkieta TH A:hover
    {
        font-weight: bold;
        color: #3366cc;
        font-style: normal;
        text-decoration: underline;
    }

    table.gvAnkieta TR
    {
        outline-color: #ffffff;
        padding-left: 5px;
    }

    table.gvAnkieta TD
    {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    table.gvAnkieta TD.img
    {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    table.gvAnkieta TD A
    {
        font-weight: bold;
    }

    #Wizard1_FinishNavigationTemplateContainerID_FinishPreviousButton, #Wizard1_FinishNavigationTemplateContainerID_FinishButton
    {
        display: none;
    }

}
