﻿*{
   margin:0 0px;
   padding:0;
}

body 
{
    text-align:center; /*For IE6 Shenanigans*/
    font-size: .75em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #222222;
    margin-left:auto;
    margin-right:auto;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

#wrapper{
   width:1024px;
   margin:0 auto;
   text-align:left;
    height: 166px;
}

.TableHeader
{
    height:25px;
    background-color: #dddddd;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    border-left: 0;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    padding: 10px 3px 10px 3px;
}

.TableHeader A:link,
.TableHeader A:visited
{
    color: #666666;    
}

.updatedgamelist A:link
{
    color: #F2F2F2;    
}
.updatedgamelist A:visited
{
    color: #dddddd;    
}

.TableRow TD
{ 
    height: 25px;
    border-bottom: solid 1px #BDCCCD;
    border-left: solid 1px #BDCCCD;
    background-color: #F2F2F2;
    color: #000;
    padding: 0 3px 0 3px;
}

#menuLine
{
    background-color: #3c454e; 
    width:100%; 
    height:25px;
}

#menuLine li 
{
    float: left;
    list-style-type: none;
    margin: 3px 40px 0px 0px;
    text-decoration: none;
    color: #ffffff;
}

#menuLine ul
{
    margin: 0px 0px 0px 30px;
    padding: 0px;    
}

#menuLine A
{
    text-decoration: none;
    color: White;
}

.loginButton {
    font-size: 25px;
    color: White;
    text-decoration: none;
    display:inline-block;
    line-height: 50px;
    height: 50px;
    width: 140px;
    padding-left: 60px;
    margin-left: 0px;
}

.userinfo {
    font-size: 14px;
    color: White;
    text-decoration: none;
    display:inline-block;
    line-height: 20px;
    height: 60px;
    width: 200px;
    padding-left: 5px;
    margin-left: 0px;
}


/* GameInfo */

.gameinfo_Toolbox
{
    background-color: #dadada; 
    height:25px; 
    padding:5px;    
}

.gameinfo_Headline
{
    font-size: 15px;
    font-weight: bold;

}

.gameinfo_Headline_Container
{
    padding-top: 2px;
    padding-bottom: 2px;
}




/* Modal popup */

.modalPopupWindow 
{
	border: Solid 1px Black;
	background-color:White;
	padding:5px;
	
}

.modalPopupWindows_DragHandler
{
	background-color: #D32E0D;
	color:White;
	cursor: move;
	height: 18px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.modalPopupBackground 
{  
	background-color:Gray;  
	filter:alpha(opacity=80);  
	opacity:0.8;
}

/* End modal popup */

.fixedWidthRadioButtonList tr td
{
    width: 125px;
    
}

.infoMessage 
{
    display: block;
    color: #fff;
    border: 1px solid black;
    padding: 10px 5px 10px 5px;
    margin: 10px 0px 10px 0px;
    background-color: #ef4524;
    font-weight: bold;
}