﻿body
{
    background-image: url("images/bg_pattern.png");
    background-repeat: repeat;
    font-family: Calibri, "Trebuchet MS", Helvetica, Arial, Sans-serif;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
}

div#topbar
{
    background-color: #274a86; /* Dark Blue */
    border-bottom: solid 1px black;
    /*background-image: url("images/bar_pattern.png");
    background-repeat: repeat-x;*/
    height: 40px;
    text-align: right;
    width: 100%;
}

div#topbar span
{
    color: white;
    display: block;
    margin: 4px 20px;
}

div#container
{
    margin: 35px auto;
    width: 800px;
}

div.main_panel
{
    background-color: #b0c4e8; /* Light Blue */
    height: 100%;
    width: 100%;
}

img.logo
{
    margin: 10px;
}

div#separator
{
    background-color: #274a86; /* Dark Blue */
    /* OUTSET */
    border-top: solid 2px #C0C0C0; /* Light Gray */
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    border-left: solid 2px #C0C0C0; /* Light Gray */
    height: 8px;
    margin-bottom: 0px;
    width: 796px;
}

div.main_panel
{
    /* OUTSET */
    border-top: solid 2px #C0C0C0; /* Light Gray */
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    border-left: solid 2px #C0C0C0; /* Light Gray */
}

div.panel
{
    background-color: white;
    /* INSET */
    border-top: solid 2px black;
    border-right: solid 2px #C0C0C0; /* Light Gray */
    border-bottom: solid 2px #C0C0C0; /* Light Gray */
    border-left: solid 2px black;
    margin: 10px;
}

div.panel p
{
    margin: 10px;
}

div.panel p.title
{
    font-weight: bold;
    font-size: 12px;
}

div.panel hr,
div.panel li
{
    margin: 0px 5px;
}

div#top
{
    border: none;
    width: 100%;
    height: 300px;
    margin: 0px auto 5px auto;
}

div#information
{
    float: left;
    width: 25%;
}

div#content
{
    margin-left: 25%;
    width: 75%;
    padding-top: 1px; /* Temporary Firefox Fix */
}

div#content_wrapper
{
    min-height: 440px;
}

div.accordion
{
    margin: 5px;
}

div.accordion_header,
div.accordion_header_selected,
div.accordion_content
{
    text-align: center;
    margin-bottom: 4px;
}

div.accordion_header,
div.accordion_header_selected
{
    border: solid 2px #7191c8; /* Blue */
    padding-top: 10px;
    padding-bottom: 10px;
}

div.accordion_header
{
    color: white;
    background-color: #274a86; /* Dark Blue */
    font-weight: bold;
}

div.accordion_header:hover
{
    color: black;
    border: solid 2px black;
    background-color: #C0C0C0; /* Light Gray */
}

div.accordion_header_selected
{
    color: black;
    background-color: white;
    border: solid 2px black;
    font-weight: bold;
    text-decoration: underline;
}

a.button
{
    background-color: #7191c8; /* Blue */
    color: white;
    display: block;
    padding-top: 2px;
    /* OUTSET */
    border-top: solid 2px #C0C0C0; /* Light Gray */
    border-right: solid 2px black;
    border-bottom: solid 2px black;
    border-left: solid 2px #C0C0C0; /* Light Gray */
    height: 20px;
    margin: 0px auto 2px auto;
    text-align: center;
    text-decoration: none;
    width: 96%;
}

a.button:hover
{
    background-color: #b0c4e8; /* Light Blue */
    color: black;
    /* INSET */
    border-top: solid 2px black;
    border-right: solid 2px #C0C0C0; /* Light Gray */
    border-bottom: solid 2px #C0C0C0; /* Light Gray */
    border-left: solid 2px black;
    text-decoration: none;
}

a
{
    text-decoration: none;
}

p.underline
{
    text-decoration: underline;
}

p.card
{
    border: solid 1px black;
    padding: 5px;
}

h1
{
    margin-left: 10px;
}

