﻿body, html
{
    padding: 0;
    color: #000;
    background: #fff;
    background-image: url("/content/images/grayGradient.png");
    background-attachment: scroll;
    background-position: top top;
    background-repeat: repeat-x;
    font-size: 14pt;
    font-family: Segoe UI,Arial,sans-serif;
    height: 100%;
    margin: 0 0 1px;    /* force scroll bar present */
}

h1, h2
{
    margin-top: 0;
    color: #f00;
}

h1
{
    font-size: 2em;
}

h1 a, h2 a
{
    color: #f00;
}

h1 a:visited, h2 a:visited
{
    color: #f22;
}

h4
{
    margin-top: -0.5em;
    margin-bottom: 0.5em;
    font-style: italic;
}

a
{
    text-decoration: none;
    color: #00f;
}

a:visited
{
    color: #22f;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin-bottom: 1em;
}

* p:last-child
{
    margin-bottom: 0;
}

sup
{
    vertical-align: text-top;
}

.last
{
    margin-bottom: 0;
}

.clearing
{
    height: 0;
    clear: both;
}

/*
 * Layout elements
 */
 
#pageWrapper
{
    width: 980px;
    margin: 0 auto 0 auto;
    border: 1px solid #777;
    border-top-width: 0;
    background: #fff;
}

#header, #header *
{
    color: #f00;
    font-size: 1em;
    outline: none;
}

#header
{
    background: red url("/content/images/gradient.png") repeat-x;
    padding: 1em;
    border-bottom: 1px solid #acacac;
    text-align: center;
}

#header img
{
    border: 0;
}

#wrapper
{
    margin: 0.5em;
}

#content
{
    font-size: 0.75em;
    color: black;
}

#content p, #content li
{
    line-height: 1.5em;
}

#siteMapPath
{
    margin-bottom: 0em;
}

p.description
{
    margin: 1em 0em 1em 0em;
    background-color: #eee;
    border: 0.1em solid #acacac;
    padding: 1em;
}

dl dt
{
    font-size: 1.2em;
    margin-top: 1em;
    font-style: italic;
}

dl dd
{
    margin-top: 0.5em;
    text-align: right;
    margin-left: 1em;
}

table.prettyTable
{
    border: 0;
    background: #eee;
    width: 100%;
}

table.prettyTable thead tr
{
/*    background: #ffd300; */
    background: #ccc;
    color: Red;
}

table.prettyTable td, table.prettyTable th
{
    padding: 0.3em;
    text-align: center;
}

table.leftAlign td, table.leftAlign th
{
    text-align: left;
}

table.prettyTable td.highlight
{
    color: Red;
    background-color: #aaa;
}

table.prettyTable img
{
    border: 0;
}

table.prettyTable h2
{
    margin-bottom: 0;
}

table.pictureTable
{
    width: 100%;
}

table.pictureTable td
{
    padding: 0.5em;
    text-align: center;
}

table.pictureTable td p
{
    font-size: 0.8em;
}

img#headerImage
{
    margin-top: 1em;
    max-width: 540px;
    padding: 0 auto;
}

#footer
{
    border-top: 1px solid #acacac;
    background: #000 url("/content/images/footerBackground.png") no-repeat top left;
    margin: 0;
    padding: 0 2em 1em 2em;
    font-size: 0.5em;
}

#footer #socialIcons
{
    position: relative;
    top: 2em;
    float: right;
}

#footer #socialIcons img
{
    border: 0 solid;
    margin: 0.5em;
}

/* form styles */
fieldset
{
    margin: 0 0 1em;
    padding: 0;
    border: 1px solid black;
}

legend
{
    margin-left: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
}

fieldset ol
{
    padding: 0;
    margin: 1em 1em 0 1em;
    list-style: none;
}

fieldset li
{
    padding-bottom: 1em;
    clear: both;
}

fieldset label 
{
    font-weight: bold;
    float: left;
    width: 10em;
    margin-right: 1em;
    margin-bottom: 1em;
    display: block;
    position: relative;
}

fieldset label.internal
{
    font-size: 0.8em;
    margin: auto 1em 0em auto;
    float: none;
    width: auto;
}

fieldset textarea, fieldset input[type="text"], fieldset select
{
    width: 36em;
}

fieldset input[type="text"].internal, fieldset select.internal, fieldset textarea.internal
{
    width: auto;
}

fieldset p
{
    margin: 1em;
}

input, textarea, select
{
    border: 1px solid black;
}

input[type="checkbox"]
{
    border: 0 solid;
}

.input-validation-error
{
    border: 1px solid red;
}

span.field-validation-error
{
    color: Red;
    font-weight: bold;
    display: block;
}

fieldset label span.description
{
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    display: block;
}

span.controlDescription
{
    font-size: 0.8em;
}

fieldset fieldset
{
    border: 0;
    padding: 0;
    margin: 0;
}

label abbr.required
{
    color: Red;
    border: 0 none;
}

form.inline input, form.inline select, form.inline label, form.inline textarea
{
    width: 100%;
}

form.inline input[type="submit"]
{
    width: auto;
}

form.inline table.prettyTable td
{
    text-align: left;
}

/* images */
a img
{
    border: 0 none;
}
