body {
	font-family:verdana;
	font-size: 10px;
}

h1 {
	font-size: 32px;
}

#main
{
	position: absolute;
	min-width: 870px;
	top:0px;
	left:5%;
	right:5%;
	background: white; 
}

#title
{
	position: relative;
	width: 100%;
	background: #C8C8FF;
	color: #12127D;
}

#links
{
	 float: left;
	 width: 90px;
	 max-width: 90px;
	 min-width: 90px;
	 min-height: 500px;
	 margin-left: 0px;
}

#pagerule
{
	clear: both;
	position: relative;
	width: 100%;
	min-height: 10px;
	background: #C8C8FF;

}

#content
{
	min-width: 750px;
	max-width: 100%;
	margin-left: 110px;
	background: white; 
}

#subcontent
{
	display:block;
	float:center;
	background: white; 
}

#ads
{
	clear: both;
	position: relative;
	width: 100%;
	height: 100%;
	background: white;
}

#links a:link, #links a:visited {
	display: block;
	width:90px;
	padding: 5px;
	border-top: 1px solid #C8C8FF;
	text-decoration: none;
	color: #000000;
	background-color: #CBC6FF;
}

#links a:hover{
	border-top: 1px solid #cccccc;
	background-color: #F5F5F8;
}

.menu {
	margin-top: 10px;
	font-size: 9px;
}

/* IE Specific */
.menu .item {
	display:inline;
	text-align: center;
	float: center;
	width: 7em;
	padding: 0.2em;
	border: 1px solid #C8C8FF;
	margin: 0 0.2em 0.2em 0;
	background-color: #F5F5F8;
}

/* Non-IE */
html>body .menu .item {
	display:block;
	text-align: center;
	float: left;
	width: 7em;
	padding: 0.2em;
	border: 1px solid #C8C8FF;
	margin: 0 0.2em 0.2em 0;
	background-color: #F5F5F8;
}

.menu a {
	color: #000000;
	text-decoration: none;
}

.menu a:hover {
	color: #FF8C00;
	text-decoration: none;
	background-color: #F5F5F8;
}

table {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family:verdana;
	font-size: 10px;
}

table.games a {
border:1px solid #333333;
display: block;
}

div.games a {
color: #333333;
background: #ffffff;
text-decoration:none;
font-size:11px;
line-height:16px;
font-family: Tahoma, verdana, sans-serif;
padding: 2px 2px;
}

div.games a:link {
color: #333333;
background: #cccc99;
}

div.games a:active {
color: #000000;
background: #cccc99;
}

div.games a:visited {
color: #333333;
background: #cccc99;
}

div.games a:hover {
color: #eeeeee;
background: #333333;
border:1px solid #000000;
}

a.tableHead {
	color:#000;
	text-decoration:none;
}

a.tip{
    position:relative; /*this is the key*/
    z-index:24; background-color:#FFFFCC;
    color:#000;
    text-decoration:none
}

a.tip:hover{z-index:25; background-color:#FFFFCC}

a.tip span{display: none}

a.tip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-1em; left:20em; width:40em;
    border:1px solid #FFFF99;
    background-color:#FFFFCC; color:#000;
    text-align: center}
	
td.gameCell {
	padding: 10px 0px;
}

.error {
	font-family: Tahoma;
	font-size: 8pt;
	color: red;
	margin-left: 50px;
	display:none;
}

.helpText {
	color: #111;
	font-size:8px;
	display:inline;
}