﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}


body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    
    }

.PageTitles
{
font-family: Arial, Helvetica, sans-serif; 
background-color: #D56A00; 
border: medium double #800000; 
font-size: xx-large; 
color: #000066;
text-align:center;
width:100%;
height: 50px;
margin:0px 0px 0px 0px;

}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 95%;
}

#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
}
    
footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}

.Backgroundwhite {
    background-color: #FFFFFF;
}



/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: small;
    margin: 0 0 10px;
    text-align: right;
    background-color: #FFFFFF;
    color: #000080;
    font-weight: bold;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }




/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    /*#3a4f63;*/
    padding: 1px 0px 1px 0px;
    width: 100%;
    background-color: #000000;
}

.menu {
    padding: 2px 4px 2px 8px;
    background-color: #D7EBFF;
    z-index: 4;
    width: 50%;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
}

.menu a {
    background-color: #FF9933;
    border: 1px #4e667d solid;
    color: #000000;
    display: block;
    line-height: 1em;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
    white-space: nowrap;
}

.menu a:visited
{
    background-color: #FF9933;
    color: #000000;
    text-decoration: none;
}

.menu a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.menu a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}
.TitleText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bolder;
    color: #800000;
    background-color: #FF9933; /*ButtonFace*/
    margin-top: 0px;
    border: thin groove #000000;
    display: block;
    text-align: right;
    padding: 0px 15px 0px 15px; /*position: absolute; width: 114px;*/
    height: auto;
    right: 25px;
    float: right;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;

    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }



    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }



    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }



    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }

}
.RightAlignButtons
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bolder;
    background-color: ButtonFace;
    margin-top: 3px;
    border: thin groove #000000;
    display: block;
    text-align: right;
    padding: 1px 5px 1px 5px;
    width: 200px;
    
    /*position: absolute;*/

}
.test {
    background-color: /* END: Mobile Styles */ #5F5F5F;
}
.datagrid
{
    background-color: #FFFFFF;
    margin: 0px auto 0px auto;
    border: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: #000000;

}
.ModeCombo
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bolder;
    background-color: ButtonFace;
    margin-top: 3px;
    border: thin groove #000000;
    display: block;
    text-align: left;
    padding: 1px 1px 1px 5px;
    position:  inherit;
    width: 100px;
    left: 30px;
}
.DataGridHeader {
    padding: 1px;
    background-color: #CC3300;
    margin: 0px;
    border: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
    width: auto;
    height: 25px;    
}

.DataGridHeader2 {
    padding: 1px;
    background-color:#CC3300;
    margin: 0px;
    border: 1px solid #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #000000;
    width: auto;
    height: 25px;
    text-align: center;
}

.clr {background-color:rgba(129, 123, 123, 0.51)}
