/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* \\forcenas02\Public */
* {
	margin:0;
	padding:0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Block elements */
#wrapper {
	/*width: 90%; 
	margin: .3cm auto; 
	padding: 5px 0; 
	text-align: left; 
	position: relative;*/
	width: 750px;
	position: absolute;
	left:50%;
	margin: 0 0 0 -375px;
	padding:0;
}
#header {
	margin-top: 20px;
}
#main {
	border-width:4px;
	margin-top:15px;
	text-align: left;
}
#floatright {
	position: relative;
	float: right;
	margin-top: 5px;
}
#navbar {
	margin:0 0 50px 0;
	clear: right;
	display:block;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Basic elements */
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff;
	margin: 25px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin: 0 0 1.5em;
	padding: 0;
}
h1 {
	color:#000;
	font-size: 1.6em;
	line-height: 1;
	margin-bottom: .5em;
}
h1.linedrop {
	font-family: "Trebuchet MS", Garamond, Georgia;
	line-height: .88em;
	border-bottom: #000 1px dotted;
	color: #000;
	letter-spacing: -2px;
}
h2 {
	font-size: 1.1em;
	line-height: 1;
	margin: 1em 0;
}
h3 {
	font-size: 0.9em;
	line-height: 1;
	margin-bottom: .5em;
	color:#666;
}
h4, h5, h6 {
	font-size: .9em;
	line-height: 1;
	margin-bottom: .5em;
}
p, li {
	margin-top: 0;
	line-height: 1.2em;
	margin-bottom: 0pt;
	color: #666;
	font-size: .8em;
}
ol, ul {
	padding-left: 0;
	text-align:left;
	list-style:disc inside;
}
table {
	margin-top: 10px;
	line-height: 1.2em;
	color: #333;
	font-size: .8em;
	text-align: left;
	border-collapse:collapse;
}
/*th, tr, td*/
th, td {
	text-align: center;
	vertical-align:middle;
	border:#999 dotted 1px;
	padding:4px;
}
th {
	font-size: 1.1em;
	line-height: 1;
}
.gamekind {
	background-color: #333;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding:3px;
}
caption {
	margin-bottom:10px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Classes */
.img {
	border: #CCC solid 1px;
	padding:1px;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: #CCC solid 1px;
	padding:1px;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.imgpayouts {
	width:58px;
	height:58px;
	margin:2px;
	border: #CCC solid 1px;
	padding:1px;
}
.noborder {
	border:none;
}
.trbgcolor {
	background-color:#EEE;
}
p.LegalWarning {
	line-height: Normal;
	margin: 15px 0px;
	color: #808080;
	font-weight: normal;
	font-style: normal;
	font-size: 0.7em;
}
.forcedleft {
	text-align:left;
	border:0;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Links */

a {
	text-decoration:none;
}
a:link, a:visited {
	color:#600;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
