﻿html { height: 90% }

body
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: smaller;
    background-color: #858585;
    height: 100%;
    padding:4px;
    margin:0px;
}

.border 
{
    border: 1px solid #ffb6c1;
}

.darkbgsmall
{
    display:block; 
    background-image: url(/images/bg/darkbg.png); 
    border: 1px solid #ffb6c1;
    margin-bottom: 4px;
    color: #fff;
    text-align: center;
}

.panel 
{
    border: 1px solid #ffb6c1;
    background-color: #fff;
}

div.MainContent
{
    margin-top:100px;
    padding-top: 10px;
}

div.headercontainer {
    position: absolute;
    top: 4px;
    width:100%;
    margin-left: 55px;
}

div.header 
{
    background-color: #000;
    margin-left: 55px;
    margin-right: 55px;
    margin-bottom: 10px;
}

td.leftimg
{
    width:150px;
}

td.rightimg 
{
    width:150px;
}

td.header 
{
    text-align: center;
}

.menubar
{
    background-image: url(/images/bg/darkbg.png); 
    border: 1px solid #ffb6c1;
    color: #ffb6c1;
    text-align: center;
    margin-left: 55px; 
    margin-right: 55px; 
    margin-bottom: 8px;
    padding: 8px;
}

.pagingbar
{
    background-image: url(/images/bg/darkbg.png); 
    border: 1px solid #ffb6c1;
    color: #f4a460;
    text-align: center;
    margin-bottom: 8px;
    padding: 8px;
}

.talladvert 
{
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(/images/bg/darkbgtall.png); 
    border:1px solid #ffb6c1; 
    background-repeat: repeat-x;
    text-align: center;
    background-color: #383838;
    color: #ffb6c1;
}

.wideadvert 
{
    padding-top: 4px;
    padding-bottom: 4px;
    color: #ffb6c1; 
    background-image: url(/images/bg/darkbgtall.png); 
    border: 1px solid #ffb6c1;
    background-repeat: repeat-x; 
    text-align: center;
    background-color: #383838;
}

a.MenuItem, a:visited.MenuItem {
    color: #ffb6c1;
    font-weight: bold;
    text-decoration: none;
}

a:hover.MenuItem {
    color: #fff;
    text-decoration: underline;
}

div.groupheader {
    background-color: #383838;
    color: #ffb6c1;
    background-image: url(/images/bg/darkbg.png);
    padding: 2px;
    text-align: center;
}

h2.groupheader {
    font-size:medium;
    margin:0px;
}

div.groupitems {
    text-align: left;
    padding: 2px;
    background-color: #fff;
}

.TallGradientBG {
    background-image: url(/images/bg/darkbgtall.png);
    background-repeat: repeat-x;
    background-color: #383838;
    color: #fff;
}


/**************************************************************/




.LightBG {
    background-color: #fff;
    color: #000;
}


div.headerleft {
    display:inline;
    float: left;
}

div.headerright {
    display:inline;
    float: right;
}

div.headermain {
    margin: auto;
    width:500px;
    height: 98px;
    border-top: 1px solid #ffb6c1;
    border-bottom: 1px solid #ffb6c1;
    display:inline;
    background-color: #383838;
    float: left;
    vertical-align:middle;
    text-align:center;
}
/* Header */

a.groupitemlink, a.groupitemlink:visited {
    font-weight: bold;
    color: #ffb6c1;
    text-decoration: none;
}

a.groupitemlink:hover {
    font-weight: bold;
    color: #ffb6c1;
    text-decoration: underline;
}

div.groupitemcode {
    width:50px;
    padding-right: 3px;
    text-align: right;
    float: left;
}

h1 {
    color: #ffb6c1;
    font-size: 24px;
}

th.theading {
    background-color: #ffb6c1;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-collapse: collapse;
    text-align: center;
}

div.blooper, div.note {
    padding-bottom: 5px;
}