﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

/* Menu Container */
.myspmctr {
    color: #1d840e;
    background: #1d840e;
    border-right: #fddd98 1px solid;
    border-top: #fddd98 1px solid;
    border-left: #fddd98 1px solid;
    border-bottom: #fddd98 1px solid;
    background-image: url(../images/TOPGRAD.GIF);
    background-repeat: repeat-x;
    height: 23px;
    background-color: #9ebff6;
}
/* Menu Bar */
.myspmbar {    
    
    border-right: #95b7f3 1px solid;
    border-top: #95b7f3 1px solid;
    border-left: #95b7f3 1px solid;
    border-bottom: #95b7f3 1px solid;
    background-image: url(../images/TOOLGRAD.GIF);
    background-repeat: repeat-x;
    height: 23px;
    background-color: #9ebff6;
}

/* Datagrid Classes */

.datagridheader {
    color: #FAFAFA;
    font-weight: normal;
    background: #002d96;
    background-image: url(../images/TOPGRAD.GIF);
    background-repeat: repeat-x
}

.Fixeddatagridheader {
    position: relative;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
    color: #FAFAFA;
    font-weight: normal;
    background: #002d96;    
    background-image: url(../images/TOPGRAD.GIF);
    background-repeat: repeat-x;
}


.datagrid {
    font-weight: normal;
    font-size: 11px;
    color: black;
    line-height: 12px;
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
}

.datagriditem {
    font-weight: normal;
    background-color: white;
}

.datagridaltitem {
    font-weight: normal;
    background-color: #ededed;
}

.tabtitle {
    font-size: medium;
    color: #2254b1;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
}


.gridheaderlabel {
    font-family: Verdana, Helvetica, sans-serif;
    color: #FAFAFA;
    font-weight: bold;
    background-color: #002d96;    
    background-image: url(../images/TOPGRAD.GIF);
    background-repeat: repeat-x
}

.Companylabel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2254B1;
}

.DataEntryForm {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;    
    background-color: #f0f0f0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color: black;
    background: #f0f0f0;
}

/* GENERIC */
H1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H5, DT {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

H6 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

TFOOT, THEAD {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: darkred;
}

TH {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: darkred;
}