﻿body {
    font-family: Arial,Verdana,Helvetica;
}

/* Hide other items on screen when they are printing app complete page */
@media print {
    .menu, #ContentPlaceHolderContent_ContentPlaceHolderContent_PanelStatusInProcess, #ContentPlaceHolderContent_ContentPlaceHolderContent_LinkButtonReturn, #layoutFooter {
        visibility: hidden;
        height: 0;
    }
}

h1, h2, h3, h4, h5, h6
{
    margin-top: 2px;
    margin-bottom: 2px;
}

/** Input forms **/
table.form, table.form > tbody > tr > td, table.form > tbody > tr > th
{
    vertical-align: text-top;
    padding-bottom:3px;
}

table.form > tbody > tr > td:first-child
{
    white-space: nowrap;
}

div.inputNotes
{
    color: #aaa;
    font-size: x-small;
}

div.agreementPane
{
    border: solid 1px black;
    height: 175px; 
    width: 470px;
    overflow: auto;
    padding:10px;
}

div.messagePane
{
    border: solid 1px black;
    height: 80px; 
    width: 470px;
    overflow: auto;
    padding:10px;
    vertical-align:middle;
}

div.guiSectionHeader
{
    font-weight: bold;
}

input[type="text"], input[type="password"], select
{
    width: 21em;
}


input.short
{
    width: 5em;
}

div.pageHeader
{
    font-size: x-large;
    font-weight: bold;
}

a.LinkButtonPrevious
{
    font-size: smaller;
}

div#layoutFooter a:link, div#layoutFooter a:visited
{
    color: #fff;
}


/**
Progress bar controls are below this point.
**/

div.progressBar
{
    position: relative;
    width: 250px;
}
div.progressBar div.progressRectangles div
{
    float: left;
    display: block;
    width: 23px;
    border: solid 1px;
    border-color: #777;
    background-color: #ddd;
}
div.progressBar div.progressRectangles div.touched
{
    background-color: #999;
}
div.progressBar div.progressRectangles div.current
{
    background-color: #555;
}
div.progressBar div.progressRectangles div:hover
{
    background-color: #fff;
}
div.progressBar div.progressRectangles div a
{
    display: block;
    height: 27px;
    text-decoration: none;
}

/**
Progress text near progress bar.
**/


div.progressText
{
    text-align: center;
}

/**
Navigation menu controls are below this point.
**/

table.navMenu
{
    font-size: smaller;
    padding-left: 0px;
    list-style: none;
    
}

table.navMenu tr 
{
    vertical-align: top;
    background-color: #EBEBEB;
    color: #7F7F7F;
}

table.navMenu  td
{
padding:5px;
}

table.navMenu a
{
    /*text-decoration: none;*/
}

table.navMenu tr.selected, table.navMenu tr.selected a
{
    background-color: #555;
    color: #FFF;
}

table.navMenu tr.submitted, table.navMenu tr.submitted a
{
    background-color: #DBDBDB;
    color: #000000;
}

table.navMenu li
{
    padding: 2px 0px;
}

table.invoiceListing, table.invoiceListing > tbody > tr > *
{
    border: solid 1px black;
    border-collapse: collapse;
}

table.invoiceListing > tbody > tr > td:first-child + td
{
    text-align: right;
}

table.requirementOption, table.requirementOption > tbody > tr > *
{
    border: solid 1px black;
    border-collapse: collapse;
}

table.requirementOption > tbody > tr > td
{
    width: 175px;
    vertical-align: top;
    text-align: center;
}

table.requirementOption > tbody > tr > td:first-child
{
    text-align: left;
}

/** ASP.NET Menu **/

.menu .menuItem
{
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right:2px;
    background-color: #DBDBDB;
    color:#000000;
    margin-bottom: 1px;
    font-weight:bold;
    font-size:smaller;
}

.menu .menuItem .selected
{
    /*
    background-color: #BAC1CB;
*/
    color: #000000;
    
}

/** Display the footer link and image properly **/

div#layoutFooter > div.layoutPaddingDiv
{
    line-height: 45px;
    padding-bottom: 2px;
    padding-top: 2px;
}
div#layoutFooter > div.layoutPaddingDiv img
{
    vertical-align: middle;
}

div.centeredButtons
{
    margin-top: 1em;
    text-align: center;
}

div.centeredButtons > input, div.centeredButtons > a
{
    margin-left: 1em;
    margin-right: 1em;
}

input[type="button"], input[type="submit"]
{
    min-width: 11em;
}


td.numeric
{
    text-align: right;
}

div.modalPopup
{
    border: 1px solid black;
    padding: 10px;
    background-color: #fff;
    color: #000;
    text-align: left;
    z-index: 1;
}

.modalBackground
{
    background-color: Gray;
    opacity: 0.7; /* CSS 3 produces error */
    filter: alpha(opacity = 70); /* IE only */
    
}

div.dragPanel
{
    position: absolute;
    left: 50px;
    z-index: 20;
    top: 50px;
    width: 454px;
    border: solid #000 1px;
    background: #822433;
}

div.dragPanel > div:first-child
{
    border: solid #822433 2px;
    text-align: center;
    width: 450px;
    font-weight: bolder;
    width: 450px;
    float: left;
    background: #fff;
    color: #822433;
    border: 2px solid #822433;
}
div.dragPanel > div:first-child + div
{
    border: solid #822433 2px;
}

table.multiDataGrid > tbody > tr > th
{
    padding-left: 10px;
    padding-right: 10px;
}

table.multiDataGrid > tbody > tr > td
{
    padding-bottom:3px;
    padding-top:3px;
    padding-left: 10px;
    padding-right: 10px;
}
/** display tabular, non-form data **/

table.displayGrid > tbody > tr > td
{
    padding-left: 10px;
    padding-right: 10px;
}

/** elig table **/
tr.alertRow
{
    color: Red;
}

div.castleOnlyPane
{
    border: 1px solid #555;
    margin-top: 15px;
    font-size: small;
}

div.castleOnlyPane > div:first-child
{
    background-color: #555;
    color: #fff;
}

.aspTableHeaderRow { background-color:#3668B2;color: #FFFFFF;text-align: center; }
/*

.aspTable { font-family:Arial; border:0px; } 
.aspTableHeaderRow { background-color:#3668B2; color:#FFFFFF }
.aspTableHeaderCell { border:#3668B2 solid 1px;	min-height:27px; padding-left:3px; }
.aspTableRow { Background-color:#f7f7f7; color:#585858; }
.aspTableCell {	border:#d4d0c8 solid 1px; min-height:20px; padding-left:3px; }

*/