*{
}
body{
	background-color:#eef;
	background-image:url('newimg/background.png');
}
div.box{
	background-color:white;
	display:inline-block;
	border-bottom:1px solid #eeeeff;
}
div.boxtop{
	text-align:center;
	background-color:#eeeeff;
	height:25px;
	background-image:url('newimg/boxtop.png');
}
div.boxtop *{
	vertical-align:middle;
	color:black;
	margin-top:0px;
}
div.boxcont{
	padding:2px;
	border-left:1px solid #eeeeff;
	border-right:1px solid #eeeeff;
	text-align:justify;
}
div.boxcont *{
	color:black;
}

#c_container{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

#container{
	background-color:white;
}

#col1{
	float:left;
	width:150px;
}
#col2{
	float:left;
	margin-left:5px;
	width:675px;
}
#col3{
	float:left;
	width:120px;
}

#maintitle{
	margin:0px;
	background-color:white;
	height:120px;
	background-image:url('newimg/title5.png');
	padding:0px;
}


div#linkz{
	clear:both;
	color:black;
	font-size:65%;
}
div.alinkz{
	display:inline;
	background-color:white;
	border:1px red dotted; 
	float:left;
	padding:2px;
	margin:2px;
	color:black;
}
#linkz *{
}
#linkz a:link, #linkz a:hover{
	color:blue;
}

.listgame{
	width:670px;
}

a.playnow{
	float:right;
}
tr.listtitle{
	height:25px;
	background-image:url('newimg/boxtop.png');
}

table{
	border:0px;
}
table td{
	border:0px;
}

.success{
	color:white;
	background-color:green;
}
.error{
	color:white;
	background-color:red;
}

#loginarea{
	text-align:right;
}
#loginarea a{
	color:blue;
}

#gamePopup{
	position:absolute;
	width:0px;
	height:0px;
	top:0px;
	left:0px;
	background-color:#eeeeff;
}