﻿/*----------------------------------------------------------
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.
----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #5c87b2;
    color: #696969;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size: .85em;
    margin: 0;
    padding: 0;
}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited { color: #505abc; }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active { color: #12eb87; }

p, ul {
    line-height: 1.6em;
    margin-bottom: 20px;
}

header,
footer,
nav,
section { display: block; }

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-size: 1.5em;
}

h1 {
    font-size: 2em;
    margin-bottom: 0;
    padding-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 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

header, #header {
    color: #000;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
}

header h1, #header h1 {
    border: none;
    color: #fff;
    font-size: 32px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 5px 0;
    text-shadow: 1px 1px 2px #111;
}

#main {
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    padding: 2px;
}

footer,
#footer {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    color: #999;
    font-size: .9em;
    line-height: normal;
    margin: 0 0 30px 0;
    padding: 10px 0;
    text-align: center;
}

/* TAB MENU   
----------------------------------------------------------*/

ul#menu {
    border-bottom: 1px #5C87B2 solid;
    margin: 0;
    padding: 0 0 1px;
    position: relative;
    text-align: left;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    padding: 10px 2px;
    text-decoration: none;
}

ul#menu li a {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background-color: #e8eef4;
    border-radius: 4px 4px 0 0;
    color: #034af3;
    font-weight: bold;
    line-height: 1.8em;
    padding: 5px 5px;
    text-decoration: none;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    margin: 0 0 1.5em 0;
    padding: 0 1.4em 1.4em 1.4em;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea { min-height: 75px; }

input[type="text"],
input[type="password"] {
    border: 1px solid #ccc;
    color: #444;
    font-size: 1.2em;
    padding: 2px;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    color: #444;
    font-size: 1.2em;
    padding: 2px;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

.small { width: 60px !important; }
/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    border: solid 1px #e8eef4;
    padding: 5px;
}

table th {
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
    padding: 6px 5px;
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/

.clear { clear: both; }

.error { color: Red; }

nav,
#menucontainer { margin-top: 5px; }

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    color: White;
    display: block;
    font-size: 1.1em;
    text-align: left;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/

.field-validation-error { color: #ff0000; }

.field-validation-valid { display: none; }

.input-validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
}

.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; }

.smallertextbox { width: 100px; }