﻿body {
}
.clearBoth
{
    clear: both;
}

.xRound 
{
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
}

.xRoundNoMargin 
{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
}

.xRoundTop
{
    /* padding: 10px; */
    margin: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -khtml-border-radius-topright: 10px;
    -khtml-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px; 
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; 
}

.xRoundBottom
{
    /* padding: 10px; */
    margin: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -khtml-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.gameContainer
{
    margin-top: 15px;
    margin-bottom: 30px;
}

.gameHeader
{
    font-size: large;
}

.gameHeaderReleased
{
    background-color: #99FF99;
}

.gameHeaderBeta
{
    background-color: #FFD86D;
}

.gameHeaderAlpha
{
    background-color: #FF6D6D;
}

.gameContent
{
    padding-top: 0px;
}

.gameContentReleased
{
    background-color: #BBFFBB;
}
.gameContentBeta
{
    background-color: #FFFF99;
}
.gameContentAlpha
{
    background-color: #FFBBBB;
}

/*.gameFooter
{
    background-color: #99FF99;
}*/

.newsHeader
{
    padding: 5px;
    background-color: #BBBBBB;
}

.newsContent
{
    padding: 10px;
    background-color: #DDDDDD;
}

.newsFooter
{
    padding: 5px;
    background-color: #CCCCCC;
}
       
.centre
{
    text-align: center;
}
 
.pad5
{
    padding: 5px;
}

.padmargin0
{
    padding: 0px;
    padding-top: 0px;
    margin: 0px;
    margin-top: 0px;
}

.clear
{
    clear: both;
}

.debugCol
{
    background-color: Purple;
}

.valcentre
{
    vertical-align: middle;
}

.largeText
{
    font-size: large;
}

.helpCol
{
    font-style:italic;
}

