@CHARSET "UTF-8";

@import url("reset.css");

@import url("calendar.css");

@import url("layout.css");

.errorMessage, .errorMessage li span {
    color: red;
}

p,li,td,th,span,div {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    color: #444;
    line-height: 150%;
}

p,li,td,th,span,div {
    font-size: 12px;
}

#content p {
    text-align: justify;
    margin: 5px 0;
}

td,th {
    font-size: 11px;
}

div.breadcrumbs {
    font-size: 11px;
    color: #000;
    border-bottom: 1px solid #ddddde;
    width: 724px;
    margin-bottom: 20px;
}

#content a {
    color: #555555;
}

#content a:hover {
    color: #E50000;
}

div.breadcrumbs a {
    font-style: italic;
    color: #555;
    text-decoration: none;
}

th {
    text-align: center;
    background-color: #000000;
    color: #cfcfcf;
    vertical-align: middle;
}

td,th {
    padding: 2px 2px;
}

tr.odd {
    background-color: #EEEEEE;
}

tr.even {
    background-color: #fff;
}

h1,h2,h3 {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    color: #CC0033;
    margin: 14px 0 19px 0;
    background-image: url("images/dot-h1.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 16px;
}

h2 {
    font-size: 16px;
    color: #666666;
    font-style: italic;
    margin: 16px 0 12px 0;
    background-image: url("images/dot-h2.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 19px;
}

h3 {
    font-size: 12px;
    color: #373737;
    text-decoration: underline;
    margin: 14px 0 5px 0;
    color: #373737;
}

.active {
    font-weight: bold;
}

/**
 *
 * Űrlapok
 *
 */
div.wwgrp {
    overflow: hidden;
    display: block;
    width: 100%;
}

div.wwgrp span.wwlbl {
    display: block;
    float: left;
    width: 30%;
}

div.wwgrp span.wwctrl {
    display: block;
    float: left;
    margin-left: 1%;
    width: 69%;
}

div#content form {
    width: 500px;
    margin: 20px auto;
    background-color: #EEEEEE;
    padding: 20px;
}

div#content div.adatlap {
    width: 670px;
    margin: auto;
    margin: 20px auto;
    background-color: #EEEEEE;
    padding: 20px;
}

div#content div.adatlap span.wwlbl {
    font-weight: bold;
}

a.button img {
    border-style: none;
}

#content th.order a {
    text-decoration: underline;
    color: #eaeaea;
}

#content th.order a:hover {
    color: white;
}

#content th.ordered a {
    color: #CC0033;
}

td.nowrap {
    white-space: nowrap;
}

td.szam {
    text-align: right;
    white-space: nowrap;
    padding: 2px 5px;
}

/**
    Menu
    */
.context-menu a {
    color: #373737;
    text-decoration: none;
}

.context-menu a:hover {
    text-decoration: underline;
}

.context-menu a:visited {
    color: black;
}

ul.context-menu li {
    list-style-position: outside;
    margin: 5px 0 5px 5px;
    color: #373737;
    list-style-image: url("images/dot-menu.png");
}

ul.context-menu li.sub ul li {
    list-style-image: url("images/dot-submenu.png");
}

ul.context-menu li.sub ul,ul.context-menu li.sub ul {
    margin-left: 1em;
}

.title {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #E50000;
    margin: 0 0 5px 0;
}

.title a {
    color: #0F4F9A;
}

div.sidebar-block input {
    width: 133px;
}

input,select,textarea,span.wwctrl {
    color: #666666;
}

div#content form input[type='text'],div#content form input[type='password'] {
    width: 90%;
}

div#content table.wide {
    width: 724px;
    margin: 5px auto;
}

input[type='text'],input[type='password'],select,textarea {
    border: 1px solid #c7c7c7;
}

input[type='text'],input[type='password'],textarea {
    padding: 3px;
}

select {
    padding: 2px;
}

div#content div.wwgrp {
    line-height: 35px;
    margin: 5px 0;
}

div.adatlap div.wwgrp {
    height: 24px;
}

a.funkcio {
    color: #555555;
    text-decoration: none;
    background-image: url("images/changing-content/icon-datamod.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 15px;
}

a.funkcio:hover {
    color: #E50000;
    text-decoration: underline;
}

button, .print {
    color: white;
    font-weight: bold;
    font-size: 11px;
    background-image: url("images/changing-content/bg-button.png");
    background-repeat: repeat-x;
    border-style: none;
    line-height: 23px;
    height: 23px;
    background-color: #104f9c;
    padding: 0 5px;
    margin: 10px 0 0 0;
}

div.p {
    line-height: 12px;
    margin: 10px auto;
    text-align: center;
}

div.p img {
    margin: 0 0 -1px 0;
}

div.wwgrp br {
    display: none;
}

fieldset {
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    padding: 5px 0;
    margin: 10px 0;
}

legend {
    font-size: 14px;
    padding: 0 10px 0 0;
}

#content ul li {
    list-style-type: disc;
    margin-left: 2em;
}

div.uzenet {
    width: 600px;
    margin: 10px auto;
    background-color: #EEEEEE;
    padding: 15px;
}

span.inaktiv {
    color: #878787;
}

.logo-header {
    margin-left: 33px;
    margin-top: 20px;
    width: 170px;
    height: 105px;
}

.logo-document {
    margin-left: 33px;
    width: 185px;
    height: 85px;
    float:right;
}

p.adat, p.meghatalmazas {
    font-size: 12px;
    padding: 0px;
   
}

p.meghatalmazas {
    text-align: left;
    font-style: italic;
}



