﻿/* table style */
table.DataForm {
    /*font-size: 0.9em;*/ /*font-family:arial,sans-serif;*/ /**/
    border-left: solid 1px #04253a;
    border-right: solid 1px #04253a;
    border-bottom: solid 1px #04253a;
    border-collapse: inherit;
}

/* common cell styles */
.DataForm th, .DataForm td {
    cursor: default;
    height: 20px;
    vertical-align: top;
    border-right-color: #e5ecf9;
    border-right-style: dotted;
    border-right-width: 1px;
    font-size: 11px;
    border-bottom-color: #e5ecf9;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}

    .DataForm td.blocked {
        background-color: #DDDDDD;
    }

/* header cell style */

tr.DataFormHeader td {
    border-bottom-color: #04253a;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: #04253a;
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: #04253a;
    border-top-style: solid;
    border-top-width: 1px;
    font-weight: bold;
    /*font-size: 12px;*/
    text-align: left;
    color: white;
    background: #4bbeec;
    padding: 2px 8px;
}

    tr.DataFormHeader td.RightBorder {
        border-bottom-color: #04253a;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-right-color: #04253a;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #04253a;
        border-top-style: solid;
        border-top-width: 1px;
        font-weight: bold;
        /*font-size: 12px;*/
        text-align: left;
        color: #04253a;
        background: #e5ecf9;
        padding: 2px 8px;
    }


    tr.DataFormHeader td a {
        font-weight: normal;
    }

tr.DataFormCommandRow {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #04253a;
}

    tr.DataFormCommandRow td a {
        color: #3366cc;
        background: #e5ecf9;
        padding: 5px 10px;
        border-right-color: #04253a;
        border-bottom-color: #04253a;
        border-right-style: solid;
        border-right-width: 1px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        text-decoration: none;
    }

        tr.DataFormCommandRow td a:Hover {
            color: #FFFFFF;
            background: #04253a;
            text-decoration: none;
        }

/* cell styles */
.DataForm td {
    padding: 4px 8px 4px 8px;
}

/* mouseover row style */
.DataForm .row-over {
    background-color: #e5ecf9;
}

/* mouse select row style */
.DataForm .row-select {
    /* 	background-color:#04253a; 	color:#fff; 	*/
}
