﻿/*
Red - #C00
Blue - #000D4C
*/
body, table
{
    font-family: Calibri, Verdana, Sans-Serif;
    font-size: 13px;
    color: #222;
}
h1
{
    color: #444;
    font-size: 3em;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-Serif;
}
a, a:visited, a:hover
{
    color: #000D4C;
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    text-decoration: underline;
}
hr
{
    border-top: solid 1px #000D4C;
    background-color: White;
    color: white;
    width: 75%;
}
th
{
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
    background-color: #FFFF99;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
tr.selected:hover
{
    background-color: #E9E9E9;
}
td
{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

td .ctl
{
    text-align: center;
}

/***************** Classes ********************/

.PageOrder
{
    width: 50px;
}
.fullWidth
{
    width: 98%;
}
.imageWithText
{
    border: none;
    vertical-align: text-bottom;
}
.error
{
    background: url(./../images/skin/exclamation.png) 8px no-repeat;
    color: Red;
    border: solid 1px Red;
    margin: 10px 5px 10px 5px;
    padding: 5px 5px 5px 30px;
    line-height: 16px;
    padding-left: 30px;
    display: block;
}
.info
{
    background: url(./../images/skin/information.png) 8px no-repeat;
    color: blue;
    border: solid 1px blue;
    margin: 10px 5px 10px 5px;
    padding: 5px 5px 5px 30px;
    line-height: 16px;
    padding-left: 30px;
    display: block;
}
.infoPage
{
    margin: 50px 5px 30px 10px;
}

/***********  By ID  ***************/

#header
{ 
    border: solid 1px white;
    width: 800px;
    background-color: #000D4C;
    height: 150px;
    margin-bottom: 28px;
}
#headerMenu
{
    margin-top: 31px;
    margin-left: 266px;
    text-align: left;
}
#login
{
    width: 800px;
    height: 20px;
    text-align: right;
    margin-top: 10px;
    color: #555;
}
#logo
{
    position: relative;
    top: -2px;
    left: 5px;
    height: 148px;
    border: 1px solid #000D4C;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#title
{
    position: relative;
    top: -20px;
    left: 30px;
    font-family: Verdana, Calibri, Sans-Serif;
    font-size: 4em;
    font-weight: bold;
    text-align: left;
    color: #FFFF99;
    letter-spacing: 30px;
}
#titleSmall
{
    position: relative;
    top: -32px;
    left: 35px;
    font-size: 1.5em;
    font-variant: small-caps;
    font-style: italic;
    color: White;
    text-align: left;
}
#nav
{
    vertical-align: top;
    text-align: center;
    width: 100px;
}
#body
{
    padding-top: 20px;
    float: right;
    width: 690px;
    text-align: left;
}
#content
{
    width: 800px;
    visibility: hidden;
    text-align: left;
    padding: 0 0 0 0;
}
#footer
{
    width: 800px;
    text-align: center;
    background-color: #000D4C;
    color: White;
    font-size: 8pt;
    color: #FFFF99;
    padding: 10px 0 10px 0;
    margin-top: 10px;
}
#footer a
{
    color: #FFFF99;
    text-decoration: none;
}
