﻿.widthAligned {
    width: 100px;
    display: inline-block;
    text-align: right;
}

#tblStavke {
    width: 100%;
    border-spacing: 0px;
}

    #tblStavke th {
        background-image: url("../Images/table-header-background.png");
        background-repeat: repeat-x;
        background-color: rgb(188,255,105);
        padding: 4px;
    }

    #tblStavke td {
        color: #fff;
        padding: 4px;
        border-right: 1px solid rgb(58,92,16);
    }

    #tblStavke tr.odd {
        background-color: rgb(112,153,60);
    }

    #tblStavke tr.even {
        background-color: rgb(88,120,47);
    }

    #tblStavke tr:hover {
        background-color: #000;
    }

    #tblStavke a {
        color: #fff;
    }

.divNumberOfItemsContainer {
    text-align: right;
}

.divNumberOfItems {
    float: left;
    border: 1px solid #aaa;
    background-color: #ddd;
    padding: 2px 5px;
    margin: 0 3px;
}

.tblRoo {
    width: 100%;
}

    .tblRoo th {
        border: 1px solid #000;
        background-color: #ccc;
    }

.tblStavke {
    width: 100%;
    border-spacing: 0px;
}

    .tblStavke th {
        background-image: url("../Images/table-header-background.png");
        background-repeat: repeat-x;
        background-color: rgb(188,255,105);
        padding: 4px;
    }

    .tblStavke td {
        color: #fff;
        padding: 4px;
        border-right: 1px solid rgb(58,92,16);
    }

    .tblStavke tr.odd {
        background-color: rgb(112,153,60);
    }

    .tblStavke tr.even {
        background-color: rgb(88,120,47);
    }

    .tblStavke tr:hover {
        background-color: #000;
    }

    .tblStavke a {
        color: #fff;
    }