﻿@import url('Media.css');

/* Global Reset */
* {
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

html, body, form {
    height: 100%;
}

body {
    font-size: 21px;
    font-family: 'Raleway', 'Lucida Sans', Geneva, Verdana, sans-serif;
    color: #000;
    overflow-x: auto;
    background-color: #2a56a8;
    border-top: solid 20px #2a56a8;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    padding-top: 20px;
    text-align: center;
}

#container {
    width: 100%;
    margin: 5px auto;
    background: white;
}

#header {
    background-color: #FFF;
    border-bottom: solid 20px #2a56a8;
}

    #header.short {
        height: auto;
    }

#content {
    width: 95%;
    margin: 0 0 5px;
    font-size: 21px;
    text-align: justify;
}

#leftmenu, #rightmenu {
    background-color: #000066;
    padding: 5px;
    width: 150px;
    margin-top: 70px;
}

#leftmenu {
    float: left;
}

#rightmenu {
    float: right;
}

#topLogo, #centermenu {
    background-color: white;
    text-align: center;
    margin-right: 160px;
    margin-left: 160px;
}

#mainLogo {
    height: auto;
}


h1, h2, h3, h4 {
    margin: 0;
    line-height: 1.4;
    padding-top: 0.5em;
    margin-bottom: 0.7em;
}

h1 {
    font-size: 1.95em;
    color: #2A303C;
    font-weight: normal;
    margin-bottom: 0.4em;
}

    h1.alt {
        border-bottom: 1px solid #ced2d2;
        padding-bottom: 1px;
    }

    h1 .sub {
        color: #0289b6;
        font-style: italic;
    }

h2 {
    font-size: 1.25em;
    color: #060606;
    border-bottom: 1px solid #ced2d2;
    margin-bottom: 1em;
}

    h2.alt {
        color: #006996;
        font-size: 1.5em;
        font-weight: normal;
    }

h3, h4 {
    font-size: 1.25em;
    color: #060606;
    margin-bottom: 0.5em;
}

h4 {
    font-size: 12px;
    color: black;
    text-align: left;
    margin-left: 35px;
}

h5 {
    font-size: 1em;
    color: black;
}

/* Links */
a {
    color: #00004B;
    font-weight: bold;
}

    a:active {
        color: #C0C0C0;
    }

    a:visited {
        color: #000080;
    }

    a:hover {
        font-weight: bold;
    }

/* Lists */
ul {
    list-style: outside;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-left: 10px;
}

/* Text Formatting */
p, blockquote {
    text-align: justify;
    margin-bottom: 10px;
}

blockquote {
    font-size: .92em;
    color: #202020;
    margin: .5em 1em;
}

small {
    font-size: .80em;
}

big {
    font-size: 1.25em;
}

dt {
    display: block;
    font-weight: bold;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    padding: 10px;
}
table.center {
 text-align:center;
}

th, td {
    padding: 5px;
    vertical-align: middle;
}

th {
    font-weight: bold;
    background-color: #000066;
    color: white;
}

table.border td {
    border: 1px solid #000066;
}

table.searchtable, table.edittable, table.edittable2 {
    font-size: 12px;
}

    table.searchtable td {
        border: 1px solid silver;
    }

    table.edittable2 td {
        border: 1px solid gray;
    }

/* Input */
input, select, textarea {
    padding: 0 3px 2px 3px;
    font-family: 'Lucida Sans', Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin: 2px 0;
}

    input[type='text'], input[type='password'] {
        font-size: 14px;
    }

select {
    font-size: 9px;
}

/* Grid and Buttons */
.button {
    padding: 2px 4px;
    font-weight: bold;
}

.menubutton {
    padding: 2px 4px;
    font-weight: bold;
    font-size: 12px;
    width:85%;
}


.red {
    color: red;
}

/* Misc Styles */
.hidden {
    display: none;
}

hr {
    margin: 10px 0;
    height: 1px;
    border: 0;
    visibility: hidden;
}

br.clearfix {
    clear: both;
    display: block;
    height: 1px;
}

.clearfix {
    clear: both;
}

.textbox {
    height: 20px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', Geneva, Verdana, sans-serif;
    font-size: 15px;
}

/* Layout and Containers */


/* Grid Styles */
.gridview, .gridview2 {
    border: 1px solid #000066;
    text-align: center;
}

.gridview2 {
    padding: 0 2px;
    font-size: 12px;
}

    .gridview2 td {
        padding: 3px 5px;
    }

    .gridview2 th {
        padding: 5px;
    }

/* Footer */
div.footer {
    text-align: center;
    border-top: 1px solid #000066;
    padding-top: 5px;
}

div.footerleft, div.footercenter, div.footerright {
    width: 33%;
    float: left;
}

div.footercenter {
    text-align: center;
    font-size: 8pt;
}

div.footerright {
    text-align: right;
    font-size: 10pt;
    padding-top: 35px;
}

/* Header */
div.header, div.headerinside {
    margin: auto;
    width: 1000px;
}

div.headerinside {
    background-color: #F8DE83;
    border: 2px solid white;
    color: #006;
    font-weight: bold;
    font-size: 14pt;
    border-bottom: 1px solid white;
}

div.headertop {
    background: #006;
    text-align: center;
    height: 165px;
}

div.headertopleft {
    font-size: 12pt;
    color: white;
    float: left;
    width: 70%;
}

div.headertopright {
    float: right;
    width: 30%;
}

div.menu, div.menu a {
    background-color: #006;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

    div.menu a {
        height: 20px;
    }

div.footerlinks {
    text-align: center;
    font-size: 8pt;
}

.padleft {
    padding-left: 10px;
}

.padright {
    padding-right: 10px;
}