body {
	margin:0;
	padding:0;
	/*background: #e2e2e2;*/
	color: #000; 
	font-size: 10pt; 
	font-family: geneva,helvetica,arial; 
	line-height: 16pt;
}
a,
a:visited,
a:active {
	color: #001de0;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color: #001de0;
}

img{
	border:none;
}

div.container{
	width:892px;
	margin: 10px auto;
}

div.banner{
	background: url(../images/bannerTile.jpg) repeat-x;
	height: 98px;
	width: 892px;
	text-align: right;
	color: #000000;
	position: relative;
	font-weight: bold;
}

div.banner a,
div.banner a:hover,
div.banner a:active,
div.banner a:visited
{
	color: #000000;
}

div.banner img{
	float:left;
}

div.banner ul{
	display:block;
	position: absolute;
	padding: 0px;
	margin: 0px;
	bottom: 0px;
	right: 0px;
}
div.banner li{
	padding: 0px;
	margin: 0 15px 0 0;
	float: left;
	list-style: none;
	font-weight:normal;
}


div.content{
	float:left;
	background: #ffffff;
	padding: 5px;
	width: 882px;
	clear:both;
}

div.footer{
	position: relative;
	width:872px;
	padding:10px;
	border-top: 10px #88c801 solid;
	background: #ffffff;
	color: #878787;
	font-size:9pt;
	line-height:normal;
	text-align:center;
	clear:both;
}

h1{
	color: #00a3e7;
	font-size: 16pt;
	font-family: Arial;
	font-weight: normal;
	line-height: 18pt;
}

.discreteNote{
	font-size:8pt;
}

/* Full Screen Layout */
div.bannerFull{
	width: 100%;
	background-position: bottom;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 23px;
}

div.contentFull{
	width:100%;
	position: absolute;
	padding-top: 40px;
	top: 23px;
	bottom: 35px;
	left: 0px;
	right: 0px;
	background: #ffffff;
}

img.logoFull{
	z-index: 1000;
	position: absolute;
	top:0px;
	left:0px;
}

div.footerFull{
	width: 100%;
	position: absolute;
	padding-top:5px;
	bottom: 0px;
	left:0px;
	right: 0px;
	height: 35px;
	border-top: 5px #88c801 solid;
	background: #ffffff;
	color: #878787;
	font-size:9pt;
	line-height:normal;
	text-align:center;
}

#gameHolder{
	display:block;
	text-align: center;
	/*background: red;*/
	position: absolute;
	left:50%;
	margin-left: -320px;
	width: 640px;
	top: 60px;
}


/* Login Form */

div#loginForm{
	position:relative;
	width: 350px;
	margin: 20px auto;
	padding: 35px 10px 0px 10px;
	border: 1px solid #88c801;
}

div#loginForm h1{
	background: url(../images/bannerTile.jpg) bottom repeat-x;
	padding:0 5px;
	margin:0;
	display:block;
	position:absolute;
	height:23px;
	top:0;
	left:0;
	right:0;
	font-size:12pt;
	line-height:normal;
	color:#000000;
}

.errorMsg{
	color:red;
	text-align: center;
}

/* Game Menu */
div.gameTile{
	width: 260px;
	text-align:center;
	float: left;
	margin: 15px;
}

/* User List */
table#userTable{
	border:none;
	width: 100%;
	padding:0;
	margin:0;
}

table#userTable tr{
	background: #ffffff;
}
table#userTable tr.alt{
	background: #c9c9c9;
}
table#userTable tr.expired{
	text-decoration: line-through;
	color: #939393;
}
table#userTable td{
	padding:5px;
}

/* User Form */

ul.gameList, ul.gameList li{
	list-style:none;
	padding: 0 0 0 15px;
	margin: 0;
}

