
html {
    overflow-y: scroll;
}

/* Some default settings for the page */
html, body {
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: small;
    background-color: #33415D;
    color: #FFF;
}

img { border: 0; }

a:link, a:active, a:visited, a:hover { font-weight:bold; }
a:link, a:active, a:visited { text-decoration: none; color: #39F; }
a:hover { text-decoration: underline; color: #5BF; }

/* Loader Box */
div#loader {
    font-size: 12px;
    margin-top: 75px;
    margin-bottom: 60px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

/* Shown if the site is disabled */
div#disabledDiv {
    font-size: 20px;
    text-align: center;
}

/* Since the header is in a fixed position, we don't want to miss
   the body content. We push it down with an empty div. */
div#headerSpacer {
    height: 38px;
}

div#announcementBar {
    font-size: 8pt;
    display: block;
    height: 22px;
    width: 830px;
    margin: auto;    
    background: url("/style/default/images/bar.png") no-repeat top center;
    text-align: center;
}

div#announcementBar table#statusTable {
    display: inline;
    vertical-align: middle;
    margin: auto;
    text-align: center;
}

div#announcementBar table#statusTable td {
    vertical-align: top;
}

div#announcementBar table#statusTable td.text {
    font-weight: bold;
}

/* The header box. Contains links, a logo, and a background image. */
div#header {
    position: fixed;
    top: 0;
    left: 0; right: 0;
    background: #33415D url("/style/default/images/header-background.png") top repeat-x;
    height: 38px;
    z-index: 1;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    text-align: center;
}

div#header div#linkBar {
    padding: 0 25px;
    max-width: 850px;
    min-width: 727px;
    margin: 0 auto;
    position: relative;
}

div#header div#logo {
    margin: 0;
    float: left;
}

div#header div#logo img {
    float: left;
    font-weight: bold;
    color: #7f7c45;
}

div#header ul {
    padding: 0;
    margin: 0;
    margin-right: 15px;
    list-style: none;
    border-left: 1px solid #576178;
    border-right: 1px solid #1f2635;
    position: absolute;
    top: 0;
    right: 0;
}

div#header ul li {
    float: left;
    padding: 0;
    margin: 0;
}

div#header ul span, div#header ul a:link, div#header ul a:visited {
    display: block;
    float: left;
    padding: 10px 15px;
    text-decoration: none;
    border-right: 1px solid #576178;
    border-left: 1px solid #1f2635;
    font-weight: normal;
    color: #dee0e5;
    height: 16px;
} #ignored {}

div#header ul li span,
div#header ul li a.current,
div#header ul li a:hover {
    background: #475470;
    color: #fff;
    text-decoration: underline;
}

div#header ul li span,
div#header ul li a.current {
    text-decoration: none;
}

/* Everything below the header is contained in the bodyPartition */
div#bodyPartition {
    z-index: -1;
}

/* AJAX loads stuff into this div, and it is faded in and out. */
div#pageContentDiv {
    width: 100%;
}

#mainTable, #footerDiv {
    width: 760px;
}

table#footerInnerTable td {
    font-size: 10px;
    width: 760px;
}

table#footerInnerTable td#footerValid {
    width: 250px;
    vertical-align: top;
    text-align: right;
}

img#sflogo {
    float: left;
    margin-right: 5px;
}

div#copyrightInfo {
    text-align: left;
    font-size: 10px;
    font-style: italic;
    padding-bottom: 10px;
}
