﻿/*----------------------------------------------------------
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: rgb(77, 126, 201); */
    font-size: .85em;
    font-family: "Trebuchet MS", 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;
}

header,
footer,
nav,
section {
    display: block;
}

/* Top Bar
==========================================================*/

#myMessages {
    width: 26px;
    height: 20px;
    display: inline;
    float: right;
    margin-right: 50px;
    color: white;
    background-image: url(/images/message.png);
    background-repeat: no-repeat;
}

#redDot {
    display: table;
    padding: 0px 5px;
    background-color: red;
    border-radius: 8px;
    text-align: center;
    font-size: 11px;
    margin: -3px 0px 0px 18px;
}

.topBar {
    width:100%;
    /*height:60px;*/
    position: relative;
    /*background-color:#000;
    background: rgb(77, 126, 201);
    background: -moz-linear-gradient(90deg, rgba(77, 126, 201, 0) 0%, rgb(31, 50, 82) 100%);
    background: -webkit-linear-gradient(90deg, rgba(77, 126, 201, 0) 0%, rgb(31, 50, 82) 100%);
    background: -o-linear-gradient(90deg, rgba(77, 126, 201, 0) 0%, rgb(31, 50, 82) 100%);
    background: -ms-linear-gradient(90deg, rgba(77, 126, 201, 0) 0%, rgb(31, 50, 82) 100%);
    background: linear-gradient(180deg, rgba(77, 126, 201, 0) 0%, rgb(31, 50, 82) 100%);*/
    color:#fff;
    font-weight:bold;
    /*padding-top: 5px;*/
    z-index: 100;
}

.newHeader {
    height:125px;
    position: relative;
    background-image: url(/Images/mnss-bg.jpg);
    /*background-image: -ms-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);
    background-image: -moz-linear-gradient(top, #4D7EC9 0%, #1F3252 100%); 
    background-image: -o-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4D7EC9), color-stop(1, #1F3252));
    background-image: -webkit-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);
    background-image: linear-gradient(to bottom, #4D7EC9 0%, #1F3252 100%);*/
    z-index: 1;
}

.menuBar {
    height:25px;
    padding-top:5px;
    background-image: -ms-linear-gradient(top, #F2F2F2 25%, #BFBFBF 100%);/* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top, #F2F2F2 25%, #BFBFBF 100%);/* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #F2F2F2 25%, #BFBFBF 100%);/* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F2F2F2), color-stop(1, #BFBFBF));/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #F2F2F2 25%, #BFBFBF 100%);/* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #F2F2F2 25%, #BFBFBF 100%);/* W3C Markup, IE10 Release Preview */
}

    .menuBar ul {
        margin:0px;
        padding:0px;
    }

        .menuBar ul li {
            padding:0px 15px;
            font-size:12px;
            font-weight:bold;
            display:inline;
            list-style: none;
        }

            .menuBar ul li:hover {
                cursor:pointer;
            }

.footBar {
    width:100%;
    color:#000;
    padding-top:15px;
}

/* 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: 1200px;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding-top: 10px;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
    padding: 30px 0;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer,
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    /*border-bottom: 1px #5C87B2 solid;*/
    padding: 0px 0px 0px 0px;
    position: absolute;
    vertical-align:bottom;
    bottom: 0px;
    margin: 0;
    width: 1000px;
    /*text-align: right;*/
}

ul#menu li {
    display: inline-block;
    list-style: none;
}
ul#menu li a {
    display: inline-block;
    padding: 15px 15px 10px 15px;
    font-weight: bold;
    text-decoration: none;
    background-image: -ms-linear-gradient(top, #E0E0E0 25%, #B3B3B3 100%);/* IE10 Consumer Preview */
    background-image: -moz-linear-gradient(top, #E0E0E0 25%, #B3B3B3 100%);/* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #E0E0E0 25%, #B3B3B3 100%);/* Opera */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0E0E0), color-stop(1, #B3B3B3));/* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #E0E0E0 25%, #B3B3B3 100%);/* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #E0E0E0 25%, #B3B3B3 100%);/* W3C Markup, IE10 Release Preview */
    color: #6F6F6F;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    color: #6F6F6F;
}

ul#menu li a:hover {
    background-color: #F2F2F2;
    color: #0052A3;
    text-decoration: none;
    background-image:none;
    cursor: pointer;
}

    ul#menu li a:hover {
        color: #0052A3;
        text-decoration: none;
    }

