/* =links og�lne( takie ja w tablekach
----------------------------------------------- */
.dataWrapper a {
    padding: 1px;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.dataWrapper a:link {
    border-bottom: 1px dashed #ddd;
    color: #000;
}

.dataWrapper a:visited {
    border-bottom: 1px dashed #ccc;
    color: #808080;
}

.dataWrapper a:hover {
    border-bottom: 1px dashed #bbb;
    color: #f55;
}

/********************** nowy layout *****************/
.mainPageContainer {
    position: relative;
}

.mainPage {
    width: 860px;
}

.headerBackground {
    height: 27px;
    background: #336699 url(../gfx/gbH.jpg) top left repeat-x;
    position: absolute;
    top: 130px;
    width: 100%;
}

.tabsBackground {
    position: absolute;
    top: 157px;
    width: 100%;
    height: 15px;
    background-color: #007fff;
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial,
        sans-serif;
    color: #eeeeee;
}

.subTabsBackground {
    background: #ff9900;
    height: 2px;
    position: absolute;
    top: 172px;
    width: 100%;
}

.aButton {
    margin-top: 5px;
    height: 21px;
    width: 143px;
    margin-left: 20px;
    top: 185px;
    background: url(../gfx/button.gif) repeat-x;
    padding-top: 3px;
    cursor: pointer;
    display: none;
}

.aButton a {
    color: #336699;
    text-decoration: none;
}

.aButton a:hover {
    color: #ff9900;
}

.mainBackground {
    background: url(../gfx/gbC.gif) repeat-x;
    height: 200px;
    position: absolute;
    top: 174px;
    width: 100%;
}

.contentContainer {
    /*    margin-top: -3px;*/
}

.footer {
    width: 100%;
    min-width: 900px;
    clear: both;
    background: #f3f3f3 url(../gfx/gbF2.gif) repeat-x;
    text-align: center;
}

.none {
    display: none;
}

.tabsUl {
    padding: 0px;
    margin: 0px;
}

.menusSeparator {
    /**position: absolute;**/
    margin-top: -31px;
}

#menus {
    width: 870px;
}

.border {
    border: 1px solid #ddd;
}

/******errorPage******/
.errorPage h3 {
    color: red;
}

/***** tr background colors *****/
tr.inDebtProcess {
    background-color: #FDEEF4;
}

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

tr.activeDebtProcess {
    background-color: #F9B7FF;
}

.formButton {
    float: right;
}

.margin-right_200 {
    margin-right: 200px;
}

#margin-right_200 {
    margin-right: 200px;
}

