﻿body
{
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
    background-color: #bbccaa;
}

.Panel
{
    margin: 0;
    padding: 5px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 13px;
}

.headerLogo
{
    top: 0px;
    position: absolute;
    z-index: -1;
    visibility: visible;
}

.headerMenu
{
    padding-left: 9px;
    padding-top: 15px;
    position: absolute;
    z-index: 1;
    visibility: visible;
}

.headerWelcome
{
    font-weight: bolder;
    font-size: 36px;
    font-family: Comic Sans MS;
    color: White;
    left: 36px;
    padding-top: 65px;
    position: relative;
}

#maincontainer
{
    width: 980px; /* Width of main container */
    margin: 0 auto; /* Center container on page */
}

#topsection
{
    height: 200px; /* Height of top section */
}

#contentwrapper
{
    float: left;
    width: 100%;
    text-align: left;
    vertical-align: top;
}
#contentcolumn
{
    background-color: #ffff99;
    border: 15px solid #ffff99;
    background: #FFFF99;
    float: left;
    text-align: left;
    vertical-align: top;
    margin-right: 280px; /* Set right margin to RightColumnWidth */
}

#rightcolumn
{
    float: right;
    padding-top: 5px;
    padding-bottom: 2px;
    float: left;
    width: 265px; /* Width of right column */
    margin-left: -275px; /* Set left margin to -(RightColumnWidth) */
    background: #B3A25B;
    text-align: center;
    position: static;
    top: auto;
    vertical-align: top;
}

#footer
{
    width: 100%;
    background: #D9C56F;
    color: Black;
    text-align: center;
    padding: 4px 0;
}
#footer a
{
    color: Black;
}

.innertube
{
    padding: 0px;
}

/* The header of this GridView */

.gridRowStyle
{
    background-color: inherit;
    color: Black;
}

.gridAlternatingRowStyle
{
    background-color: #ffffcc;
    color: Black;
}

.gridLargeRowStyle
{
    background-color: inherit;
    color: Black;
}

.gridLargeAlternatingRowStyle
{
    background-color: #ffffcc;
    color: Black;
}

h1
{
    color: #006600;
    font-style: italic;
    text-align: center;
}

.tableLayout
{
    background-color: #ffff99;
    border: 6px solid #006600;
    clear: both;
    padding: 3px;
    border-spacing: 6px;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
}
.tableLayoutTD190
{
    border: 0px none;
    float: left;
    text-align: center;
    vertical-align: top;
    width: 190px;
}
.tableLayoutTD190 img
{
    border: 0px none;
    float: left;
}
.tableLayoutTD430
{
    border: 0px none;
    float: right;
    vertical-align: top;
    width: 430px;
}

img
{
    border: 0px none;
}

