﻿body {
    margin: 30px 0 30px 0;
    background-color: rgb(216, 216, 216);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #162d4a;
}

a > img {
    border: 0;
}

h3 {
    font-size: 14px;
}

#wrapper {
    margin: 0 auto;
    width: 578px;
    min-height: 690px;
    background-color: #f4f4f4;
    border: 2px solid #CBCBCB;
}

#header {
    padding: 0;
    text-align: center;
}

    #header h2 {
        font-weight: normal;
        margin-bottom: 0;
    }

.text-center {
    text-align: center;
}

.text-juxtify {
    text-align: justify;
}

.logo {
    text-align: left;
    padding: 12px;
    background-color: #fff;
}

img.logo-header {
    margin: -2px 0 0 -2px;
    width: 582px;
}

#menu {
    padding: 16px 0 0 0;
}

    #menu a:first-of-type {
    }

    #menu a:last-of-type {
        margin: 0;
    }

    #menu a {
        margin: 0 16px 0 0;
        font-size: 14px;
        color: #015378;
        text-decoration: none;
    }

        #menu a:hover {
            border-bottom: solid 3px #C84734;
            color: #C84734;
        }

    #menu .selected {
        border-bottom: solid 3px #C84734;
    }

#body {
    padding: 12px 40px 0 48px;
}

    #body p {
        text-align: justify;
        font-size: 12px;
    }

    #body.program {
        padding: 12px 16px 0 48px;
    }

.label {
    padding: 9px 0 6px 0;
    font-weight: bold;
    font-size: 12px;
}

    .label.question {
        padding-top: 12px;
    }

.error.question {
    margin: 0;
}

.radio {
    font-size: 12px;
}

    .radio label {
        cursor: pointer;
    }

.submit {
    padding: 24px 0 24px 0;
}

input[type=submit], input[type=button], button[type=button], a.game {
    cursor: pointer;
    border-radius: 3px;
    border: 0;
    background-color: #C84734 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 12px 6px 12px;
    font-weight: bold;
    text-decoration: none;
}

a.game {
    font-size: 20px;
}

img.arrow {
    height: 14px;
    margin-left: 6px;
    vertical-align: top;
}

label.error {
    margin: 0 0 0 12px;
    color: #f00;
    font-size: 12px;
}

#body p.center {
    text-align: center;
}

#body p.border {
    border-bottom: solid 5px #14BDEF;
    font-weight: bold;
    width: 56px;
}

.p-item {
    border-bottom: solid 1px #BFBEBE;
    padding: 12px 0 9px 0;
    clear: both;
    min-height: 20px;
    font-size: 12px;
}

.p-date {
    float: left;
    width: 125px;
    font-weight: bold;
}

.p-comment {
    float: left;
    width: 325px;
}

    .p-comment.wide {
        width: 350px;
    }

    .p-comment.company {
        text-align: justify;
        padding-left: 6px;
    }

        .p-comment.company a, p.contact-us a, a.parking {
            color: #0678AD;
            text-decoration: none;
        }

            .p-comment.company a:hover, p.contact-us a:hover, a.parking:hover {
                color: #14BDEF;
            }

.height-55 {
    height: 55px;
}

.height-50 {
    height: 50px;
}

.height-45 {
    height: 45px;
}

.height-40 {
    height: 40px;
}

.height-35 {
    height: 35px;
}

.height-30 {
    height: 30px;
}

.inset-bottom {
    padding-bottom: 24px;
}

.bold {
    font-weight: bold;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.clear-fix {
    clear: both;
}

.inset-left {
    padding-left: 6px;
}

.inset-left-9 {
    padding-left: 9px;
}

.margin-top-0 {
    margin-top: 0;
}

p.signature {
    font-size: 13px !important;
}

.inset-top {
    padding-top: 12px;
}

.momart {
    text-align: center;
    color: #fff;
}

p.contact-us {
    text-align: left !important;
}

ul {
    font-size: 12px !important;
    margin: 0;
}

.pdf-download {
    padding-top: 2px;
}

    .pdf-download a {
        text-decoration: none;
        font-variant: small-caps;
        font-weight: bold;
        color: #0678AD;
        font-size: 14px;
    }

        .pdf-download a:hover {
            color: #f00;
        }

.title {
    margin-bottom: 0px;
    margin-top: 24px;
}

.inline-block {
    display: inline-block;
}

#footer {
    display: block;
    margin: 24px;
}

    #footer img:first-of-type {
        padding-left: 0;
    }

    #footer img:last-of-type {
        float: right;
    }

    #footer img {
        height: 50px;
        padding: 10px 15px 10px 15px;
    }

    #footer div {
        max-width: 100%;
    }


.validation-summary-errors ul {
    color: red;
    list-style-type: none;
    padding: 0;
}

.split input {
    width: 50px;
    margin-bottom: 6px;
}

.orange {
    color: #C84734;
}

.contacts p {
    text-align: center !important;
}

img.nyeremeny {
    width: 100%;
}


.header a, .footer a {
    font-size: 14px;
}