﻿body {
    background: #b6b7bc;    
    font-family: Verdana;
    margin: 0px;
    padding: 0px;
    color: #000000;
}
/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */


.headerTitle {
    background: #4b6c9e;
    font-weight: 600;
    padding: 10px 0px 10px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
    
}


.returnDiv
{
    float:right;
}

.pcontent {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
}

.pcontent h2 {
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0px;
    font-family: Verdana;
    font-size: 1.5em;
}





.pagetitle {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 8px;
    border: 1px solid #0066cc;
    border-radius: 6px;
    background-color: #99c0e8;
    color: #fff;
}

.deltiolabel {
    text-align: right;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .deltiolabel td {
        padding-bottom: 15px;
    }

    .webgrid {
    width:100%;
    margin-bottom: 1rem;
    vertical-align: top;
}

.webgrid-header {
    background-color: #428bca;
    color: #FFFFFF;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: left;
}

    .webgrid-header > th {
        border: 1px solid #0066cc;
    }


.webgrid-footer > td {
    padding-top: 10px;
    font-weight: bold;
}

.webgrid-footer > td > a {
        background-color: #0066cc;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal;
        border: 1px solid #337ab7;
        border-radius: 6px;
        padding: 3px 7px;
}

        .webgrid-footer > td > a:hover {
            background-color: #428bca;
        }


.webgrid-table td, th {
    border: 1px solid #0066cc;
    padding: 0.5rem 0.5rem;
}

.webgrid-row-style {
    padding: 3px 7px 2px;
    text-align: left;
    border: 1px solid #337ab7;
}

    .webgrid-row-style td {
        border: 1px solid #337ab7;
        padding: 0.5rem 0.5rem;
    }
/*
.webgrid-alternating-row {
    background-color: #87b0d4;
    padding: 3px 7px 2px;
}*/

.webgrid-box {
    background-color: #0066cc;
    color: #337ab7;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 15px;
    border: 1px solid #337ab7;
    border-radius: 6px;
    font-weight: bold;
}

.tabledeltio {
    font-size: 11px;
    font-family: Verdana;
}
.tabledeltio td {
    padding:0 5px 0 5px;
}

    .tabledeltio th {
        padding: 0 5px 0 5px;
    }

.tablebasic {
    background-color: #FFFFEA;
    width: 100%;
    font-size: 11px;
    font-family: Verdana;
}

.trtitle {
    font-weight: bold;
    background-color: #D2D0A4;
}

.tdleft {
    padding-left: 10px;
    width: 40%;
    border: 1px solid #EBDDE2;
}

.tdright {
    border: 1px solid #EBDDE2;
}