/**************************
BODY, HTML
**************************/
*{
  padding:0;
  margin:0;
  
  }

html {
	height:100%;
	/*background-image: url(images/allpages_bottombkg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;*/
	background-image: url(images/allpages_topbkg.gif);
	background-repeat: repeat-x;
	color: #FFF;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	align: center;
	}
#allpages_bottombkg {
	width: 100%;
	position: relative;
	background-image: url(images/allpages_bottombkg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#allpages_topbkg {
	width: 100%;
	background-color: #0F9;
	height: 200px;
	position: absolute;
	z-index: 9;
	top: 0px;
	float: right;
	left: 0px;
}
#wrapper {
	width: 953px;
	padding-right: auto;
	padding-left: auto;
	position: relative;
	z-index: 999;
}
#allpages {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	align: center;
	/*background-image: url(images/allpages_controlpanel.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	align: center;
	/*background-image: url(images/allpages_bkg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
.legal, .legal p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}
.legal {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	padding-top: 20px;
}
#content {
	width: 953px;
	
}
.page_content {
	color: #FFF;
	font-size:11px;
	
}
#loginpanel {
	color: #FFF;
	z-index: 9999;
	position: absolute;
	left: 580px;
	top: 238px;
}
#starwars_logo {
	position: absolute;
	z-index: 9999;
	top: 17px;
	width: 164;
	height: 147;
	float: right;
	left: 675px;
}
#flash_content {
	position: absolute;
	z-index: 999;
	top: 86px;
	width: 950;
	height: 610;
	float: right;
	left: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #194D83;
	line-height: 16px;
	display: block;
	padding-bottom: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5F8FBB;
	line-height: 15px;
	display: block;
	padding-bottom: 3px;
}
h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;		
	color: #993300	}
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: #069;
	text-decoration: none
}
a:hover {	
	text-decoration: underline
	}
.formentry {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}
.loginform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1px;
	width: 230px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	height: 20px;
	}
.formfields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 1px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	height: 20px;
	}
.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;
	}
.entryfield {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 230px;
	margin-bottom: 2px;
	height: 20px;
	font-size: 11px;
}
.entryfield_nowidth {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 11px;
	height: 20px;
	margin-bottom: 2px;
}
.prize_table {
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.prize_table td{
	text-align: center;
	padding: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#rulesScroller{
	border:0;
	height:435px;
	width:790px;
	overflow : auto;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}