BODY
{
    background-image: url(../../Include/Images/Background_Black.gif);
    background-color: #000000;
    scrollbar-3dlight-color: gray;
    scrollbar-arrow-color: darkgray;
    scrollbar-darkshadow-color: black;
    scrollbar-face-color: black;
    scrollbar-highlight-color: black;
    scrollbar-shadow-color: darkgray;
    scrollbar-track-color: #676767;
}
FORM
{
    display: inline;
    margin: 0;
    padding: 0;
}
H1
{
    display: inline;
    color: cyan;
    font-family: verdana, arial;
    font-size: 18px;
    font-weight: bolder;
    margin: 0;
    padding: 0;
}
H2, H3
{
    display: inline;
    color: white;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bolder;
    margin: 0;
    padding-right: 3;
}
.text
{
    color: #E2E2E2;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: normal;
    padding-right: 10px;
}
.inputBox
{
    background-color: #C1CBFF;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    padding-right: 10px;
}
.inputBoxGray
{
    background-color: #D4D4D4;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    padding-right: 10px;
}
.inputBoxScrabbleBoard
{
    background-color: #C1CBFF;
    border: 0px solid #303030;
    font-family: verdana, arial;
    font-size: 16px;
    font-weight: bolder;
    width: 20px;
}
.inputBoxDisabled
{
    background-color: gray;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    padding-right: 10px;
}
.button
{
    background-color: #000000;
    color: yellow;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
    width: 140px;
}
.message
{
    color: white;
    font-family: verdana, arial;
    font-size: 10px;
    font-weight: normal;
}
.link
{
    color: yellow;
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.link:hover
{
    color: yellow;
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.contentBox
{
    background-color: #000222;
    border: 1px solid #00108C;
    color: #E2E2E2;
}
.contentBoxHeader
{
    background-image: url(../../Include/Images/icon_contentbox_title.gif);
    color: #ffffff;
    display: inline;
    font-family: impact,courier new,verdana;
    font-size: 15px;
    font-weight: normal;
    padding-left: 3px;
}
.contentBoxText
{
    color: #E2E2E2;
    font-family: verdana, arial;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}
.contentBoxTitel
{
    color: cyan;
    font-family: verdana, arial;
    font-size: 22px;
    font-weight: bolder;
}


/* Informationbar */
.infobar
{
    background-color: black;
    color: white;
    font-family: microsoft sans serif, verdana;
    font-size: 11px;
    font-weight: bolder;
}
.infobar_content
{
    color: white;
    font-family: microsoft sans serif, verdana;
    font-size: 11px;
    font-weight: bolder;
    padding-right: 10px;
}


/* Statistieken */
.stats_box
{
    border: 1px solid grey;
    padding: 10px;
}
.stats_title
{
    color: yellow;
    font-family: microsoft sans serif, verdana;
    font-size: 14px;
    font-weight: bolder;
}
.stats_header
{
    color: yellow;
    font-family: microsoft sans serif, verdana;
    font-size: 11px;
    font-weight: bolder;
}
.stats_item
{
    color: red;
    font-family: microsoft sans serif, verdana;
    font-size: 11px;
    font-weight: bolder;
}
.stats_value
{
    color: white;
    font-family: microsoft sans serif, verdana;
    font-size: 10px;
    font-weight: bolder;
}
