html {
     margin: 0px;
     padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: black;
    color: rgb(149, 148, 148);
    font-family: Verdana, Sans-Serif;
    font-size: 0.7em;
    text-align: center;
}

a {
    color: rgb(91, 226, 230);
    font-family: Verdana, Sans-Serif;
    font-size: 1em;
    text-decoration: none;
}

a:hover {
    color: rgb(190,190,190);
}

div.pageWrapper {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    background-color: black;
    padding: 4px;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: 1px solid rgb(30,30,30);
    border-right: 1px solid rgb(30,30,30);
    border-bottom: 1px solid rgb(46,46,46);
    text-align: left;
}

div.pageContent {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: black;
    border-left: 1px solid rgb(30,30,30);
    border-right: 1px solid rgb(30,30,30);
    border-bottom: 1px solid rgb(46,46,46);
}
    
div.topContent {
    height: 49px;
    width: 100%;
    background-image: url("../img/top_background.png");
    background-repeat: repeat-x;
    text-align: center;
}

div.topMenuContainer {
    text-align: center;
    height: 49px;
}

table.topMenuTable {
    height: 49px;
}

table.topMenuTable td.topMenuOption {
    background-image: url("../img/top_separator.png");
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

table.topMenuTable td.topMenuOptionRight {
    background-image: url("../img/top_separator.png");
    background-repeat: no-repeat;
    width: 2px;
    padding: 0px;
}

table.topMenuTable td.topMenuOption a {
    color: rgb(91, 226, 230);
    font-family: Verdana, Sans-Serif;
    font-size: 1.2em;
    text-decoration: none;
    height: 49px;
    line-height: 49px;
}

table.topMenuTable td.topMenuOption a:hover {
    color: rgb(190,190,190);
}

table.blankTable {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

table.blankTable th {
    font-weight: normal;
    text-align: left;
    padding: 6px;
    margin: 2px;
    font-size: 1em;
}

table.blankTable td {
    padding: 6px;
    margin: 2px;
    font-size: 1em;
    text-align: left;
}

.contentTextTiny {
    font-size: 0.6em;
}

.contentTextSmall {
    font-size: 0.9em;
}

.contentTextMedium {
    font-size: 1.2em;
}

.contentTextLarge {
    font-size: 1.4em;
}

.contentTextHude {
    font-size: 2em;
}

div.logoAreaBackground {
    position: relative;
    margin-top: 2px;
    background-color: black;
    height: 373px;
    width: 100%;
    background-image: url("../img/main_background.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    z-index: 1;
}

div.mainLogoBackground {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 373px;
    margin: 0px;
    background-image: url("../img/main_background_logo.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

div.mainLogo {
    position: absolute;
    top: 100px;
    left: 5%;
    height: 166px;
    width: 95%;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    z-index: 3;
    overflow: hidden;
}

div.mainLogoText {
    position: absolute;
    top: 0px;
    left: 200px;
    height: 89px;
    width: 100%;
    line-height: 89px;
    background-image: url("../img/logo_text_shade.png");
    background-repeat: repeat-x;
    color: rgb(91, 226, 230);
    font-family: Sans-Serif;
    font-size: 2em;
    padding-left: 30px;
    z-index: 3;
    overflow: hidden;
}

div.mainLogoDecor {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 10px;
    height: 89px;
    background-image: url("../img/logo_text_decor.png");
    background-repeat: no-repeat;
}

div.mainContentWrapper {
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    padding-top: 0px;
    background-image: url("../img/center_content_background.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    z-index: 4;
}

div.mainContent {
    position: relative;
    height: 100%;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 2px solid black;
    border-top: 0px;
    background-image: url("../img/center_content_background.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    font-family: Arial,Sans-Serif;
    overflow: hidden;
}

.mainContentAreaCenter {
    padding: 4px;
    margin: 8px;
    padding-top: 0px;
    font-size: 1.1em;
}

.mainContentAreaLeft {
    float: left;
    margin: 8px;
    margin-right: 0px;
    padding: 4px;
    padding-top: 0px;
    font-size: 1.1em;
}

.mainContentAreaRight {
    float: right;
    margin: 8px;
    margin-left: 0px;
    padding: 4px;
    padding-top: 0px;
    font-size: 1.1em;
}

div.contentTitle {
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    background-image: url("../img/title_decor.png" );
    background-repeat: no-repeat;
    background-position: center left;
    text-indent: 20px;
    font-size: 1.6em;
    text-align: left;
    color: rgb(91, 226, 230);
}

div.clearFloat {
    clear: both;
    height: 0px;
    visibility: hidden;
}

div.footerContentWrapper {
    position: relative;
    width: 94%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    padding-top: 0px;
    height: 60px;
    background-image: url("../img/bottom_background.png");
    background-repeat: repeat-x;
    z-index: 4;
    overflow: hidden;
}

div.footerContentLogo {
    height: 60px;
    width: 80px;
    margin-top: 2px;
    float: left;
    margin-left: 10px;
    background-image: url("../img/logo_small.png");
    background-repeat: no-repeat;
    background-position: 5px 14px;
}

div.footerContent {
    font-size: 1em;
    line-height: 60px;
}

div.footerContentDecorator {
    position: relative;
    width: 94%;
    height: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/bottom_decor.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 4;
}

div.loadingIndicator {
    position: relative;
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 2em;
}

