﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #ffffff;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #626262;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #626262;
    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;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

.table
{
    color: #ffffff;
    background-color: #7e1519;
    height: 20px;
    width: 100%;
}

.table td
{
    border: 1px #ffffff solid;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #ffffff;
    margin: 20px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    width: 100%;
}

.header h1
{
    font-weight: 600;
    margin: 0px;
    padding: 25px 0px 0px 30px;
    color: #626262;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 8px 8px 8px 8px;
    min-height: 500px;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 200px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #e6e6e6;
    border: 1px #626262 solid;
    color: #626262;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #7e1519;
    color: #ffffff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
    width:100%;
}

.titleImage
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    height: 100px;
}

.titleText
{
    display: inline;
    float: left;
    text-align: left;
    width: 270px;
    height: 100px;
}

.titleMenu
{
    display: inline;
    float: left;
    text-align: left;
    width: 150px;
    height: 100px;
}

.bodyMenu
{
    display: inline;
    float: left;
    text-align: left;
    width: auto;
    height: 40px;
}

.rightAlignLabel
{
    vertical-align: top;
    text-align: right;
    padding-right: 10px;
}

.boldLabel
{
    font-weight: bold;
}

.required
{
    height: 20px;
    color: Red;
}

.failureNotification
{
    color: Red;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
