﻿/*----------------------------------------------------------
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:#000;
    font-size:10pt;
    font-family:Tahoma,Arial,Sans-Serif;
    margin:0;
    padding:0;
    color:#222;
}

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;
}

/* 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;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    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;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

/* 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;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    background-color: #ffffff;
    margin: 20px auto;
    width: 1000px;
    border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
}
div#header
{
    border-bottom:3px solid #eab265;
    height:65px;
    margin-bottom:5px;
    overflow:hidden;
}
div#logo
{
    float:left;
    margin:10px;
}
div#logo img
{
    border:none;
}
div#log-on-container
{
    font-size:0.8em;
    float:right;
    margin:10px;
}
div#log-on-input
{
    display:inline;
}
div#log-on-input input
{
    border:1px solid #888;
    color:#aaa;
    margin:2px;
    width:150px;
}
div#nav
{
    height:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:550px;
}
div#nav a,
div#nav a:active,
div#nav a:hover,
div#nav a:link,
div#nav a:visited
{
    border-left:2px solid #eab265;
    color:#015ec5;
    font-size:1.2em;
    font-weight:bolder;
    line-height:65px;
    padding-left:10px;
    padding-right:10px;
    text-decoration:none;
}
div#nav a:first-child
{
    border:none;
}
#sidebar
{
    background-color:#015EC5;
    color:#fff;
    float:right;
    margin:10px;
    padding:10px;
    overflow:hidden;
    width:200px;
    border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
}
#sidebar *
{
    color:#fff;
}
div#sidebar a,
div#sidebar a:active,
div#sidebar a:hover,
div#sidebar a:link,
div#sidebar a:visited
{
    color:#eab265;
    font-weight:bolder;
}
#sidebar img
{
    border:5px solid #fff;
    display:block;
    margin:10px auto;
    max-width:180px;
}
div#main 
{
    margin:20px;
}
div#main img
{
    display:block;
    margin:10px auto;
}
footer, 
#footer {
    background-color:#fff;
    clear:both;
    color:#999;
    font-size:.9em;
    margin:10px 0;
    overflow:hidden;
    text-align:center;
    border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
}