/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #1a171b;
	font-size:12px;
	overflow: -moz-scrollbars-vertical;
	background:url(../images/back.jpg) repeat-x;
}


#wrapper {
	padding: 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;


}



#wrapper_pages {
	padding: 10px 0px 0 0px;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background:url(/images/pages_bg.jpg) #FFFFFF;
	background-repeat:no-repeat;
}


#header {
	margin: 0;
	padding: 0;
	width: 980px;
	text-align: left;
}

#headertop {
	margin: 0;
	padding: 0;
	width: 980px;
	text-align: left;
	height: 127px;
}

#login {
	background:url(../images/login.png) no-repeat;
	padding: 10px 0 0 0px;
	margin: 0;
	float:right;
	width: 460px;
	height:67px;
}


#moirae {
	float:right;
	padding: 0;
	margin:10px 0 0 0;
	width: 180px;
	text-align:left;


}


#footer-moirae {
	margin: 0 auto;
	padding: 0;
	width:980px;
}

#footer-wrapper {
	margin: 20px auto;
	padding: 0;
	width:980px;


}

#footer {
	 clear:both;
	margin: 30px 0 0 0;
	padding: 0;
	height:50px;
	background:#373232;
	text-align:center;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}



#footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}











/* End Structure Styles =============================================== */



/* nav Styles =============================================== */



#nav {
	float:left;
	width:780px;
	font-size:14px;
	line-height:normal;
	margin-bottom:1em; /*margin between nav and rest of page*/
	overflow:hidden;
	}

#nav ul {
	margin:0;
	padding:0 10px 0 0px;
	list-style:none;
	
	}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	}

#nav a {
	float:left;
	background:url(../images/nav_off_left.png) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	}

#nav a span {
	float:left;
	display:block;
	background:url(../images/nav_off_right.png) no-repeat right top;
	padding:10px 18px 10px 10px;
	margin-right:2px;
	color:#4d4d4d;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}

/* End IE5-Mac hack */
#nav a:hover span {
	}

#nav a:hover {
	background:url(../images/nav_on_left.png) no-repeat left top;
	}

#nav a:hover span {
	background:url(../images/nav_on_right.png) no-repeat right top;
	color:#FFF;
	}


	
/* Start Content Styles =============================================== */
#content_container {
	float: left;
	padding: 0 0 0 20px;
	width: 960px;
	background:url(../images/content_bg.jpg);
	margin: 35px 0 0 0;
}


#content_container_blank {
	float: left;
	padding: 0 0 20px 20px;
	width: 960px;
	background:#FFF;

}



#left_container {
	float: left;
	padding: 20px 0 0 0;
	width: 300px;
}




#main_container {
	float: left;
	padding: 20px 0 0 0;
	width: 980px;
}


#right_container {
	float: right;
	padding: 20px 0 0 0;
	width: 620px;

}


.container_wider {
	float: left;
	padding: 20px 0 0 0;
	width: 490px;
}

.container_wider_right {
	float: right;
	padding: 20px 0 0 0;
	width: 460px;
}



.left_container {
	float: left;
	padding: 20px 0 0 0;
	width: 300px;
}




.right_container {
	float: right;
	padding: 20px 0 0 0;
	width: 650px;

}




#flash_container {
	float: left;
	padding: 20px 0 0 0;
	width: 980px;
}


.topcontent_full {
	width:940px;
	float:left;
}

.right_left_col {
	
	float: left;
	padding: 0 20px 0 0;
	width: 290px;
	
	
}




.hgrey {
	color:#373232;
}


.hred {
	color:#cc0000;
}

.hblack{
	
	color:#1a171b;
	
	
	}






.bullets {

	float:left;
}

.bullets ul {
	margin:0;
	padding:3px 10px;
	list-style:none;
	display: inline;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000066;
	
}

.bullets li{
	margin:0;
	padding:7px 0px 7px 12px;
	display:block;
	background-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 13px;
}

