.naglowek-big {
    font-size: 19px;
    font-weight: bold;
    color: #336699;
    font-family: Arial, sans-serif;
}
.naglowek-med {
    font-size: 16px;
    font-weight: bold;
    color: #336699;
    font-family: Arial, sans-serif;
}
.wrongData {
    color: #f40000;
    font-weight: bold;
}
A.pageSpliter {
    padding: 5px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
A:hover.pageSpliter {
    padding: 5px;
    color: #000000;
    background: #fb6100;
    text-decoration: none;
}
.gray-small {
    font-size: 11px;
    color: #868686;
}
.rightColumn {
    vertical-align: top;
    padding-left: 10px;
}
.leftColumn {
    width: 644px;
    border-right: 1px solid #d4d4d4;
    padding-right: 10px;
    vertical-align: top;
}

div.subMenu {
    width: 966px;
    text-align: left;
    height: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    clear: both;
}

ul.subMenu {
    margin: 2px 0 3px 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}
ul.subMenu > li {
    font-size: 13px;
    font-weight: bold;
    display: inline;
}
ul.subMenu > li > A {
    font-size: 13px;
    padding: 5px;
    color: #537ea7 ;
    font-weight: bold;
    text-decoration: none;
}
ul.subMenu > li > A:hover {
    font-size: 13px;
    padding: 5px;
    color: #ffffff;
    background: #9ebfde; /* #2D5881;*/
    text-decoration: none;
}
ul.subLeftMenu {
    float: left;
}
ul.subLeftMenu > li {
    margin-right: 5px;
}
ul.subRightMenu {
    float: right;
}
ul.subRightMenu > li {
    margin-left: 5px;
}

.oddRows {
    background: #e7f0f5;
}
.clearPadMar {
    margin: 0;
    padding: 0;
}
.vertAllM {
    vertical-align: middle;
}
.footerLinks {
    list-style-type: none;
}
.footerLinks > li {
    display: inline;
}

span.UIButton_Orange {
    background-color: #fc6200;
    border: 1px solid #bb4b03;
    padding-top: 3px;
    padding-bottom: 3px;
    width: auto;
}
span.UIButton_Orange > input {
    background-color: transparent;
    border-color: #f39559;
    border-style:solid;
    border-width: 1px 0px 0px 1px;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 2px;
    cursor:pointer;
    font-size:13px;
    font-weight: bold;
}

.UIButton_Blue {
    background-color: #537ea8;
    border: 1px solid #2e475e;
    padding-top: 3px;
    padding-bottom: 3px;
    width: auto;
}
.UIButton_Blue > input {
    background-color: transparent;
    border-color: #8ca6c0;
    border-style:solid;
    border-width: 1px 0px 0px 1px;
    color: #ffffff;
    margin: 0px;
    padding-bottom: 2px;
    cursor:pointer;
    font-size:13px;
    font-weight: bold;
}

