﻿body
{
    color: White;
    font-size: 12px;
    font-family: Arial;
    background-color: #212121;
}

body, html
{
    margin: 0px;
}

div
{
    /*border: groove 1px White;*/
}

/** LAYOUT STLES **/
#pageContainer
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#pageHeader
{
    height: 300px;
    background-repeat: no-repeat;
}
#loginContainer
{
    display: none;
    visibility: hidden;
}
#pageContent
{
    margin: 0 167px 0 167px;
    text-align: center;
    min-height: 450px;
    background-color: Black;
}
#pageContent > Table
{
    width: 100%;
    height: 450px;
}
#pageContentCell
{
    vertical-align: text-top;
}
#mainNavigation
{
    height: 31px;
    background-image: url("http://media.wocserver.org/Images/Effects/top_bg.gif");
    display: block;
    text-align: center;
    vertical-align: middle;
}

#secondaryNavigation
{
    position: relative;
    float: left;
}
div img
{
    border-color: Blue;
}
#userNavigation
{
    position: relative;
    float: right;
}
table
{
    border: 0px;
}
.centeredTable
{
    margin: auto;
}

/** FORM STYLES **/
.labelCell, .buttonCell
{
    text-align: right;
}
.textboxCell
{
    text-align: left;
}
input[type="submit"], input[type="button"]
{
    color: Silver;
    background-color: #212121;
}
input[type="text"], input[type="password"], select
{
    color: Silver;
    background-color: #212121;
}

/** TEXT STYLES **/
h1, h2, h3
{
    margin: 0px;
    color: #48AF36;
    font-weight: normal;
}
.contentText
{
    color: White;
}
a:link, a:visited, a:hover, a:active
{
    color: #99FF33;
    text-decoration: none;
}
.dataTable th
{
    font-weight: bold;
    color: #48AF36;
}
.dataTable
{
    text-align: left;
}
.dataTable.leadingHeader
{
    width: 90px;
}
.dataTable#firstCell
{
}
.errorText
{
    color: Red;
}

/* Navigation bars which are going up and down on the page */
.navigationList
{
    list-style: none;
    padding: 0;
    margin: 0;
}
/* Navigation bars which are going left to right on the page */
.horizontalList
{
    margin: 0px;
    display: block;
}
.horizontalList li
{
    display: inline;
}

/** Credits Bar **/
#creditsBar
{
    width: 980px;
    height: 25px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url("http://media.wocserver.org/Images/Effects/bottom_bg.gif");
}
#creditsBar img
{
    height: 25px;
    width: 100px;
}
#creditsBarLeft
{
    position: relative;
    float: left;
}
#creditsBarRight
{
    position: relative;
    float: right;
}

/** CONTROL STYLES */
.termsHeader
{
    background-color: #333333;
    padding: 2px 3px 2px 3px;
    text-align: left;
    border-bottom-width: 0px;
}
.termsContent
{
    text-align: left;
    border: groove 1px #111111;
}
.genericTable
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.dialogBackground
{
    background-color: #111111;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.dialogPopup
{
    background-color: #666666;
    border-width: 3px;
    border-style: solid;
    border-color: #555555;
    color: Silver;
    padding: 3px;
    width: 250px;
}
.ajax__validatorcallout_error_message_cell
{
    color: Black;
}


/* EFFECTS */
.pageContentBorder
{
    background-image: url('http://media.wocserver.org/Images/Effects/border.png');
    width: 20px;
    padding: 0px;
    border: 0px;
}

/* IMAGES */
.smallIcon
{
    height: 18px;
    width: 19px;
}