.bullets li.last{
	border-bottom:none;
}

.bullets li.first{
	padding:0px 0px 10px 20px;
	background-position:0px 3px;
}

/* End Content Styles =============================================== */

/* Begin Breadcrumb Styles =============================================== */

#breadcrumb {
	margin: 0;
	padding: 155px 15px 0 15px;
	float: left;
	font-size: 11px;
	width: 418px;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb ul li {
	display: inline;
	padding-right: 4px;
	padding-left: 12px;	
	background: url(../images/bullet.gif)  0 5px no-repeat;
}

#breadcrumb ul li.first {
	display: inline;
	padding-right: 4px;
	padding-left: 0;	
	background: none;
}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
	color: #043369;
}

#breadcrumb a:hover {
	text-decoration: underline;
	color: #FFA013;
}

/* End Breadcrumb Styles =============================================== */


/* Begin Class Styles =============================================== */

 h1{
	font-size:24px;
	color:#fcb03c;
	padding:0;
	margin:0;
	font-weight:normal;
}




h2 {

	font-size:22px;
	color:#373232;
	padding: 10px 0 5px 0;
	margin: 0;
	font-weight:lighter;
	text-align: left;
	
	}
	
h2.totp {
	
	
		font-size:22px;
	color:#373232;
	padding: 10px 0 5px 0;
	margin: 0;
	font-weight:lighter;
	text-align: left;

}	
	
	
	
h3 {
	font-size:24px;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: bold;
	
	}	
	
	
h4 {

	font-size:22px;
	color:#000066;
	padding: 5px 0 5px 0;
	margin: 0;
	font-weight:lighter;
	text-align: left;
	
	}	
	
	
h5 {

font-size:16px;
color:#000066;
padding: 0 0 5px 0;
margin: 0;
font-weight:lighter;
text-align: left;

}	

em {
	
	font-size:18px;
	font-style:italic;
	font-weight:lighter;
	
	
	
	}
	
.bold {
	font-weight:bold;}	
	

.fontsize12px {

	font-size:12px;

	
	}	
	
.fontsize14px {

	font-size:14px;

	
	}	
	
.fontsize16px {

	font-size:16px;

	
	}		
	

.padding10px {
	padding:10px;
}

.padding20px {
	padding:20px 0 10px 20px;
}


.marginleft10px {
	margin:0 0 0 10px;
}


.marginleft1px {
	margin:0 0 0 1px;
}


.margin10px {
	margin:10px;
}


.margin20px {
	margin:20px;
}


.paddingleft5px {
	padding:0 0 0 5px;
}


.paddingleft10px {
	padding:0 0 0 10px;
}


.paddingright10px {
	padding:0 10px 0 0;
}

.paddingtop10px {
	padding:10px 0 0 0;
}
.paddingtop20px {
	padding:20px 0 0 0;
}

.paddingbottom10px {
	padding:0 0 10px 0;
}
.marginbottom10px {
	margin:0 0 10px 0;
}

.marginbottom20px {
	margin:0 0 20px 0;
}


.fontwhite {
	color: #FFFFFF;	
}

.fontgrey {
	color: #88928C;	
}

.fontblack {
	color: #000000;	
}

.fontred {
	color: #AB1A06;	
}

.fontyellow {
	color: #ffb10f;	
}

.border {
	border: 1px #083266 solid;
}

.borderright {
	border-right: 1px solid #EA8383;
}

.borderleft {
	border-left: 1px solid #7399AD;
}

.borderbottom {
	border-bottom: 1px solid #DEDEDE;
}

.borderbottomdashed {
	border-bottom: 1px dashed #D13683;
}

.backgroundred {
	background-color: #8e1104;
}

.backgroundgrey {
	background-color: #eceeef;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #494949;
}

