.mainWrapper {
    margin: auto;
    width: 942px;
}
body {
    margin: 0px;
    padding: 0px;
    background-color: #e7e7e7;
}
.mainWrapper .header {
    height: 69px;
    position: relative;
    background-image: url(/images/title.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
}
.mainWrapper .main {
    background-color: #FFFFFF;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.mainWrapper .main .menu {
    height: 33px;
    width: 940px;
}
.menu ul {
    padding: 0px;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}
.mainWrapper .main .menu ul li {
    padding: 0px;
    float: left;
    list-style-type: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: bold;
}
.mainWrapper .main .menu ul li a, .mainWrapper .main .menu ul li a:link, .mainWrapper .main .menu ul li a:visited {
    text-decoration: none;
    color: #1b3868;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.mainWrapper .main .menu ul li a:hover, .mainWrapper .main .menu ul li a:active {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #1b3868;
}
.mainWrapper .main .menu-shadow {
    background-image: url(/images/menu_shadow.png);
    background-repeat: no-repeat;
    height: 15px;
}
.mainWrapper .footer {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-align: center;
    padding-top: 20px;
}
.mainWrapper .footer a, .mainWrapper .footer a:link, .mainWrapper .footer a:visited {
    color: #444444;
    text-decoration: none;
}
.mainWrapper .footer a:hover, .mainWrapper .footer a:active {
    color: #444444;
    text-decoration: underline;
}
.mainWrapper .header .search {
    background-image: url(/images/search_bg.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 158px;
    position: absolute;
    top: 17px;
    right: 0px;
}
.mainWrapper .header .date {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 11px;
    line-height: 14px;
    color: #666666;
    height: 14px;
    width: 180px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    text-align: right;
}
.mainWrapper .header .search input {
    height: 18px;
    width: 115px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    color: #666666;
    padding-right: 5px;
    padding-left: 10px;
    border:none;
    background:none;
}
.mainWrapper .header .search a {
    display: block;
    height: 20px;
    width: 25px;
    float: right;
}
.mainWrapper .main .contentWrapper {
    clear: both;
}
.mainWrapper .main .contentWrapper .content-left {
    width: 220px;
    float: left;
    background-image: url(/images/content_left_bg.jpg);
    background-repeat: no-repeat;
}

.mainWrapper .main .contentWrapper .content-rigth {
    float: right;
    width: 660px;
    padding-right: 40px;
    padding-left: 20px;
}
.content-left .box {
    width: 180px;
    margin-left: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    color: #666666;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.content-left .box a, .content-left .box a:link, .content-left .box a:visited {
    color: #336699;
    text-decoration: none;
}
.content-left .box a:hover, .content-left .box a:active {
    color: #1b3868;
    text-decoration: underline;
}
.content-left .box h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 18px;
    color: #336699;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}
.content-left .box .more {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #336699;
    display: block;
    text-decoration: none;
    margin-top: 10px;
}
.content-left .box .more:hover {
    color: #1b3868;
    text-decoration: none;
}
.content-rigth .title {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    color: #660000;
    padding-top: 5px;
    padding-bottom: 10px;
}
.content-rigth .content p {
    margin-top: 0px;
}
.content-rigth .content {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #333333;
}
.content-rigth .content a, .content-rigth .content a:link, .content-rigth .content a:visited {
    color: #336699;
    text-decoration: none;
}
.content-rigth .content a:hover, .content-rigth .content a:active {
    color: #1b3868;
    text-decoration: underline;
}
.mainWrapper .main .content-footer {
    background-image: url(/images/content_footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    clear: both;
}
.box input {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #666666;
    height: 22px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #CCCCCC;
}
.content .search-box .forms {
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.content-rigth .content  input {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #666666;
    height: 22px;
    padding-right: 5px;
    padding-left: 5px;
    border: 1px solid #CCCCCC;
}
.content-rigth .content  h1, .content-rigth .content  h2, .content-rigth .content  h3, .content-rigth .content  h4, .content-rigth .content  h5, .content-rigth .content  h6 {
    color: #660000;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.nowrap {
    white-space:nowrap;
}

.cost_row { width: 85px;text-align:right; }
.cost_cell { text-align:right;padding-right:3px; }
.cost_HUF { width:1px;padding:0 10px 0 3px; }
.file_name_delete span { color:#EE0000;font-weight:bold; }
.file_name_delete:hover span { cursor:pointer; }
.uploaded_file_delete { color:#0000EE; font-weight:bold; }
.uploaded_file_delete:hover { cursor:pointer; }

.content-rigth form tr th,
.content-rigth form legend,
.content-rigth form tr td {
    color       : #666666;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size   : 12px;
    font-weight : normal;
    line-height : 18px;
}

.content-rigth form tr th {
    text-align  : right;
    width       : 200px;
}

.content-rigth form tr td {
    text-align : left;
}

.content-rigth form input,
.content-rigth form textarea,
.content-rigth form select {
    font-family     : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size       : 12px;
    color           : #666666;
    height          : 22px;
    padding-right   : 5px;
    padding-left    : 5px;
    border          : 1px solid #CCCCCC;
}

.errMsg,
.successMsg {
    margin   : 10px 0;
    padding         : 5px;
}

.errMsg {
    background      : #fbe3e4;
    border          : 2px solid #fbc2c4;
    color           : #8a1f11;
}

.successMsg {
    background      : #e6efc2;
    color           : #264409;
    border          : 2px solid #c6d880;
}

.content-rigth .submenu ul {
    list-style : none;
}

.content-rigth .submenu ul li {
    color       : #666666;
    display     : inline;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size   : 12px;
    margin      : 0 10px;
}

.content-rigth .submenu ul li a {
    color : #666666;
    text-decoration : none;
}

.content-rigth table {
    color           : #666666;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size   : 12px;
}

.content-rigth table a {
    color           : #666666;
    text-decoration : none;
}

.loginbox_odd {
    font-size   : 10px;
    font-weight : bold;
    margin-left : 15px;
    text-align  : left;
}
    
.loginbox_even {
    font-size   : 10px;
    font-weight : normal;
    text-align  : left;
}
