﻿/*Page level css, predefined tags*/
body
{
    font: 8pt 'Trebuchet MS' , Tahoma, 'Century Gothic';
    vertical-align: top;
    text-transform: none;
    color: white;
    direction: ltr;
    letter-spacing: normal;
    background-color: black;
    text-align: center;
    text-decoration: none;
}

h1
{
    font-family: 'Trebuchet MS', Tahoma, Century Gothic;
    margin: 0px;
    font-size: 10pt;
    font-weight: bold;
}

h2
{
    font-size: 9pt;
    font-weight: normal;
    margin: 0px;
}

h3
{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 8pt;
    font-weight: bold;
    color: #ff8500;
}

table
{
}

a
{
    color: White;
}

/*Layout for the entire page and the heading/menu*/
.mainPanel
{
   width: 700px;
   margin-top: 10px;
   margin-bottom: 20px;
   margin-left: auto;
   margin-right: auto;
   padding: 0px;
   text-align: left;
}

.headerAndMenu
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 2px #ff8500;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 0px;
    text-align: center;
    width: 700px;
}

/* The content which is in the top half of the page. topPanel is the
container for the others */
.topPanel
{
    border: 0px;
    margin: 0px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 650px;
}

.topPanelHeader
{
    border-top: #FF8500 1px solid;
    border-bottom: #FF8500 1px solid;
    border-left: 0px;
    border-right: 0px;
    margin: 0px;
    padding: 0px;
    width: 400px;
}

.topPanelContent
{
    border-bottom: solid 1px #FF8500;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    width: 400px;
}

.topPanelImage
{
    float: right;
    margin: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: right;
    width: 225px;
}

/*The content for the lower portion of the page. bottomPanel is the
container for the others*/
.bottomPanel
{
    border: 0px;
    width: 650px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    clear: both;
}

.bottomPanelContent1
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    float: left;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-top: 0px;
    width: 195px;
}

.bottomPanelContent2
{
    padding-left: 5px;
    padding-right: 5px;
    width: 190px;
    float: left;
}

.bottomPanelContentImage
{
    padding-left: 5px;
    width: 225px;
    float: right;
    text-align: right;
    vertical-align: middle;
    /*padding-right: 20px;*/
}

.bottom2PanelContainer
{
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 1px #ff8500;
    clear: both;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 20px;
    height: auto;
    width: 400px;
}

/*Footer classes*/
.footerPanel
{
    clear: both;
    margin-top: 10px;
    padding-top: 10px;
    border-top: #FF8500 2px solid;
    font-size: 8pt;
}

.footerContent
{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #5C5C5C;
}