a:hover {
	text-decoration: none;
	color: #666666;
}



	
a.blue:link, a.blue:visited, a.blue:active {
	text-decoration: none;
	color: #00306E;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
}

a.blue:hover {
	text-decoration: underline;
		font-size:16px;
	font-weight:bold;
}	

a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.white:hover {
	text-decoration: underline;
}


.aligncenter {
	text-align:center;	 
			 
}


img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto }


.center {
    display: block;
    margin-left: auto;
    margin-right: auto }


/* Begin Form Styles =============================================== */



.form {
	padding: 0;
	margin:10px 0 0 0;
	width: 300px;
	float:left;
}

.form_contact_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_contact_top.png)  no-repeat;
}

.form_client_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_client_top.png)  no-repeat;
}

.form_client_feedback_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_client_feedback_top.png)  no-repeat;
}



.form_top {
	padding:0;
	margin:0;
	width: 300px;
	height:50px;
	float:left;
	background:url(../images/form_top.png)  no-repeat;
}


.form_middle {
	padding:10px 0 0 0;
	margin:0;
	width: 300px;
	float:left;
	background:url(../images/form_middle.png) 	repeat-y;
}

.form_bottom {
	padding:0;
	margin:0;
	width: 300px;
	height:20px;
	float:left;
	background:url(../images/form_bottom.png)  no-repeat;
}


.contactbox  {
	padding: 10px 0 0 20px;
	margin: 20px 0 0 0;
	width: 925px;
	height:45px;
	background:url(../images/contact_long_box.png);
	float: left;
	
}


.contactpage_form {
	width: 388px;
	height:360px;
	background:url(../images/projects_back.png);
	float: right;
}

.contactpage_form h1{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:28px;
	color:#fcb03c;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:15px;
	font-weight:normal;
}

legend {
	padding: 0 6px;
	color: #333;
	font-weight: bold;
}

input:focus, textarea:focus {
border: 1px #b5b5b5 solid;
}


fieldset{
	
	padding:0;
	margin:0;
	border:none;
	}

label {
	display: block;
	float: left;
	text-align: right;
	padding: 3px 8px 0 0px;
	margin-bottom: 8px;
	width: 100px;
	font-weight: bold;
	color: #333;
	height: 25px;
}

.inputcontact {
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	height: 20px;
	line-height:20px;
	font-weight:normal;
	width:300px;
	
}

.input {
	font-size: 12px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;

	font-weight:normal;
	width:180px;
}

.inputlogin {
	font-size: 12px;
	float:left;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-weight:normal;
	width:120px;
	padding:7px 0 7px 5px;
	margin:0 5px 0 0;
}

.labellogin {
	font-size: 18px;
	color: #333;
	float:left;
	width:80px;

}



.selectcontact {
	float: left; 
	color: #333;
	border: 1px #b5b5b5 solid;
	height: 25px;
	line-height:25px;
	font-size: 12px;
}

.select {
	font-size: 11px;
	color: #333;
	border: 1px #b5b5b5 solid;
	width:250px;
}

.textarea {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-family: arial, sans-serif;
	width:300px;
	height:150px;
	margin-bottom:15px;
	font-weight:normal;
}

.textareacontact {
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #333;
	font-family: arial, sans-serif;
	width:300px;
	margin-bottom:15px;
	font-weight:normal;
}


