﻿body 
{
    background: #000B4C;
}

div#container
{
    text-align: left;
    margin-left: 10px;
}

div#footer
{
	margin-top: 15px;
    text-align: right;
    font-size:.75em; 
    color: White; 
}

form#searchForm
{
    display: inline;
    float: right;
    margin: 5px 10px 0px 15px;
}

form#searchForm input
{
    border: 0px;
    padding: 0px 5px 0px 5px;
    font: .875em tahoma;
}

div#footer a, div#footer span
{ 
    margin: 0px 5px 0px 5px;
    padding: 4px 5px 7px 5px; 
    text-decoration: none;
    color: White; 
}

ul.link-strip, 
ul.tab-strip
{ 
    display:inline; 
    list-style: none;
}

ul.link-strip li,
ul.tab-strip li
{ 
    display: inline; 
    float:right; 
    list-style: none; 
    margin: 2px; 
    line-height: normal; 
}

ul.link-strip li a
{ 
    display: block; 
    padding: 4px 5px 7px 5px; 
    font-size:.875em; 
    color: White; 
    text-decoration: none;
}
ul.tab-strip li a
{
    display: block; 
    padding: 4px 5px 7px 5px; 
    font-size:1.25em; 
    color: #8DA8BC; 
    text-decoration: none;
}
ul.tab-strip li a:hover
{
    background-color: #001070; 
}

table.showcase
{
    width:100%;
    border-collapse:collapse;
    margin: 10px 0px 30px 0px;
}

table.showcase td
{
	text-align: center;
	vertical-align:bottom;
	padding: 15px 0px 0px 0px;
}

table.showcase th
{
	text-align: center;
	vertical-align: top;
	font-weight: normal;
	padding: 0;
}

table.showcase a
{
    font-size: 1.25em; 
    color: #8DA8BC; 
    text-decoration: none;
    margin: 0;
    padding: 0;
}

ul#menu li
{
    border-bottom: solid 2px #000B4C;
    margin: auto;
    list-style-type: none;
    text-align: left;
}

ul#menu a
{
    color: #FFF;
    height: 2em;
    width: auto;
    text-decoration: none;
    display: block;
    font-weight: normal;
    font-size: 11px;
    padding: 0px 5px 0px 15px;
}

ul#menu li.menucap a
{
    padding: 0px 5px 0px 5px;
    letter-spacing: 1px;
    line-height: 2em;
    font-size: 14px;
}

ul#menu a:hover 
{
    background: #000B4C;
}

table.error-label
{
    border: solid 1px #cccccc;
    padding: 3px 5px 3px 5px;
    margin: 3px;
    background: #ffffaa;
    font: 9pt Verdana;
}

table.error-label td
{
    padding: 2px;
}

