﻿body {
    font-family: Verdana;
    font-size: 12px;
}

input[type="text"] {
    width: 200px;
}

select {
    width: 205px;
}

.tblInfo {
    border-collapse: collapse;
    empty-cells: show;
}

    .tblInfo th {
        border: 1px solid #EAECEE;
        padding: 8px;
        text-align: left;
        background-color: #F4F6F9;
        font-weight: bold;
        color: #6D767F;
    }

    .tblInfo tr {
        background-color: #FFFFFF;
    }

        .tblInfo tr:hover {
            background-color: #DDE6FF;
        }

    .tblInfo td {
        border: 1px solid #EAECEE;
        padding: 8px;
        text-align: left;
    }

.tblInfoU {
    border-collapse: collapse;
    empty-cells: show;
}

    .tblInfoU th {
        border: 1px solid #EAECEE;
        padding: 8px;
        text-align: left;
        background-color: #F4F6F9;
        font-weight: bold;
        color: #6D767F;
    }

    .tblInfoU tr {
        background-color: #FFFFFF;
    }

        .tblInfoU tr:hover {
            background-color: #DDE6FF;
        }

    .tblInfoU td {
        border: 1px solid #EAECEE;
        padding: 8px;
        text-align: left;
    }

.tblForm {
    border-collapse: collapse;
    empty-cells: show;
}

    .tblForm td {
        padding: 4px;
        text-align: left;
    }

.btnPlace {
    text-align: center !important;
}

.errPlace {
    text-align: left !important;
    font-weight: bold !important;
}

.errPlaceCtr {
    text-align: center !important;
    font-weight: bold !important;
}

.attSpan {
    background-color: #FF0000;
    color: #FFF;
}

    .attSpan a {
        color: #FFF;
    }