.submit {
	float: left; 
	background: url(../images/button_off.png) no-repeat;
	border: none;
	width:88px;
	height:33px;
	cursor:pointer;
	line-height:33px;
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

.submit:hover {
	float: left; 
	background: url(../images/button_on.png) no-repeat;
	border: none;
	width:88px;
	height:33px;
	cursor:pointer;
	line-height:33px;
}

a img {border: none;}


.fileuploader {
	float: left; 
	font-size: 11px;
	background: #FFFFFF !important;
	border: 1px #b5b5b5 solid;
	color: #939191;
	height: 22px;
	font-weight:normal;
}


/* End Form Styles =============================================== */


.floatleft {
	float:left;
	}
	
.floatright {
	float:right;
	}

.clear {
	clear:both;
	
	}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.accToggler{
	margin:0 0 0 0;
	padding:10px 0px 10px 10px;
	border-bottom:1px solid #999;
	display:block;
	background:#b9b9b9;
	font-size:14px;
	font-weight:bold;
	clear: both;
}



.accContent{
	margin:0 0 0 0;
	display: none;
	padding: 5px 10px 0 0px;
	
}

.bottom_text {
float:left;
padding:20px 0 0 0;


}

.news {
	width:304px;
	float:left;
	
}

.article {
	float:left;
	padding:10px 0 10px 0;
}

.news_image {
	float:left;
	padding-left:4px;
	width:99px;
}

.news_text {
	float:left;
	padding-left:8px;
	padding-right:15px;
	width:178px;
}

.news_text p{
	padding:0px;
	margin:0px;
	line-height:15px;
}


.testimonialspages {
	  font:italic 16px Arial, "Times New Roman", Times, serif;
	  color:#666;
	  line-height:18px;
	}
	
	
.testimonialspages_title {
	  font:bold 14px Arial, "Times New Roman", Times, serif;
	  color:#666;
	}








.register
{
  display: block;
  width: 125px;
  height: 34px;
  line-height:34px;
  font-size:16px;
  background: url(../images/register_off.png) no-repeat 0 0;
  text-align: center;
}

.register:hover
{ 
  background: url(../images/register_on.png) no-repeat 0 0;
  
}

.register span
{
	line-height:34px;
	text-align: center;
	
}




.red_button
{
  display: block;
  width: 87px;
  height: 33px;
  line-height:33px;
  background: url(../images/button_on.png) no-repeat 0 0;
  text-align: center;
  float:left;
  margin:0 5px 0 0;
}

.red_button:hover
{ 
  background: url(../images/button_off.png) no-repeat 0 0;
  
}

.red_button span
{
	line-height:31px;
	text-align: center;
	
}


a.red_button:link, a.red_button:visited, a.red_button:active {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

a.red_button:hover {
	text-decoration: underline;
}





.practice
{
  display: block;
  width: 117px;
  height: 33px;
  line-height:33px;
  background: url(../images/practice_off.png) no-repeat 0 0;
  text-align: center;
  float:left;
  margin:0 5px 0 0;
}

.practice:hover
{ 
  background: url(../images/practice_on.png) no-repeat 0 0;
  
}

.practice span
{
	line-height:33px;
	text-align: center;
	
}


a.practice:link, a.practice:visited, a.practice:active {
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

a.practice:hover {
	text-decoration: underline;
}



.left_box_star {
	background:url(../images/red-star.png);
	position:absolute;
	z-index:20;
	top:-15px;
	left:-15px;
	width:95px;
	height:97px;
	text-align:center;
	}

.star_text {
	text-align:center;
	padding:20px 0 0 0;
 	color: #FFF;
	
	}


.left_box{
	width:300px;
	position:relative;
	z-index:1;

	
	}
	
	
	.left_box_winners{
	width:300px;
	float:left;
	font-size: 11px;


	
	}

.left_box_gray_header {
	background:url(../images/left_box_gray_header.png);
	height:55px;
	width:280px;
	line-height:55px;
	font-size: 20px;
	padding: 0 0 0 20px;
	color: #FFF;
	
	}


.left_box_header {
	background:url(../images/left_box_header.png);
	height:40px;
	line-height:14px;
	width:210px;
	font-size: 18px;
	padding: 15px 0 0 90px;
	
	}
	
.left_box_bottom_back {
	background:url(../images/left_box_bottom_back.png);
	float:left;
	padding:10px 0 0 0;
	width: 300px;
	}

	
.left_box_bottom {
	background:url(../images/left_box_bottom.png);
	height:10px;
	width:300px;
	float:left;
	padding: 0;
	margin: 0;
	}



.left_box_div{
	float:left;
	width:140px;
	padding: 0 0 5px 10px;

	
	}


.box_div{
	float:left;
	width:105px;
	padding: 0 0 5px 0;

	
	}
	
.winner_box_div{
	float:left;
	width:88px;
	padding: 0 5px 0 0;
	
	}	
	

.box{
	float:left;
	width:225px;
	margin:0 15px 10px 0;

	}
	
.box_header{
	background:url(../images/box_header.png);
	float:left;
	width:225px;
	height:45px;
	line-height:45px;
	padding:0;
	text-align: center;
	font-size: 16px;

	}	
	
	
.box_middle{
	background:url(../images/box_middle.png);
	float:left;
	width:215px;
	height:230px;
	padding: 10px 0 0 10px;

	}		
	
.box_bottom{
	background:url(../images/box_bottom.png);
	float:left;
	width:225px;
	height:10px;

	}		


.comp{
	float:left;
	width:460px;
	margin:0 15px 20px 0;

	}

.comp_box_header {
	background:url(../images/comp_box_header.png);
	height:47px;
	width:440px;
	line-height:47px;
	font-size: 20px;
	padding: 0 0 0 20px;
	
	}
	
.comp_box_bottom_back {
	background:url(../images/comp_box_bottom_back.png);
	float:left;
	padding:0px;
    width:460px;
	

	}

	
.comp_box_bottom {
	background:url(../images/comp_box_bottom.png);
	height:10px;
	width:460px;
	float:left;
	padding: 0;
	margin: 0;
	}

.left_comp_box_div{
	float:left;
	width:180px;
	padding: 0 0 5px 10px;

	
	}

.comp_box_div{
	float:left;
	width:260px;
	padding: 0 0 5px 10px;

	
	}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}






/****************** CONTENT ***************/


.alert {
	font-size: larger;
	color: red;
	font-weight: bold;
	background-color: #EEE;
}
#compimgs {
	width: 350px;
	float: right;
	padding: 0 0 3em 0;
	position: relative;
	top: 80px;	
	right: 20px;
}
#compimgs img {
	border: 1px solid black;
	margin: 0;
	padding: 0;
}
span#clear {
	width: 600px;
	height: 1px;
	display: block;
	clear: right;			
}
hr {
	color: #FECF00;
	height: 1px;
	width: 980px;
	text-align: center;
}
span.p-1 {
	color: red;
}
p.error {
	font-weight: bold;	
	color: red;
}
p.step {	
	clear: left;
}
p.step img {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
	border: 1px solid #333;
}
p#postal {
	clear: left;	
	position: relative;
	top: 140px;
	left: 120px;	
	width: 162px;
	height: 33px;
}
p#postal img {
	border: none;
	width: 162px;
	height: 33px;
	position: relative;
}
.clearleft {
	clear: left;
}
.noborder {
	border: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.allcaps {
	text-transform: uppercase;
}
.nopad {
	padding: 0;
	margin: 0;
}
p#freeplay {
	font-size: smaller;
	margin: -20px 0 40px 0;
	line-height: 1.3em;
}
#compimgs img.freeplay {
	border: none;
	float: left;
	padding: 0 8px 5px 0;
}
p.freeplaylist {
	margin: 2em 20px 5px 200px;
	padding-top: 3px;
}
p.freeplaylist img {
	float: left;
	padding: 0 10px 0 0;
	border: none;
}
p.freeplayfeature {	
	padding-top: 13px;
}
p.freeplayfeature img {
	float: left;
	padding: 0 10px 0 0;
	border: none;
}
a.freelozenge {
	display: block;
	width: 325px;
	height: 53px;
	background: White url(/imgs/freeplay_lozenge_ro.jpg) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 35px;
}
a.freelozenge:hover {
	background-position: right top;
}

