﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #e8e9f1;
    font-size: .80em;
    font-family: Helvetica, Verdana, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited
{
    color: #555;
}

a:hover
{
    color: #555;
    text-decoration: none;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2
{
    font-size: 1.5em;
    color: #bec2dd;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 900px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #bec2dd;
    box-shadow: 0px 0px 15px #bec2dd;
}

.header
{
    background-image: url('Images/shade.png'); 
    background-repeat: repeat-x;
    vertical-align: top;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 70px;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.logo
{
    background-image: url('Images/logo.png'); 
    background-repeat: no-repeat;
    height: 60px;
    margin-bottom: -30px;
    margin-left: 5px;
    margin-top: 5px;
}

.logo h1
{
    margin: 0px;
    padding-top: 3px;
    padding-left: 63px;
    color: #2c85c4; 
    letter-spacing: 1px; 
    word-spacing: -10px;
    font-family: Courier New; 
    font-size: 24px; 
    line-height: 24px;
}

.main
{
    padding: 0px 12px;
    margin: 20px 8px 8px 8px;
    min-height: 400px;
}

.clear
{
    clear: both;
}


.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

/* TAB MENU   
----------------------------------------------------------*/

div.menu
{
    padding: 10px 0px 0px 75px;
    height: 30px;
    margin: 0px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu ul li
{
    float: left;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{

    background-color: #bec2dd;
    border: 1px #bec2dd solid;
    border-bottom: 0px;
    color: #fff;
    display: block;
    padding: 3px 20px 5px 20px;
    text-decoration: none;
    white-space: nowrap;
    height: 14px;
    text-align: center;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 5px;
    -moz-border-radius-topright: 9px;
    border-top-right-radius: 9px;
    -moz-border-radius-topleft: 9px;
    border-top-left-radius: 9px;
}

div.menu ul li a:hover 
{ 
    background-color: #fff;
    color: #1c75bc; 
    border: 1px #bec2dd solid;
} 

div.menu ul li a.selected 
{ 
    background-color: #fff;
    color: #1c75bc; 
    border: 1px #bec2dd solid;
    border-bottom: 1px #fff solid;
} 

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 15px;
    border: 1px solid #ccc;
    position: relative;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.mediumform
{
    width: 390px;   
    margin: 10px 15px 20px 20px;
    border: 1px solid #ccc;
    float: left;
    box-shadow: 3px 3px 7px #eee;
}

legend 
{
    font-size: 12px;
    font-weight: bold;
    padding: opx;
    background-color: #fff;
    color: #555;
    position: absolute; top: -10px; left: 0;
}

label
{
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #555; 
}

input.textEntry 
{
    width: 300px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 300px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #555;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.submitButton input
{
    padding: 5px 10px 5px 10px;
}
 