﻿body
{
    font-family: Arial,sans;
}

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;
}

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;
    border-collapse: collapse;
}

table.navMenu tr td
{
    vertical-align: top;
    padding: 2px 2px;
}

table.navMenu a
{
    text-decoration: none;
}

table.navMenu tr.selected, table.navMenu tr.selected a
{
    background-color: #555;
    color: #FFF;
}

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: 2px 2px;
}

.menu .menuItem .selected
{
    background-color: #555;
    color: #FFF;
}

/** 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: 9em;
}


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;
}