/* thumbnail pic for listings */

div.listings {
	clear: left; 	
	position: relative;	
	width: 671px;		
	padding: 0;
	margin: 2em 0 4em 0;
	border: 1px solid black;
	border-width: 0px 1px;	
} 
div.listings h3 {
	margin: 0 0 0 4em;
	padding: 0;	
	position: relative;
	top: -1.2em;
	text-transform: uppercase;
	font-size: 1.4em;	
}
div.listings h3 a {
	text-decoration: none;
	background-color: white;
	padding: 0 8px;
}
div.listings h3 span.id {
	background-color: white;
	font-weight: normal;
}
div.listings span.boxlid  {
	width: 673px;	
	height: 17px;
	display: block;	
	position: absolute;
	left: -1px;
}
div.listings .boxtop {
	top: -16px;
	background: transparent url(/imgs/complistbox_top.gif) no-repeat;
}
div.listings .boxbottom {
	bottom: 0px;
	background: transparent url(/imgs/complistbox_bot.gif) no-repeat;
}
div.listings span.quidcircle {
	width: 24px;	
	height: 24px;
	display: block;
	position: absolute;
	top: -20px;
	left: 10px;
	background: transparent url(/imgs/quidcircle.gif) no-repeat;
}
div.listings p.gameinfo {
	padding: 0 20px 0 200px;
	margin: -15px 0 25px 0;
}
.listingsleft {
	width: 170px;
	margin: -10px 20px 20px 10px;		
	font-size: 0.9em;
	text-align: left;
	float: left;
	clear: left;
}
.listingsleft span {
	padding: 1px 6px;
}
.listingsleft span.entry {
	clear: left;
}
div.listings .center {
	text-align: center;
}
img.complistbut {
	position: relative;
	z-index: 3;
	right: 16px;
	top: 5px;
}

