﻿/* CSS Document */
/***********************************************************************************************/
/* Html Elements */
/***********************************************************************************************/
html{
margin: 0;
	padding: 0;
}
 body {
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
/*
	background-color: #ebf5fc;
	background-image: url(images/bg_fade.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
*/
}
div,p,form{margin:0;}
h1{
	font-size: 1.1em;
	color: black;
	margin-bottom: 1px;
}
h2{
	font-size: 1em;
	color: black;
	font-weight:bold;
	margin-bottom: 4px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 0px;

}
h3{
	font-size: 0.8em;
	color: black;
	font-weight: bold;
	margin-bottom: 2px;
}


a:link, a:visited{
	color: #000080;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	border: none;
	outline: none;
}
a:hover{
/*	color: #FFAA00;*/
	text-decoration: underline;
	border: none;
}
/*
background-color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
*/
/***********************************************************************************************/
/*  ID's */
/***********************************************************************************************/

/********************************/
/***** id's for Head.php ********/
/********************************/
#level0 /* Large Container for the lot, everything goes inside it. */
{
	margin-top: 10px;
	margin-bottom: 110px;
	margin-right:auto;
	margin-left:auto;
	width: 730px;
	padding: 1px;
	background-color: #FFF;
	color: #000;
	border: 15px solid white;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 100px;
	background-image:url(images/tmp_header2.png);
	border-bottom: 1px solid white;
}
#links_search_container /* container for Links and search box */
{
	background-color:#1188DD;  /*F8F7EF,70A6D5, ebf5fc */
/*	height: 30px; */
	padding: 5px;
/*	border-top: 1px dashed #0A4885; */
	border-bottom: 1px solid #fff;
	/*background-image: url(images/links_bg_fade.png);
	background-repeat:repeat-x;*/
}
#links_search_container ul {
	padding: 5px;
	margin: 0px;
	list-style-type: none;
/*	border-bottom: 1px solid #3b444b; */
/*	height: 13px; */
/*	background-image:url(images/link_bg_2.png);*/
	background-repeat: repeat-x;
}

#links_search_container li {
	display: inline;
	border-right: 1px #68B9F2 solid;
}

#links_search_container ul li a

{
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
/*	padding-bottom: 5px;*/
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
	font-size:.9em;
	}
#links_search_container ul li a:hover, #links_search_container ul li a:active, #links_search_container ul li a:focus
{
	color: #fff;
	font-size:.9em;
	padding-top: 5px;
	padding-right: 5px;
/*	padding-bottom: 5px; */
	padding-left: 5px;
	text-decoration:underline;
/*	background-image: url(images/link_bg_2_over.png);
	background-repeat: no-repeat;*/
}


#search_container{
	float: right;
	width: 220px;
	font-size: .75em;
	color: #FFFFFF;
	padding-left: 5px;
	border-left: 1px solid white;
}

#search_container select, #search_container input
{
vertical-align: middle;
font-size: .9em;
border: 1px solid #b2b2b2; /*b6cad9*/
background-color: white; /*ecf4f9*/
font-family: Verdana,sans-serif;
/*margin-bottom: 3px;*/
}
/********************************/
/***** id's for index.php *******/
/********************************/
#featured_game{	
	height: 265px;
	background-color:#99CC00;
}
#featured_game h2{	
	color: #FFFFFF;
	border-bottom: 1px dashed #fff;
}

.f_game_pic{
padding:2px;
border: 1px solid gray;

}
#f_game_info{
	width: 370px;
	padding: 5px;
	float:right;
	color:#FFFFFF;
}
#f_game_info h2{
	border-bottom: 1px dashed #fff;
	color: #F6FF00;
/*FFCC00, 5D9000*/}
#f_game_info p{

}
#current_game_list{
	font-size: .9em;
	clear: both;
	padding: 5px 5px 10px 5px;
	background-color: #68B9F2; /*FFCCOO*/
	border-top: 1px white solid;
	border-bottom: 1px white solid;	
}
/********************************
    id's for About Grrr.php      
*********************************/

#About_GRRR{
	padding: 5px;
	height: 305px;
	background-color:#99CC00;
}

#About_GRRR h2{	
	color: #FFFFFF;
}
/********************************
      id's for games.php 
********************************/

#game_buttons {
	background-color:#99CC00;
	padding-top: 5px;
	padding-bottom: 5px;
}
#game_full_desc{
	padding: 5px;
	font-size: .9em;
	border-left: 1px solid #D8ECE0;
	float:right;
	width: 310px;
	height: 130px;
	margin-top: -4px;
}
/********************************
      id's for list.php 
********************************/
#table_header{
	text-align:left;
	background-color: #68b9f2;
	font-weight: bold;
	font-size: .9em;
	color:#000066;
}
#table_header tr, #table_header td, #table_header th{
	border-bottom: 1px solid #fff;
}
#odd_row{
	background-color: #99cc00;
	color:#fff;
}
#odd_row tr, #odd_row td, #odd_row th{
	border-bottom: 1px solid #fff;
}
#even_row{
	background-color: #1188dd;
	color:#000000;
}
#even_row tr, #even_row td, #even_row th{
	border-bottom: 1px solid #fff;
}


/********************************
***    id's for Tail.php      ***
*********************************/
#footer
{
	padding: 5px;
	background-color:#D8ECE0;
	clear:both;
	font-size: .7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	text-align: center;
	color:#638365;
}

/***********************************************************************************************/
/* Classes */
/***********************************************************************************************/

.table_border{
	border: 15px solid white; /*  #BDEAFB */	
	background-color: #FFFFFF;
/*	border-right: 1px solid black; /*  #BDEAFB */	
}
.img_border{
	border: 1px solid black;
}

.bottom_border{
	border-bottom: 1px solid #fff;
}
.right_border_fff{
	border-right: 1px solid #fff;

}
