﻿.Fop div table {
    width: 100%;
    border: none;
}

    .Fop div table th {
        padding: 10px;
        margin: 0px;
        background-color: #0d135d;
        color: #ffffff;
    }

    .Fop div table tr {
        height: 18px;
    }

    .Fop div table td {
        padding: 0px;
        margin: 0px;
    }

    .Fop div table tr.head td {
        background-color: #00959c;
        color: #ffffff;
        text-align: center;
    }

        .Fop div table tr.head td input {
            background-color: #00959c;
            color: #ffffff;
        }

    .Fop div table tr.footer td {
        background-color: #0d135d;
        color: #ffffff;
    }

        .Fop div table tr.footer td input[type=text] {
            background-color: #0d135d;
            color: #ffffff;
        }

    .Fop div table tr.item td input[type=button] {
        border: none;
        height: 18px;
        width: 100%;
    }

    .Fop div table tr.item td input[type=submit] {
        border: none;
        height: 18px;
        width: 100%;
    }

.Fop input[readonly] {
    background-color: #EEEEEE;
}

.Fop div table tr.item td select[disabled] {
    background-color: #EEEEEE;
}

.Fop div table tr.item td {
    background-color: rgb(238, 238, 238);
    color: #444444;
    border: solid 1px #9A9797;
}

.Fop div table tr td.label {
    text-align: right;
}

.Fop div table tr td.number {
    text-align: right;
}

.Fop div table input[type=text] {
    border: none;
    height: 18px;
    width: 100%;
}

.Fop div table input[type=text] {
    text-align: right;
}

.Fop div table input[type=button] {
    text-align: center;
}

.Fop div table select {
    border: none;
    height: 18px;
    width: 100%;
}

#progressBackgroundFilter {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #3a3a3a;
    -ms-filter: alpha(opacity=60);
    -ms-opacity: 0.6;
    filter: alpha(opacity=60);
    opacity: 0.6;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

    #progressBackgroundFilter div {
        margin: 0px auto;
        width: 100%;
        text-align: center;
        overflow: hidden;
        position: absolute;
        background-color: #3a3a3a;
        top: 50px;
        -ms-filter: alpha(opacity=60);
        -ms-opacity: 0.6;
        filter: alpha(opacity=60);
        opacity: 0.6;
    }

.btnGreen {
    color: green !important;
}

    .btnGreen:hover, .btnGreen:focus, .btnGreen:focus {
        background-color: green !important;
        background-image: none !important;
        color: black !important;
    }

.btnRed {
    color: red !important;
}

    .btnRed:hover, .btnRed:focus, .btnRed:focus {
        background-color: red !important;
        background-image: none !important;
        color: black !important;
    }