/***************** NEWS ******************/

#news h2 {
	font-size: 1.4em;
	margin: 0;
	color: #333;
	font-weight: normal;
}
#news {
	border: 1px dashed #333;
	padding: 0 5px;
	margin: 10px 0;
}
#news p {
	padding: 0px 8px;
}

/****************** OPEN COMPS **************/

#all-competitions h2 {
	font-size: 1.4em;
	margin: 15px 0 0 0;
	color: #333;
	font-weight: normal;
}
#all-competitions ul {
	padding: 0;
	margin: 8px 0 0 18px;
}
#all-competitions li {
	list-style: none url(/imgs/bg_li.gif);	
	margin: 0 0 20px 0;
	padding: 0 3px;
}
li {
	list-style: none url(/imgs/bg_li.gif);	
}
#all-competitions li span {
	background: #FCF5B8;
	font-size: 0.9em;
	padding: 3px;
	margin: 3px 0 0 0;
	display: block;
	border: 1px solid #FFCC00;
}

/*************** T&Cs small **************/

#terms {
	width: 300px;
	height: 180px;
	overflow: auto;
	border: 2px solid #ccc;	
	text-align: left;
}
#terms p {
	width: 260px;
	padding: 5px;	
	margin: 0 0 0 3px;
}

/*************** LAUNCH BOX **************/

#launchbox {
	text-align: center;
	width: 350px;
	background: white url(/imgs/launchbox_bg.gif) repeat-y;
	margin: 0 0 2em 0;
	position: relative;
}
#launchbox form {
	margin: 0;
	padding: 0;
}
#launchbox p {
	padding: 3px 20px;
	font-size: 0.7em;
	}
span#launchboxtop {
	display: block;
	width: 350px;
	height: 12px;
	position: relative;
	z-index: 3;
	top: 0;
	background: transparent url(/imgs/launchbox_top.gif) no-repeat;
}
span#launchboxbottom {
	display: block;
	width: 350px;
	height: 12px;
	background: white url(/imgs/launchbox_bottom.gif) no-repeat;
	position: relative;
}

