div.game
{
width: 450px;
height: 170px;
border: 1px solid;
border-color: #0090FF;
background-image: url("../img/wallpapers/sky02.jpg");
margin-bottom: 10px;
text-align: center;
}

div.game_details
{
width: 450px;
border: 1px solid;
border-color: #0090FF;
background-image: url("../img/wallpapers/sky02.jpg");
margin-bottom: 10px;
text-align: center;
}

div.game_details textarea
{
width: 95%;
}

img.screenshot
{
width: 220px;
height: 165px;
}

img.flag
{
height: 60px;
width: 50px;
}

img.town
{
height: 60px;
width: 80px;
}

img.hero
{
height: 60px;
width: 60px;
}

img.vs10
{
height: 100px;
width: 30px;
}

div.leftImage
{
float: left;
}

div.rightImage
{
float: right;
}

/**********************************************************/

div#gamesFilter
{
position: absolute;
top: 80px;
left: 0px;
width: 450px;
height: 150px;
border: 1px solid;
border-color: #0090FF;
background-image: url("../img/wallpapers/sky02.jpg");
}

div.filterRadio
{
position: relative;
left: +40px;
}

span#filterHeading
{
position: absolute;
top: 60px;
left: 170px;
color: #0090FF;
font-size: 120%;

}

/**********************************************************/

h3#newGameH3
{
position: absolute;
top: 0px;
}

div#newGame
{
position: absolute;
top: 50px;
width: 450px;
height: 450px;
border: 1px solid;
border-color: #0090FF;
background-image: url("../img/wallpapers/sky02.jpg");
text-align: right;
}

fieldset#newGameWinner
{
position: absolute;
top: 0px;
left: 5px;
width: 190px;
text-align: right;
}

fieldset#newGameLoser
{
position: absolute;
top: 0px;
left: 225px;
width: 190px;
}

fieldset#newGameGeneral
{
position: absolute;
top: 125px;
left: 5px;
}

fieldset#newGameOptional
{
position: absolute;
top: 250px;
left: 5px;
width: 415px;
}

fieldset#newGameOptional textarea
{
width: 98%;
height: 100px;
}

input#newGameSubmit
{
position: absolute;
top: 180px;
left: 320px;
}

/**********************************************************/

table#gamesControl
{
width: 450px;
text-align: center;
}

table#gamesControl a
{
color: #0090FF;
font-weight: bold;
}

table#gamesControl a:hover
{
color: #0070FF;
}

/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/

table#EditCommentTable
{
width: 400px;
border: 1px solid;
border-color: #0090FF;
background-image: url("../img/wallpapers/sky02.jpg");
}

table#EditCommentTable caption
{
font-size: 110%;
font-weight: bold;
color: #0090FF;
}

table#EditCommentTable textarea
{
width: 98%;
height: 200px;
}