ul#menu li a:active {
    background-color: #F2F2F2;
    color: #0052A3;
    text-decoration: none;
    background-image:none;
}

    ul#menu li a:active { color: #0052A3; }

ul#menu li.selected a {
    background-color: #F2F2F2;
    color: #0052A3;
    background-image: none;
}

    ul#menu li.selected a { color: #0052A3; }

/* NEW MENU   
----------------------------------------------------------*/
div#menu {
    padding-top: 25px;
    float: right;
}

div#menu a {
    display: inline-block;
    text-decoration: none;
    padding: 0px 10px;
    color: white;
    font-weight: 300;
    font-size: 1.3em;
}

    div#menu a:hover {
        text-decoration: underline;
    }

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #B2B2B2;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], input[type="datetime"] {
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="password"] {
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"], button {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table { border: 1px solid #B4B4B4; border-collapse: separate; border-spacing: 0; }
    table th { 
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        border: 1px solid #fff;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
        background: rgb(70, 94, 133);
        background-image: -ms-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);/* IE10 Consumer Preview */ 
        background-image: -moz-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);/* Mozilla Firefox */ 
        background-image: -o-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);/* Opera */ 
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4D7EC9), color-stop(1, #1F3252));/* Webkit (Safari/Chrome 10) */ 
        background-image: -webkit-linear-gradient(top, #4D7EC9 0%, #1F3252 100%);/* Webkit (Chrome 11+) */ 
        background-image: linear-gradient(to bottom, #4D7EC9 0%, #1F3252 100%);/* W3C Markup, IE10 Release Preview */ 
    }
    table td { border: solid 1px #FFF; padding: 6px 5px; vertical-align: top; }
    table tr { background-color: #FFF; }
        table tr:nth-child(2n+1) { background-color: #DAE9FF; }

div.boxContent {
    float:left;padding-right:25px;
}

div.boxHead {
    padding: 5px 15px;
    color: white;
    font-size: 16px;
    text-shadow: 2px 2px 3px #000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #1F3252;
    background-image: -ms-linear-gradient(top, #4D7EC9 25%, #1F3252 100%);/* IE10 Consumer Preview */ 
    background-image: -moz-linear-gradient(top, #4D7EC9 25%, #1F3252 100%);/* Mozilla Firefox */ 
    background-image: -o-linear-gradient(top, #4D7EC9 25%, #1F3252 100%);/* Opera */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4D7EC9), color-stop(1, #1F3252));/* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-linear-gradient(top, #4D7EC9 25%, #1F3252 100%);/* Webkit (Chrome 11+) */ 
    background-image: linear-gradient(to bottom, #4D7EC9 25%, #1F3252 100%);/* W3C Markup, IE10 Release Preview */ 
    min-width: 250px;
}

div.boxBody {
    padding: 5px 10px 15px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #A9A9A9;
    border-top: none;
    background-image: none;
}

div.boxBody div {
    padding: 5px 0px 0px 0px;
    display: block;
}

div.boxBody strong {
    padding: 0px 5px;
}


/* MISC  
----------------------------------------------------------*/
.font-bold {
    font-weight: bold;
}

.font-color {
    color: #04959c;
}

.font-uppercase {
    text-transform: uppercase;
}

.font-big {
    font-size: larger;
}

.clear {
    clear: both;
}

.error {
    color: Red;
}

nav,
#menucontainer {
    margin-top: 40px;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    color: Black;
    float: right;
}

#logindisplay a:link {
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: Black;
    text-decoration: none;
}

/* 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;
}