/***************** RIGHT COL **************/

#right-col {
	width: 388px;
	position: absolute;	
	top: 75px;
	right: 22px;	
}


/****************** PLAY BOX **************/

#playbox {
	width: 670px;
	background: #F9E285 url(/imgs/playbox_bg.gif) repeat-y;	
	float:left;
	margin:0;
	padding:0;

}
#playbox span.playbox-top {
	width: 670px;
	height: 52px;
	display: block;
	background: #F9E285 url(/imgs/playbox_top.gif) no-repeat;
}
#playbox span.playbox-bottom {
	clear: left;
	margin: 0;
	width: 670px;
	height: 19px;
	display: block;
	background: #F9E285 url(/imgs/playbox_bottom.gif) no-repeat;		
}
#playbox #flashapp {	
	margin: 5px 20px;	
}


/****************** FEATURE BOX ***********/

#featured-competition {
	width: 388px;
	background: #F9E285 url(/imgs/featurebox_bg.gif) repeat-y;	
	overflow: visible;	
	position: relative;
}
#featured-competition span.fbox-top {
	width: 388px;
	height: 40px;
	background: #F9E285 url(/imgs/featurebox_top.gif) no-repeat;
}
#featured-competition span.fbox-bottom {
	clear: left;
	margin: 0 0 -8px 0;
	width: 388px;
	height: 14px;
	background: #F9E285 url(/imgs/featurebox_bottom.gif) no-repeat;	
}
#featured-competition img.photo {
	margin: 3px 0 0 10px;
	float: left;
	border: 3px double black;
}
#featured-competition p.enter {
	display: block;
	text-align: center;
	margin: 8px 0 0 220px;
	padding: 0;
}
#featured-competition p.enter img {
	border: 0;
}
#featured-competition p.compdata {
	margin: 5px 0 8px 10px;	
}
#featured-competition p.compdata span {
	padding: 0 10px 0 0;
}
#featured-competition h3 {
	margin: 0 0 0 10px;
	padding: 0 0 6px 0;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
#featured-competition p {
	margin: 0 5px 0 225px;
	font-size: 0.75em;
}
#featured-competition span {
	display: block;
}
#featured-competition p.compdata img {
	border: 1px solid black;
	float: right;
	margin: 3px 8px 0 0;
}
#featured-competition p.freeplayfeature {
	margin: 0 15px;
	font-size: 0.75em;
}

/****************** COMPO BOXES ***********/

.compobox {	
	position: relative;	
	width: 186px;
	background: white url(/imgs/compobox_bg.gif) repeat-y;
}
.compobox h5  {
	text-transform: uppercase;
	margin: 1em 8px -5px 8px;
	color: #777;
	background-color: #CCC;	
	border: 1px dotted gray;
	text-align: center;
}
.compobox span.photospan {
	width: 86px;
	height: 126px;
	float: left;		
}
span.iconspan {
	width: 50px;
	height: 50px;
	float: left;	
	padding: 1px 5px;	
}
img.photo {	
	border: 3px double black;		
	background-color: #F9E285;	
}
p.compogamedetails {	
	padding: 5px 3px 1.5em 0;
	margin-bottom: 1em;
	border: 1px dotted gray;
}
span.gametype {
	font-weight: bold;
	color: Maroon;
}
span.gametheme {
	font-style: italic;
}
.compobox p {
	margin: 4px 8px;
	font-size: 0.75em;
}
.compobox p span, .listings p span {
	display: block;
}
.compobox h4 {
	text-align: center;
	margin: 0 auto 7px auto;
	padding: 12px 3px 3px 25px;
	font-size: 1.0em;	
	line-height: 1.0em;
	background: #D3D3D3;
	border: 1px solid black;
	border-width: 0px 1px 1px 1px;	
}
.compobox h4 span {
	display: block;
	background: transparent url(/imgs/compobox_top.gif) no-repeat;
	position: absolute;	
	width: 186px;	
	height: 27px;
	z-index: 2;
	top: 0;
	left: 0;	
}
.compobox p.enter {
	display: block;
	text-align: right;
	margin: -21px 5px 0 100px;
	padding: 0;
	clear: left;
	position: relative;
	bottom: -8px;
	height: 21px;
}
.compobox p.enter img {
	border: 0;
}
.compobox span.cbox-bottom {
	clear: left;
	margin: -10px 0 0 0;
	width: 186px;
	height: 13px;
	display: block;
	background: white url(/imgs/compobox_bottom.gif) no-repeat;	
}
span.thumb {
	float: left;
	display: block;
	font-size: 0.6em;
	width: 78px;
	background-color: #F9E285;
	border: 1px solid #333;	
	text-align: center;
	line-height: 1.1em;
	margin: 0 0 0 7px;
	padding: 2px 1px;
	text-transform: uppercase;
}
img.featboxbut {
	position: relative; 
	z-index: 5; 
	top: 20px;
}


