﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body {
    /*background-color: #5c87b2;*/
    background-color: #f9fafa;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

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;
}

img {
    border: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

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;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0;
}

/* 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%;
    margin-left: auto;
    margin-right: auto;*/
    margin: 0 auto;
    width: 960px;
    background: url(Images/shade.gif) repeat-y left top transparent;
}

.t-menu {
    margin: 0 auto;
    width: 939px;
    border-top: none;
    border-bottom: 1px #00529B solid;
    border-left: 1px #ffffff solid;
    border-right: 1px #ffffff solid;
}

#header {
    margin: 0 auto;
    width: 939px;
    /*margin-bottom: 0px;
    color: #000;
    padding: 0;*/
    background: url(Images/topbackground.jpg) repeat-x left top transparent;
    /*background:none repeat scroll 0 0 #00529B;*/
    border-bottom: 1px solid #00529B;
    height: 40px;
}

#menu {
    float: left;
}

#signout {
    float: right;
    margin-right: 10px;
    display: none;
}

    #menu ul, #signout ul {
        line-height: normal;
        list-style: none outside none;
        margin: 15px 0 0 30px;
        padding: 0;
        font: 13px Tahoma,Arial,Helvetica,sans-serif;
        color: #EEEEEE;
    }

    #menu li, #signout li {
        display: block;
        float: left;
    }

    #menu a, #signout a {
        color: #EEEEEE;
    }

#menu a {
    margin-right: 3px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: capitalize;
}

    #menu a:hover, #signout a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

#logo2-inner table {
    border-style: none;
    margin: none;
}

    #logo2-inner table td {
        border: none;
    }

#logo2 h1 {
    color: #00529B;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
}

#logo2 {
    margin: 0 auto;
    width: 939px;
    background: #ffffff;
    border-bottom: 1px solid #00529B;
    padding-bottom: 0;
}

#logo2-inner {
    padding: 2px 10px 2px 10px;
}

#main {
    background: #ffffff;
    clear: left;
    width: 939px;
    margin: 0 auto;
}

#main-inner {
    padding: 10px;
}

#footer {
    height: auto;
    font-size: 10px;
    height: 40px;
    margin: 0 auto;
    min-height: 40px;
    padding: 0;
    text-transform: uppercase;
}

#footer-wrap {
    background: none repeat scroll 0 0 #999999;
    height: 40px;
    margin: 0 auto;
    width: 939px;
}

#legal {
    clear: both;
    color: #000000;
    padding-top: 15px;
    text-align: center;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] {
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] {
    width: 200px;
    border: 1px solid #CCC;
}

/* 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;
}

/* 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,
.display-field,
.editor-field {
    margin: 0.5em 0;
}

.text-box {
    width: 30em;
}

    .text-box.multi-line {
        height: 6.5em;
    }

.tri-state {
    width: 6em;
}

table.inline-form {
    border: none;
}

    table.inline-form td {
        border: none;
    }

        table.inline-form td.button {
            text-align: left;
        }

.notice {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background: #FDF9E1;
    color: #C77405;
    border-color: #FBCB09;
}

.flash-notice {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
    background: #FBE3E4;
    border-color: #FBC2C4;
    color: #8a1f11;
}

a.pdf-button {
    color: #1C94C4;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    text-decoration: none;
    background-color: #F6F6F6;
    padding: 0.7em 1.3em;
}

    a.pdf-button:hover {
        color: #C77405;
        background-color: #FDF9E1;
        border: 1px solid #FBCB09;
    }

span.highlight {
    color: Red;
}

span.incomplete-highlight {
    color: Red;
}

span.complete-highlight {
    color: Green;
}

.t-filter-options input[type="text"] {
    width: 125px;
}
