﻿/*----------------------------------------------------------
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: white;
    font-size: .85em;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a {
    color: #696969;
    text-decoration: none;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

.warning
{
    padding:5px;
    margin:0px 10px 10px 0px;
    color:red;
    opacity:0.9;
    border: solid 1px red;
    background-color: #FEE;
}

/* 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%;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin: 0;
    color: #000;
    padding: 10px 0 0 0 ;
}

#header img {
    padding-left: 0px;
    margin-left: 0px;
    display: inline;
    
}

#header h1 {
    font-weight: bold;
    margin: 0;
    color: #CF0029;
    border: none;
    line-height: 2em;
    font-size: 18px;
    margin: -6px 0 0 56px;
}

#header div.connectionInfo {
    color: #00184A;
    padding: 5px 0 5px 10px;
    border-left: 2px;
    border-left-style: solid;
    border-left-color: #C30217;
    font-weight: normal;
    position: absolute;
    left: 280px;    
    top: 34px;
}

#header div.logos {
    color: #00184A;
    font-weight: normal;
    position: absolute;
    right: 215px;    
    top: 34px;
}

#header div.logos img
{
    margin-top: 26px;
}

#header h4 {
    font-size: 15px;
    color: #00184A;
}

#header h5 {
    font-size: 12px;
    color: #00184A;
}

#titleStrap {
    background-color: #003399;   
    padding: 8px 3px 8px 5px ;
    margin: 0px 0 20px 0 ;
    clear: left;
}

#titleStrap h1, #titleStrap h2, #titleStrap h3, #titleStrap h4, #titleStrap h5, #titleStrap h6 {
    color: white;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 
{
    margin: 0;
}

#titleStrap h5 {
    padding-top: 5px;
}

a.button, input[type="submit"], input[type="button"] {
    padding: 3px 6px 3px 6px;
	margin-left: 6px;
    text-decoration: none;
    background-color: white;
    color: #00184A;
    font-size: 1em;
    display: inline-block;
    border: 1px solid #C30217;
    white-space: nowrap;
    margin-right: 10px;
}

a.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
    background-color: gray;
    color: White;
    text-decoration: none;
    white-space: nowrap;
}

#titleStrap a {
    font-size: 1em;
    font-weight: normal;
    margin: 0 0 0 20px;
}

a.plus
{
    height: 16px; width: 16px;   
}
a.plus div
{
    height: 16px; width: 16px;
    background-image: url(../Content/Images/plus.png) !important;
}

a.minus div
{
    height: 16px; width: 16px;
    background-image: url(../Content/Images/minus.png) !important;
}

a.up div
{
    height: 16px; width: 16px;
    background-image: url(../Content/Images/up.png) !important;
}

a.down div
{
    height: 16px; width: 16px;
    background-image: url(../Content/Images/down.png) !important;
    margin-top: -50px;
    position: relative;
}

a.paperclip div
{
    height: 16px; width: 16px;
    background-image: url(../Content/Images/paperclip.png) !important;
}

a.expand
{
    padding-right: 20px;
    background: transparent url(../Content/Images/down_big.png) no-repeat right;
    color:inherit;
    text-decoration: inherit;
}

a.contract
{
    padding-right: 20px;
    background: transparent url(../Content/Images/up_big.png) no-repeat right;
    color:inherit;
    text-decoration: inherit;
}

div.sortableHeader_down
{
    padding-left: 20px;
    background: transparent url(../Content/Images/down_triangle.png) no-repeat left;
    color:inherit;
    text-decoration: inherit;
    cursor: pointer;
}

div.sortableHeader_up
{
    padding-left: 20px;
    background: transparent url(../Content/Images/up_triangle.png) no-repeat left;
    color:inherit;
    text-decoration: inherit;
    cursor: pointer;
}

#main {
    padding:  0px 0px 15px 0px;
    background-color: #fff;
    clear: left;
    min-height: 1000px;
}

#main h4
{
    margin-top:0px;
}

#main h4 span
{
    font-weight:normal;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding:  0 0 0 0;
    margin: 0 0 0 0 ;
    float: right;
    position: relative;
    top: -40px;
}

ul#menu li {
    display: inline;
    list-style: none;
}

table.resultSet {
    border: 2px solid #ccc;   
}


/* 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;
    color: #696969;
    font-weight: bold;
}

textarea {
    height: 200px;
    width: 300px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

input[readonly]
{
    background: #EEE;
    color: #888;
}

input[readonly]:hover
{
    background: #EEE;
    color: #888;
}

.formLabel
{
    vertical-align: top;
    padding-right: 16px;
}

input.dirty
{
    background-color:#FFC;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    min-width: 100px;
}

select.dirty
{
    background-color:#FFC;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: none;
    border-collapse: collapse;
}

table td {
    padding: 10px 2px 10px 2px;
    border: none;
    vertical-align:middle;
}

table thead {
    padding: 6px 5px;
    text-align: left;
    background-color: #DEE7F7;
    border: solid 2px #CCC;
    font-weight: bold;
}

table thead td {
    padding: 2px;
}

table .resultRow
{
    background: #EAEAEA;
}

table .resultRow td
{
    border-bottom: 2px solid #CCC;
    border-left: 1px solid #DDD;
}

table .subTable
{
    margin-left:20px;
    border: 2px solid #CCC;
}
table .subTable .resultRow td
{
    border-bottom: 2px solid #CCC;
    border-left: 1px solid #DDD;
}

table .resultRow:hover
{
    background-color: #FFC;
}

table .subTableContainer
{
    background-color: White;
    border-bottom: 2px solid #CCC;
}

table .resultRow .subTable
{
    background-color: white;
}

table .resultRow td.resultData
{
    width:120px;
    max-width:120px;
}

table td.buttonHeader
{
    width: 20px;
}

table.resultSet, table.subTable
{
    overflow: hidden;
    width: 100%;
} 

table .trailingCell
{
    width: 999999px;
}

table td.buttonCellContainer
{
    width: 150px;
    max-width:150px;
}

table .buttonCell
{
    width: 150px;
    max-width:150px;
}

table .singleButtonCell
{
    width: 100px;
    max-width:100px;
}

table .resultRow td.resultData div
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width:120px;
    width: 120px;
}

td.datePicker {
    /* IE7 needs this 
    width: 200px;   */
}

table .iconHeader
{
    width: 16px;
}

table .iconContainer
{
    width: 16px;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

nav, 
#menucontainer {
    margin-top: 33px;
    float: right;
}

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;
}

#documentWarning {
    color:Red;
    float:right;
}

.datePicker .ui-datepicker-trigger
{
    position: absolute;
    right: 7px;
    top: 17px;
}


/* 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, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

hr
{   
    clear: left;
    margin: 10px 0px;
}
form
{
    float: left;
}