/* FooGamers CSS Document */


/*Mozilla & internet explorer compability settings*/
div
{
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  -ms-box-sizing: border-box
  margin: 0;
  padding: 0;
}


/* Everything else that is not the content*/
body
{
 background-image: url(images/bg_gradient.jpg);
 background-color: #033D70; 
 height:auto;
}

/* This contains the whole page, centers the content*/
.page_container
{
	width: 100%;
	left: 0%;
	margin:0px;
	height:auto;
}

.menu
{			
	display:block;
	text-align: left;
	position:relative;
	center:0;
	top:0;
	padding:0px;
	border:0px;
	z-index:100;
	text-align:left;
	margin-bottom:0;
	
	width:700px;
}

.friend_links
{
	position:absolute;
	right:0px;
	margin-right:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.share_button
{
	position:absolute;
	right:-5px;
	top:80px;
	margin-right:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.friend_links a{color: #FFFFFF;	font-weight:bold;}
.friend_links a:hover{}

/* Content of the page, the bottom side */
.content 
{		 
	
	z-index:0;	
	width:700px;
	display:block;
	left:0px;
	vertical-align:top;
	margin-bottom:-30;
	margin-top:0;
	position:relative;
	top:-30;	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:left;	
}

.content_padding
{		 
	padding-top:30px;
	padding-left:30px;
	padding-right:50px;
	padding-bottom:20px;
}


td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom:20px;
}

th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-align:left;
}


.game_container
{
	margin-bottom:20px;
	r-border: 3px solid rgb(0,0,0);
}

.game_name
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	text-align:center;
}

.game_menu_item
{
	clear:both;	
	margin-bottom: 50px;
}

.game_menu_icon
{
	margin-left:20px;
}

.game_menu_description
{
	padding-left: 20px;
	vertical-align:middle;
	width:400px;
}


.text_column
{
	width:250px;	
	padding-left:20px;
	padding-right:30px;
	margin-top:20px;
	vertical-align:top;
}

.content a{
	color: #FFFFFF;	font-weight:bold;
}

.content a:hover
{
	font-weight:bold;
}


/*Bottom footer of the screen*/ 
.bottom
{
  height: 60px;  
  margin:0px;
  rem-background-image: url(images/bottom_bg_1.gif);
}

/* Legal text at the bottom of the screen*/
#legal
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


#legal a{
	color: #CCCCCC;
}

#legal a:hover{
	text-decoration: none;	
}


.box_header
{
	font-weight: bolder;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: left;
	font-style:italic;
}



.textbox
{
	padding: 10px;	
	width: 250px;
	float:left;
	margin-right: 0px;	
}


.helpfiles
{
	rem-width: 550;
	margin-top: 10px;
	background-color: #444444;
	border-color: #777777;
	border-style: solid;
	border-width: 2px;
	align:center;
}

.buttonlinklarge
{
	text-align:center;
}


/*
* General headers
*/

h,.header,h2
{	
	position:relative;
	left: 0px;
	margin-bottom: 10px;
	color: #888888;
	font-size: 22px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h4
{	
	position:relative;
	left: 0px;
	margin-bottom: 4px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


strong
{
	color: #666666;
}


/*
* Roundned box 
* http://www.schillmania.com/projects/dialog2/
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#fff;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .dialog_content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(/images/dialog---800x1600.png) no-repeat top right;
 _background-image:url(/images/dialog---800x1600.gif);
}

.dialog_content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}