﻿*
{
    padding: 0;
    margin: 0;
}
html, body
{
    height: 100%; /* ie will set the body/html to 100%, anything overflowing that will (incorrectly) resize it. go IE */
    font-family: "Trebuchet MS" , "Lucida Grande" , "Bitstream Vera Sans" , Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #333333;
}
a, a:hover, a:visited, a:active
{
    color: #FFCC00;
}
img
{
    border: none;
}
p
{
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5
{
    margin: 0;
    padding: 0;
}
h1
{
    font-size: 24px;
}
h2
{
    font-size: 20px;
}
h3
{
    font-size: 16px;
}
h4
{
    font-size: 14px;
}
h5
{
    font-size: 12px;
}
ul li
{
    list-style-type: square;
    list-style-image: url(images/square.gif);
}
#header
{
    background: #000000;
}
div#content
{
    background: #333333 url(images/bg_content.gif) repeat-x 100% 100%; /*border: solid 1px #FFCC00;*/
    display: block; /*margin-left: 40px;     margin-right: 40px;*/
    width: 100%;
}
#content h1
{
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 24px;
}
#headercontent
{
    display: none;
}
.classContainer
{
    background: #000000;
    position: absolute;
    top: 0;
    left: 0; /*margin-left: 10px;     margin-right: 10px;*/
    width: 100%;
}
a.hyperlang 
{
    color: #000000;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.classFooter
{
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    font-size: 12px;
    font-family: Tahoma;
}
.classFooterHeader
{
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    width: 100%;
}
.hoverHand
{
    cursor: pointer;
}
.menuItem
{
}
.menuItem a, .menuItem a:visited
{
    display: block;
    color: #FFFFFF;
    padding: 0 20px 0 20px;
}
.menuItem a:hover
{
    display: block;
    color: #FFCC00;
}
.dmenu
{
    border-right: solid 1px #666666;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.dmenuItem
{
    border-top: solid 1px #333333;
}
.dmenuItem a, .dmenuItem a:visited
{
    color: #FFFFFF;
    display: block;
    width: 100%;
    padding: 5px 20px 5px 20px;
}
.dmenuItem a:hover
{
    display: block;
    width: 100%;
    color: #FFCC00;
    background: #333333;
    padding: 5px 20px 5px 20px;
}
.footContent
{
    display: none;
    text-align: left;
    width: 100%;
    background: #333333;
}
.footContent p
{
    padding: 10px;
}
table.langTable 
{
    margin: 10px auto 10px auto;
    background-color: #333333;
}
table.langTable tr td 
{
    width: 20%;
    padding-left: 20px;
}