body {
	margin: 0;
	padding: 0 ;
	background: #A1DDFF url(img/site_bg.gif) repeat center top;
}
#popbox {
	POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;
}
body , table, td {
	color: #000099;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #000099;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}


.container {
	background: url(img/header_bg.jpg) repeat-x top center ;
	padding: 10px 0 0 0;
}
.header {
	background: #0A81BE;
}
.headerright {
	background: url(img/header_rightbg.jpg) no-repeat top left #0A81BE;
}
.menu {
	background: url(img/menu_bg.gif) repeat-x #FFB600;
}
.menu div {
	background: url(img/menu_rightbg.gif) no-repeat top right;
	height: 28px;
}


.gamestable {
	padding: 0;
	margin: 4px 0 0 0 ;
}
.gamestable td {
	text-align: center;
}



.gbox1 , .gbox2 , .gbox3 , .gbox4, .gbox5 {
	margin : 0 0 5px 0;
}

.gbox1 td{
	background-color: #CFC5FD;
}

.gbox2 td{
	background-color: #FFFB92;
}

.gbox3 td{
	background-color: #80CFFC;
}

.gbox4  td{
	background-color: #D8FE94;
}
.gbox5  td{
	background-color: #FFC7FF;
}

td.boxh {
	height: 29px;
	background: url(img/box_header.gif) no-repeat top left transparent;
}
.boxh h1, .sboxh h1{
	font-size: 12px;
	color: #000033;
	font-weight: bold;
	text-align: left;
	margin : 0;
	padding: 2px 5px 0 8px;
}
.boxb {
	background: url(img/box_bottom.gif) no-repeat top left;
	height: 9px;
	display: block;
}

td.boxc {
	margin: 0;
	padding: 3px 5px 0 8px;
	text-align: left;
	background-image: url(img/box_bg.gif) ;
	background-repeat: repeat-y top left;
}



.ads {
	margin : 1px 0 5px 0;
}
.ads td {
	background: #DBF4FF;
}
.ads td.edge {
	background: transparent;
}
.ads td.top {
	background-image: url(img/ads_border.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 4px;
}
.ads td.bottom {
	background-image: url(img/ads_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 4px;
}
.ads td.left {
	border-left: 1px solid #99CCFF;
}
.ads td.right {
	border-right: 1px solid #99CCFF;
}
input
{
	color: #000000;
	background: #f1fddb;
	border: 1px solid #70844d;
}

.submit input
{
color: #000;
background: #f1fddb;
border: 2px outset #70844d;
}

.game {

	height: 70px;
	width: 220px;

}

.game img {

	float: left;
	margin-right: 6px;

}

.game a {

	font-weight: bold;

}

#searchbox {
	margin-left: 40px;
	background-color: #D8FE94;
	width: 232px;
	border: 1px solid #C8C8C8;
    border-radius: 15px;
	margin : 0 0 5px 0;
}

.sboxh {
	height: 29px;
	background: url('img/sbox_header.png')  no-repeat top left transparent;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}