﻿.lbl
{font-weight: bold; vertical-align:top}
.input_tbl td {vertical-align:top}
legend {font-weight: bold}

h1 {
    font-size: 180% !important;
}

hr {
    margin-bottom: 15px;
    margin-top: 15px;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    margin: 18px 0
}

.label-info {
    background-color: #326a7a !important
}

.sectiongrid {
    margin-bottom: 10px;
}

.sentioncontent {
    margin-top: 10px;
}

.tablestyle {
    background-color: #eee;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
text-align:center;    
    
}
.tablestyle tbody tr th[scope="col"] {
    background-color: #0f74cb;
    text-align:center;
}

    .tablestyle tbody tr td:nth-child(2) {
        text-align: left;
    }

    .tablestyle tbody tr td:nth-child(n+6):nth-child(-n+10) {
        text-align: right;
    }

    .tablestyle tbody tr:last-child td:nth-child(7){
        text-align: left;
    }


.tablestyle tbody tr th[scope="col"] {
        background-color: #0f74cb;
}


.tablestyle th a {color: White}
.tablestyle th {text-transform: uppercase}

fieldset {padding-bottom: 1em; padding-left: 1em}

.pagetitle {font-weight: bold}

/*CMD Specific*/
.selection {background-color:#f5f5dc}


.warninglabel {color: Red; font-size: larger}

.ftn {font-size: smaller}

.border {border: solid 1px black}

.gvliststyle th {border-style:none; text-transform:lowercase; }

