﻿.ListRightAligined label {
    display: inline !important;
}

.ListRightAligined input {
    float: right;
}

.Title {
    float: right;
    width: 50%;
    padding-bottom: 20px;
    font-family: Tahoma;
    font-weight: bold;
}

.ItemControl {
    float: right;
    width: 50%;
    padding-bottom: 20px;
    color: #222;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    direction: rtl;
}

.rowTitle {
    padding: 2px;
    margin-bottom: 1px;
    position: relative;
    display: block;
    float: right;
    width: 100%;
}

    .rowTitle span {
        color: #000099;
    }

        .rowTitle span.star {
            font-size: 10px;
            font-weight: bold;
            color: #FF0000;
            padding-right: 2px;
        }

span.Error {
    color: red;
    font-weight: bold;
}

.JobTable {
    padding: 2px 2px 2px 2px;
}

    .JobTable table {
        border: 2px solid black;
        padding: 2px 2px 2px 2px;
    }

    .JobTable tr {
        text-align: center;
        line-height: 20px;
    }

    .JobTable th {
        font-weight: bold;
        text-align: center;
        border: 2px solid black;
        padding: 2px 2px 2px 2px;
    }

    .JobTable td {
        text-align: center;
        border: 2px solid black;
        padding: 2px 2px 2px 2px;
    }

    .JobTable .right {
        text-align: right;
        padding: 4px 4px 4px 4px;
    }

    .JobTable .break {
        border: 0px;
        border-right-style: none;
        border-left-style: none;
    }
