﻿.boxSabt_top {
    width: 800px;
    width: 100%;
}

td {
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    margin: 0;
    padding: 0;
    /*height: 10px;*/
}

.Hint {
    color: Navy;
    font-size: small;
}

.Warning {
    color: Maroon;
}

.otherbtn {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/BtnReport.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .otherbtn span.hover {
        position: absolute;
        display: block;
        height: 33px;
        width: 131px;
        background: url('../images/BtnReport.png') no-repeat;
        background-position: bottom;
    }

.btnBatchRetry {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/btnBatchRetry.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.btnBatchRetry span.hover {
            position: absolute;
            display: block;
            height: 33px;
            width: 131px;
            background: url('../images/btnBatchRetry.png') no-repeat;
            background-position: bottom;
        }

.btnBatchUpload {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/btnBulkUpload.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.btnBatchUpload span.hover {
    position: absolute;
    display: block;
    height: 33px;
    width: 131px;
    background: url('../images/btnBulkUpload.png') no-repeat;
    background-position: bottom;
}

.confirmBtn {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/BtnConfirm.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .confirmBtn span.hover {
        position: absolute;
        display: block;
        height: 33px;
        width: 131px;
        background: url('../images/BtnConfirm.png') no-repeat;
        background-position: bottom;
    }

.rejectBtn {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/BtnReject.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .rejectBtn span.hover {
        position: absolute;
        display: block;
        height: 33px;
        width: 131px;
        background: url('../images/BtnReject.png') no-repeat;
        background-position: bottom;
    }

.profileBtn {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/BtnProfile.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .profileBtn span.hover {
        position: absolute;
        display: block;
        height: 33px;
        width: 131px;
        background: url('../images/BtnProfile.png') no-repeat;
        background-position: bottom;
    }

.nextBtn {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/BtnNext.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .nextBtn span.hover {
        position: absolute;
        display: block;
        height: 33px;
        width: 131px;
        background: url('../images/BtnNext.png') no-repeat;
        background-position: bottom;
    }

.backBtn {
    clear: both;
    position: relative;
    display: inline-block;
    height: 33px;
    width: 131px;
    background: url('../images/BtnBack.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

    .backBtn span.hover {
        position: absolute;
        display: block;
        height: 33px;
        width: 131px;
        background: url('../images/BtnBack.png') no-repeat;
        background-position: bottom;
    }

.timeStyle {
    direction: ltr;
    z-index: 600;
    padding-top: 100px;
}

.lblAnnounce {
    color: Red;
    font-family: Tahoma;
    font-size: 12px;
    text-align: center;
}

.RedBackgroundImage {
    background: url('../images/redimg.ico') no-repeat;
    background-position: center;
}

.GreenBackgroundImage {
    background: url('../images/greenimg.ico') no-repeat;
    background-position: center;
}

.VahedeTejariSNSelect {
    cursor: hand !important;
    cursor: pointer !important;
}

.rowColor {
    background-color: Silver;
    color: Red;
}

.rowStyle {
    font-weight: bold;
    color: Gray;
    border-color: Black;
    border-width: 2px;
}

.rowLightStyle {
    color: Black;
    font-weight: normal;
}

.titleStyle {
    font-weight: bold;
    color: Gray;
    background-color: Silver;
    text-align: center;
}

.lblSTyle {
    font-size: large;
    color: Black;
}

.lblRemainPriceSTyle {
    font-size: larger;
    background-color: Aqua;
    color: Red !important;
    text-align: center !important;
}

.rightDir {
    direction: rtl
}
