﻿/*----------------------------------------------------------
Page Background Color   #002665
Body Background Color   #FFF
Body Text               #444
Navigation Buttons      #DDD
Navigation Text         #0052CA
----------------------------------------------------------*/

@import url("DataTables.css");

body {
    background-color: #002665;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #444;
    overflow: scroll;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page 
{
    width: 90%;
    min-width: 900px;
    max-width: 1100px;

    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, 
#header h1 {
    font-weight: bold;
    font-family: "Palatino Linotype", Georgia, "Times New Roman", Serif;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 1.4em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

.PageHeading
{
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
}

#main {
    clear: both;
    padding: 10px 20px 25px 20px;
    background-color: #FFF;
    border-radius: 0px 8px 0 0;
    min-height: 400px;
}

#main.LoggedOut 
{
    border-radius: 8px 8px 0 0;
} 

.dashboard-block
{
    float: left;
    width: 90%;
    margin: 10px 5% 20px 5%;
    
}

.dashboard-left
{
    float:left;
    clear: both;
    max-width: 45%;
    margin: 10px;
}

.addbox-small
{
    float: left;
    max-width: 50%;
    margin: 10px 10px 20px 10px;
}

.dashboard-float
{
    float:left;
    max-width: 90%;
    margin: 10px 5px 20px 5px;
}

footer, 
#footer {
    background-color: #FFF;
    clear: both;
    color: #999;
    padding: 20px 0px;
    text-align: left;
    line-height: normal;
    margin: -1px 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 8px 8px;
}

#PrintFooter{ display:none;
              text-align:center;
              margin-left:auto;
              margin-right:auto;}

#TermsLink /*obsolete*/
{
    text-align: right;
    float: right;
    padding: 25px;
}

#FooterLinks
{
    text-align: right;
    float: right;
    padding: 25px;
}

/* TAB MENU   
----------------------------------------------------------*/
#PrimaryNavMenu {
    border-bottom: 1px #002665 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0 0 5px 0;
    list-style: none;
}

#PrimaryNavMenu a 
{
    float: left;
    text-align: center;
    min-width: 8em;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    background-color: #DDD;
    color: #0052CA;
    border-radius: 4px 4px 0 0;
    padding: 5px;
}

#PrimaryNavMenu li
{
    float: left;
    margin: 0 5px 0 0;
    list-style: none;
}

#PrimaryNavMenu li a:hover {
    background-color: #FFF;
    text-decoration: none;
}

#PrimaryNavMenu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

#PrimaryNavMenu li.selected a {
    background-color: #FFF;
    color: #000;
}

#SecondaryNavMenu 
{
    clear: both;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: left;
    list-style: none;
}

#SecondaryNavMenu  li {
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
}

#SecondaryNavMenu  li#Heading {
    padding: 10px 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 2.8em;
    color: #AAA;
}

#SecondaryNavMenu a 
{
    float: left;
    padding: 10px 20px;
    min-width: 8em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1em;
    background-color: #EEE;
    color: #002666;
    border: 2px #002665 solid;
    border-radius: 6px;
    margin: 0;
}

#SecondaryNavMenu  li a:hover {
    background-color: #FFF;
    text-decoration: none;
}

#SecondaryNavMenu  li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

#SecondaryNavMenu  li.selected a {
    background-color: #FFF;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 6px 0 6px;
}

legend.heading 
{
    font-size: 2em;
    color: black;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"],
.review-field {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px;
    font-size: 1.2em;
    color: #222;
    width: 200px;
    min-height: 1.2em;
}

.display-field
{
    padding: 5px;
    margin: 5px;
    font-size: 1.2em;
    color: #222;
    min-width: 200px;
    min-height: 1.2em;
}


table.DataTable input[type="text"],
table.DataTable_Summary input[type="text"]
{
    width: 80px;
}

table.DataTable_Items input[type="text"]
{
    width: 80px;
    text-align: right;
}

table.DataTable_Items .Location input[type="text"]
{
    width: 160px;
    text-align: left;
}

table.DataTable_Items .Note input[type="text"]
{
    min-width: 320px;
    width: 75%;
    text-align: left;
}

/*
.editor-field-large input[type="text"],
*/
.editor-field-large textarea
{
    width: 700px;
    max-width: 90%;
    min-height: 5em;
    border: none;
    font-size: 1em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    
}

input[type="dropdownlist"]
{
    width: 200px;
}

.review-field,
.review-field-large  {
    background-color: #EEE;
    color: #222;
    min-height: 1.2em;
}

.editor-field-large,
.review-field-large
{
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 20px 20px 5px;
    font-size: 1em;
    font-weight: lighter;
    color: #222;
    width: 700px;
    max-width: 90%;
    min-height: 1.2em;
    clear: left;
    float: left;
}

.display-field-large
{
    margin: 0px 20px 20px 50px;
    font-size: 1em;
    font-weight: lighter;
    color: #222;
    width: 650px;
    max-width: 90%;
    min-height: 1.2em;
    clear: both;
    float: left;
    white-space:pre-line

}

.display-field-document
{
    border: none;
    padding: 5px;
    margin: 0 20px 20px 5px;
    font-size: 1em;
    font-weight: lighter;
    color: #222;
    width: 100%;
    min-height: 1.2em;
    clear: left;
    float: left;
}




.review-label,
.display-label,
.editor-label 
{
    min-width: 200px;
    padding: 5px 10px 10px 15px;
    text-align: left;
    color: Black;
    float: left;
    clear: left;
}

.review-field,
.display-field,
.editor-field
{
    float: left;
}

.logon-label
{
    margin: 0.5em 0;
    font-weight: bolder;
    font-size: 1.2em;
}

.logon-field 
{
    margin: 0.5em 0;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    min-width: 207px;           /* This is kept 7px wider than text & password fields.   */
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

#terms {display: none;}

.ButtonText
{
    border: none;
    background-color: white;
    color: #0052CA;
    text-decoration: underline;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

fieldset input[type="submit"]
{
    margin: .5em 1em .5em 2em;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#PrimaryNav {
    margin: 5px 0 -1px 0;
    clear: both;
    float: left;
}

#SecondaryNav
{
    margin-top: 5px;
    padding: 5px 0px 0px -30px;
    margin-bottom: 5px;
    position: relative;

}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

#LogOnForm 
{
    float: right;
}

#LogOnForm form
{
    width: 250px;
}

.HPText img
{
    max-width: 65%;
}

.HPText p
{
    max-width: 64em;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.review-field,
.editor-field {
    margin: 0.5em 0 0 0;
}


.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}
fieldset p 
{
    margin: 0.5em 1em 1em 1em;
    clear: both;
}




@media only print 
{
    body {
    background-color: white;
    font-family: "Times New Roman", Georgia, Garamond, Serif;
    color: black;
    font-size: 10pt;
    overflow: auto;
    }
    
    header h1,  
    #header h1 {
    font-weight: bold;
    font-family: "Palatino Linotype", Georgia, "Times New Roman", Serif;
    padding-bottom: 3pt;
    color: black;
    border: none;
    line-height: 14pt;
    font-size: 12pt !important;
    text-shadow: none;
    }
    
    h2 
    {
        padding: 0;
        margin: 3pt, .25in, 3pt, 0;
        font-size: 14pt;
        font-weight: normal;
    }

    #logindisplay { display: none;}
    #PrimaryNav,
    #SecondaryNav {display: none;}    
    .dataTables_length {display: none;}
    .dataTables_filter {display: none;}
    .dataTables_info {display: none;}
    
    #footer {display: none;}
    .NoPrint {display:none;}
    
    #PrintFooter {display: block}
    
}   
