﻿* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Verdana', sans-serif;
    background: #f1f2f4;
    color: #4d4d4d;
    margin: 0;
}

form {
    background-color: inherit;
    font-size: inherit;
}

@media (max-width:799px) {
    .container {
        width: 100%;
        margin: 0 auto;
        font-size: smaller;
    }

    .fmCenter {
        width: 100%;
        margin: 0 auto;
        border: groove;
        background-color: beige;
        font-size: smaller;
    }
}

@media (min-width:800px) {
    .container {
        width: 800px;
        margin: 0 auto;
        /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
        font-size: small;
    }

    .fmCenter {
        width: 800px;
        margin: 0 auto;
        border: groove;
        background-color: #f1f2f4;
        font-size: small;
    }
}

.headerStyle {
    font-size: large;
    font-style: italic;
    font-weight: bold;
    color: #0076ad;
    background-color: transparent;
    text-align: center;
    border-style: none;
}

.gbStyle {
    color: WindowFrame;
    background-color: transparent;
}

.gbCaptionStyle {
    font-size: inherit;
    font-style: italic;
    font-weight: bold;
    color: WindowText;
    background-color: transparent;
}

.groupCaptionStyle {
    font-size: inherit;
    font-style: italic;
    color: WindowText;
    background-color: #f1f2f4;
    border-style: none;
}

.captionStyle {
    font-size: inherit;
    font-style: italic;
    color: WindowText;
    background-color: transparent;
    border-style: none;
}

.disabledCaptionStyle {
    font-size: inherit;
    font-style: inherit;
    color: WindowText;
    background-color: transparent;
    border-style: none;
}

.txtStyle {
    font-size: inherit;
    font-style: normal;
    color: WindowText;
    border-style: solid;
}

.txtDisabledStyle {
    font-size: inherit;
    font-style: italic;
    color: WindowText;
    background-color: transparent;
    border-style: none;
}

.footerStyle {
    font-size: smaller;
    font-style: italic;
    background-color: transparent;
    border-style: none;
}

.disabledFooterStyle {
    font-size: smaller;
    font-style: italic;
    background-color: transparent;
    border-style: none;
}

.tbPeselStyle {
    height: 30px;
    width: 24px;
    font-size: x-large;
    text-align: center;
}

hr {
    border: 0;
    border-top: 1px solid;
}

.formHeader {
    width: 96%;
    padding: 2%;
    text-align: left;
    color: gray;
}

.formBody {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    height: 80%;
}

.formFooter {
    width: 96%;
    padding: 2%;
    position: relative;
    bottom: 0;
}

.tableFooter {
    height: 120px;
    width: 100%;
    font-size: smaller;
    font-style: italic;
    color: darkslategray;
    background-color: transparent;
}

.tdLeft {
    width: 33%;
    text-align: left;
    vertical-align: top;
}

.tdCenter {
    width: 34%;
    text-align: center;
    vertical-align: top;
}

.tdRight {
    width: 33%;
    text-align: right;
    vertical-align: top;
}

li {
    margin-top: 0.7%;
}

.memoFooter {
    border: none;
    font-style: italic;
}