/* CBOX topleft */

.compobox#a1 {
	left: 0px;
	top: 20px; 
	float: left;
}
/*  top right  */
.compobox#a2 {
	top: 20px;
	left: 15px; 
	float: left; 
}
/*  2nd row left  */
.compobox#a3 {
	top: 40px;	
	float: left; 
	clear: left;
}
/*  2nd row right  */
.compobox#a4 {
	top: 40px;
	left: 15px; 
	float: left; 	
}
/*  3rd row left  */
.compobox#a5 {
	top: 60px;	
	float: left; 
	clear: left;
}
/*  3rd row right  */
.compobox#a6 {
	top: 60px;
	left: 15px; 
	float: left; 
	
}



/********************* ACCOUNT STUFF ******************/

table.accountdetail, table.winners, table.minileaderboard {
	width: 670px;
	background-color: #FCF5B8;
	border: 1px solid black;
	border-collapse: collapse;
}
table.accountdetail th, table.winners th, table.minileaderboard th {
	background-color: #F9E285;
	padding: 3px 5px;
	border-bottom: 1px dotted gray;
}
table.accountdetail td, table.winners td, table.minileaderboard td {
	padding: 5px;
	border-bottom: 1px dotted gray;
}
table.reducedwidth {
	width: 450px;
}
tr.hiscorelink {
	background-color: #FFEC9F;
	border-top: 3px double #CFBA67;
}
tr.hiscorelink td {
	padding: 3px;
}

/* ALL TABLES */

table th {
	text-align: left;	
}
table th.time {
	text-align: center;
}
table td.time {
	text-align: center;
	width: 120px;
}
table td.date {
	width: 150px;
}
table {
	font-size: 99%;
}
tr.userrow {
	background: white url(/imgs/userrow_bg.gif) repeat;		
}
table.minileaderboard td.narrow {
	padding: 2px;
	margin: 0;
}

/*************** Credit BOX **************/

#creditbox {
	text-align: center;
	float: right;
	width: 126px;
	background: white url(/imgs/creditbox_bg.gif) repeat-y;	
	margin: -1em 0 0 0;
	position: relative;
}
#creditbox span {
	display: block;
}
#creditbox span.creditnumber {
	font-size: 4em;
	font-weight: bold;
	color: #E96800;
}
#creditbox p {
	font-weight: bold;	
	padding: 0 10px;
	margin: -5px 0;
	color: #C74600;
	position: relative;
	z-index: 5;
	}
span#creditboxtop {
	width: 126px;
	height: 10px;	
	position: relative;	
	z-index: 3;
	top: 0px;	
	background: transparent url(/imgs/creditbox_top.gif) no-repeat;
}
span#creditboxbottom {
	width: 126px;
	height: 10px;
	background: white url(/imgs/creditbox_bottom.gif) no-repeat;
}