﻿/*
#009DDC     Light Blue
#E4AD0F     Yellow / Orange
#003050     Dark Blue/Grey
#225522     Dark Green
#3C7391     Dark Grey / Green
#8BAABC     Mid Grey
#C3D4DC     Light Grey
*/

body, html {
    height: 100%;
}


body {
    color: #000000;
}

body {
    position: absolute;
    /*display:inline-block;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #003050;
    background-color: #3C7391;
    width: 100%;
    overflow: visible; /*changed from Auto during design*/
    margin: 0;
}

/* match all single/multiline textboxes (IE 7+ for the attribute selector) */
TEXTAREA, INPUT[type="text"] {
    /* font size, line height, face */
    /*font-family: Lato;*/
    color: #003050;
    font-size: 14px;
    /* useful for supporting 100% width inclusive of padding and border */
    box-sizing: border-box;
}

div#SiteHeader {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0%;
}

div#content {
    width: 96%;
    display: inline-block;
    background-color: #ffffff;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: 5px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    min-height: 750px;
    height: 95%;
}

div#whitearea {
    /*float:right;*/
    width: 100%;
    display: inline-block;
    background-color: white;
    min-height: 90%;
}

a {
    /*Links*/
    color: #8BAABC;
    text-decoration: underline;
    font-weight: bold;
    /*font-family: Arial Black;
    font-size: 18px*/
}

    a:HOVER {
        color: #8BAABC;
        text-decoration: none;
    }

    a:VISITED {
        color: #8BAABC;
        text-decoration: underline;
        font-weight: bold;
    }

p {
    margin-top: 0;
    margin-bottom: 10px;
    color: #8BAABC;
}

h1 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    color: #3C7391;
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #8BAABC;
}

/*h2 { margin-top:0; margin-bottom:2px; font-size:20px; color:#5dad20; }
h3 { margin-top:0; margin-bottom:2px; font-size:14px; color:#000100; font-weight:bold;}
h4 { }
h5 {font-weight:bold;color:#f4793e; font-size:14px; margin:0;}
h6 { }
b {color:#000000;
    text-align: right;
}*/




div#logo-holder {
    float: left;
}

div#login-view {
    float: right;
}


.HeaderButton {
    margin: 8px;
}

div.HeaderTitle {
    width: 50%;
    float: left;
}

div.HeaderLinks {
    width: 50%;
    float: left;
}

.RowCountStyle {
    color: #3C7391;
    font-weight: bold;
}

.Validator {
    color: #FF0000;
}

.SelectedRowStyle {
    background-color: Aqua;
}
