/**************************
BODY, HTML
**************************/
*{
  padding:0;
  margin:0; 
  }

html {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #034492;	
	}
/**********************
STYLES
***********************/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding-bottom: 7px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F26521;
	line-height: 22px;
	display: block;
	padding-bottom: 3px;
}
h2 {
	font-size: 15px;
	color: #D30D26;
	line-height: 17px;
	display: block;
	padding-bottom: 3px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d30326;
	line-height: 16px;
	display: block;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #993300	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	list-style-type: square;	
	list-style-position: outside
	}
a {
	color: #d40026;
	text-decoration: none
}
a:hover {	
	text-decoration: underline
	}
/**********************
PIECES
***********************/
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}
#topnav {
	background-image: url(images/topnav_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	padding-left: 20px;
}
#content {
	background-image: url(images/labels_bottombkg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
	height: 650px;
}
#content_plain {
	background-image: url(images/page_bottombkg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 950px;
	height: 650px;
}
#gamepage {
	background-image: url(images/panel_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	width: 950px;
}
#homepage {
	background-image: url(images/home_visual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	height: 650px;
}
#allpages {
	background-image: url(images/register_visual.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 950px;
	height: 650px;
}
#logo {
	position: absolute;
	z-index: 999;
	margin-left: 765px;
}
#columndivider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 25px;	
	}
/**********LOGIN********/
.formlabels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding-right: 10px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.loginpanels {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #e6e6e6;
	background-color: #222;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.loginform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #FF991D;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	height: 18px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	}
.entryform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	width: 300px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.entryform_nowidth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 18px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 13px;
	color: #FF0000;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
.clear {
	clear: both;
	padding-top: 1px;
}
/*******************************
BOTTOM LEGAL
********************************/
.legal, .legal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	line-height: 12px;
	display: block;
	padding-bottom: 5px;
}
.legal {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
}

#rulesScroller{
	border:0;
	height:450px;
	width:630px;
	overflow : auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
