﻿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 #4242d2;
}

.darkbgsmall
{
    display:block; 
    background-image: url(/images/bg/darkbg.png); 
    border: 1px solid #4242d2;
    margin-bottom: 4px;
    color: #fff;
    text-align: center;
}

.panel 
{
    border: 1px solid #4242d2;
    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 #4242d2;
    margin-bottom: 4px;
    color: #fff;
    text-align: center;
    margin-left: 55px; 
    margin-right: 55px; 
    margin-bottom: 8px;
}

a.MenuItem, a:visited.MenuItem {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

a:hover.MenuItem {
    color: #fff;
    text-decoration: underline;
}

.menubar
{
    background-image: url(/images/bg/darkbg.png); 
    border: 1px solid #4242d2;
    color: #4242d2;
    text-align: center;
    margin-left: 55px; 
    margin-right: 55px; 
    margin-bottom: 8px;
    padding: 8px;
}

.talladvert 
{
    padding-top: 4px;
    padding-bottom: 4px;
    background-image: url(/images/bg/darkbgtall.png); 
    border:1px solid #4242d2; 
    background-repeat: repeat-x;
    text-align: center;
    background-color: #383838;
    color: #4242d2;
}

.wideadvert 
{
    padding-top: 4px;
    padding-bottom: 4px;
    color: #4242d2; 
    background-image: url(/images/bg/darkbgtall.png); 
    border: 1px solid #4242d2;
    background-repeat: repeat-x; 
    text-align: center;
    background-color: #383838;
}

/* Headings */
div.headingcontainer, table.headingcontainer {
    height: 40px;
    margin-top: 5px;
}

div.heading {
    white-space:nowrap;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}

div.headingleft, td.headingleft {
    display:inline;
    float: left;
}

td.headingright {
    text-align: right;
}

div.headingmain, td.headingmain {
    margin: auto;
    text-align:center;
    height: 100%;
    width:100%;
    display:inline;
    float: left;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    color: #000;
}

img.open {
    cursor:pointer;
    border:none;
    width:20px;
    height:20px;
    float: right;
}

img.close {
    cursor:pointer;
    border:none;
    width:20px;
    height:20px;
    float:right;
}

a.heading, a:visited.heading {
    display: block;
    color: #383838;
    text-decoration: none;
}

a:hover.heading {
    text-decoration: underline;
    color: #225;
}
/* Headings */

a.link, a:visited:link {
    font-weight: bold;
    color: #4242d2;
    text-decoration: none;
}

a:hover.link {
    text-decoration: underline;
}

a.headinglink, a:visited.headinglink, div.headinglink {
    font-weight: bold;
    font-size: larger;
    color: #e4862e;
    text-decoration: none;
    vertical-align:middle;
    height: 38px;
    /*width: 98%;*/
    margin-top:auto; margin-bottom: auto;
    margin-left: 4px;
    margin-right: 4px;
    display: block;
    
/*    border: 1px solid red;*/
}

a:hover.headinglink, div:hover.headinglink {
    text-decoration: underline;
    background-image: url(/images/bg/orangebg.png);
    color: #000;
    cursor: pointer;
}

.button {
    border: solid 1px #e4862e;
    background-image: url(/images/bg/darkbg.png);
    color: #e4862e;
}

.google {
    border: 1px solid rgb(126, 157, 185); 
    padding: 2px; 
    background: rgb(255, 255, 255) url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif) no-repeat scroll left center;
}

.input {
    border: 1px solid #e4862e; 
    padding: 2px; 
    background: #fff;
}

.tinylogo {
    float: left;
}

h1 {
    color: #4242d2;
}

div.groupheader {
    background-color: #383838;
    color: #4242d2;
    background-image: url(/images/bg/darkbg.png);
    padding: 2px;
    text-align: center;
}

h2.groupheader 
{
    color: #fff;
    font-size:medium;
    margin:0px;
}

div.groupitems {
    text-align: left;
    padding: 2px;
    background-color: #fff;
}

.paragraph {
    margin-top: 8px;
    margin-bottom: 8px;
}

.imageleft {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 8px;
    margin-right: 8px;
    border: solid 1px #4242d2 !important;
}

.imageright {
    float: right;
    width: 100px;
    height: 100px;
    margin-left: 8px;
    margin-right: 8px;
    border: solid 1px #4242d2 !important;
}

.TallGradientBG {
    background-image: url(/images/bg/darkbgtall.png);
    background-repeat: repeat-x;
    background-color: #383838;
    color: #fff;
}

.dwidtext 
{
    color: #4242d2;
}