/* CSS Document */

/* This is the background color for the page */
body {
	background-color: #3D7F0D;
}

/* This is the font used in the footer */
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.footerLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:3ACD44C;
	font-weight: normal;
}

.footerLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:3ACD44C;
	font-weight: normal;
}

/* This is the font used on all the text displayed that doesn't deal with the games
In other words, account confirmation, thank you messages, etc. */
.defaultFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the font for the name of the game when browsing
or viewing the listing of games in a category */
.gamename2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005eab;
	font-size: 11px;
}

.gamename2 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #005eab;
	font-size: 11px;
}

.gamename {
	font-family: Arial, Helvetica, sans-serif;
	color: #005eab;
	font-size: 9px;
	position:relative;
	left:32px;
	top:6px;
}

.gamename a{
	font-family: Arial, Helvetica, sans-serif;
	color: #005eab;
	font-size: 9px;
}

.playcount {
	font-family: Arial, Helvetica, sans-serif;
	color: #005eab;
	font-size: 9px;
}

.PlayersOnlineFont {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

.allgames {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #40810d;
	font-weight: bold;
	font-size: 9px;
}

.allgames a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #40810d;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

/* This is the font for the name of the game when browsing
or viewing the listing of games in a category */
.TinyName a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000966;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

.TinyNameGreen a {
	font-family: Arial, Helvetica, sans-serif;
	color: #3E7E0E;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

.TinyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #0639B6;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

.TinyText a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0639B6;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

.TinyTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

.TinyTextBlack a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}


.tinylist {
	font-family: Arial, Helvetica, sans-serif;
	color: #056501;
	font-size: 11px;
	text-decoration:none;
}

.tinylist a{
	font-family: Arial, Helvetica, sans-serif;
	color: #056501;
	font-size: 11px;
	text-decoration:none;
}

.tinycount {
	font-family: Arial, Helvetica, sans-serif;
	color: #056501;
	font-size: 11px;
}

.tinycount a{
	font-family: Arial, Helvetica, sans-serif;
	color: #056501;
	font-size: 11px;
}


.bigtabletitle {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #69BB00;
	font-weight: bold;
}


.toppertitle {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #327100;
	font-weight: bold;
}

.catlist a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F80C8;
	font-weight: bold;
	line-height:15px;
	text-decoration:none;
}

.catlist a:hover{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F80C8;
	font-weight: bold;
	line-height:15px;
	text-decoration:underline;
}

.sidegametitle a{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F80C8;
	font-weight: bold;
	line-height:15px;
	text-decoration:none;
}

.sidegametitle a:hover{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1F80C8;
	font-weight: bold;
	line-height:15px;
	text-decoration:underline;
}

/* This is the style for the game icons */
.gameicon a
{
	color: #17004A;
}

/* This is the style for the game icons */
.gameicon2 a
{
	color: #000577;
}

/* This is the font for the number of times a game has been played when browsing
or viewing the listing of games in a category */
.timesplayed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* This is the font used for the game names in the Top Games box */
.topgames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* This is the font used for the game names in the Newest Games box */
.newestgames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* This is the font used for the game names in the Top Players box */
.topplayers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* This is the font for the main menu */
.mainMenu a{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

.mainMenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainText a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0053C5;
	text-decoration: none;
}

.mainText a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.mainText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.mainText2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#0053C5;
	text-decoration: none;
}

.mainText2 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
}

/* This is the font for the description of the game when browsing
or viewing the listing of games in a category */
.gamedesc {font-size: 10px; font-family: Arial, Helvetica, sans-serif;}

/* This is the font userd on all the category titles */
.categorytitle {
	font-size: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004400;
	font-weight: bold;
}

.categorytitleBlue {
	font-size: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0053C5;
	font-weight: bold;
}

.Bigcategorytitle {
	font-size: 28px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #004400;
	font-weight: bold;
	position:relative;
	top:-2px;
	left:12px;
}

/* This is the font the page numbers when they appear while browsing */
.stylePageNumbers {font-family: Arial, Helvetica, sans-serif; 
          font-size: 10px; }
          
/* This is the font for the name of the game when playing the game */
.playGameName {font-family: Arial, Helvetica, sans-serif; 
          font-size: 14px; 
          font-weight: bold;}

/* This is the font for the tell-a-friend link when displayed while playing a game */
.GameTellAFriend {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the make this game my favorite link when displayed while playing a game */
.gameMakeFavorite {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the description of the game when playing the game */
.playGameDesc {font-family: Arial, Helvetica, sans-serif; 
          font-size: 14px;}
          
/* This is the font for the instructions of the game when playing the game */
.playGameInstructions {font-family: Arial, Helvetica, sans-serif; 
          font-size: 14px;}

/* This is the font for the rate game link when playing the game */
.playGameRate {font-family: Arial, Helvetica, sans-serif; 
          font-size: 14px;}

/* This is the font for the last 5 games played title listing on a user's profile */
.profileLastGamesTitle {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          font-weight: bold;}
          
/* This is the font for the last 5 games played listing on a user's profile */
.profileLastGames {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the favorite title listing on a user's profile */ 
.profileFavoriteGameTitle {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the favorite game listing on a user's profile */
.profileFavoriteGame {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the text of the user's profile */
.profileText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the font used when a user is editing their profile */
.editProfile {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;}

/* This is the font used when displaying links on the links page */
.linkText {font-family: Arial, Helvetica, sans-serif; 
          font-size: 12px;}

/* This is the font used when displaying comments underneath the games */ 
.commentuserbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }

/* This is the font used in the login box */ 
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* This is the small font used when a user is registering */ 
.registersmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* This is the font used on the registration form for asking username, email address, etc. */ 
.registrationForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the font used for the statistics box */ 
.statistics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3A5A23;
	font-size: 9px;
}

.statistics a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#3A5A23;
	font-size: 9px;
}

/* This is the font used for the top links box */ 
.toplinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the font used on the link trade / trade submission form */ 
.linktradeform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.privatemessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.messagecellheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.messagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 13px; }
.messagefrom {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.messagesummary {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messagedate {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
-->

.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
        color: #000066;
        margin: 0px;
}

.List a {
        color : #000066;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : none;
}

.List a:hover  {
        color : #4444BB;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 10px;
        text-decoration : underline;
}

.poptop {
	background-image: url('/images/gpv2/gp2_pop-top.gif');
	width:284px; 
	height:25px;
	font-size: 13px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #507C06;
	font-weight: bold;
}

.popmid {
	background-image: url('/images/gpv2/gp2_pop-mid.gif');
	width:284px; 
}

.popbot {
	background-image: url('/images/gpv2/gp2_pop-bot.gif');
	width:284px;
	height:13px;
}

.textMenu {
        color : #000011;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 12px;
	font-weight : normal;
	text-decoration : underline;
}

.textMenu a {
        color : #000011;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : underline;
}

.textMenu a:hover  {
        color : #000066;
        font-family: Arial, Helvetica, sans-serif;
        font-size : 12px;
        text-decoration : underline;
}

/* This is where you can customize the appearance of the screen shot tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  width:284px; padding:0px;
  color:#000; font-family:arial; font-size:10px; line-height:1.2;
}

.style2 {
	font-size: 12px;
}

.StdText {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
        color: #000000;
        margin: 0px;
}

.Massive {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 20px;
	font-weight : bold;
        color: #000055;
        margin: 0px;
}
.tdStarGold {
	text-align: left; 
	vertical-align: top; 
	background-image: url('/images/gpv2/gp2_stargold.gif'); 
	width: 186px;
	height: 22px;
}
.tdStar {
	text-align: left; 
	vertical-align: top; 
	background-image: url('/images/gpv2/gp2_star.gif'); 
	width: 186px;
	height: 22px;
}
.error{
	font-size : 16px;
	font-weight : bold;
        color: #FF0000;
}

.GatewayHeader { color : #FEF0A5; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size : 15px; letter-spacing:.8px; font-weight : bold; } 
.GatewayHeader2 { color : #020053; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size : 18px; letter-spacing:.8px; font-weight : bold; } 
.GatewayText { color : #E0FFB3; font-family: Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; } 
.GatewayText2 { color : #020053; font-family: Arial, Helvetica, sans-serif; font-size : 12px; font-weight : normal; } 
.GatewayText3 { color : #000000; font-family: Arial, Helvetica, sans-serif; font-size : 10px; font-weight : normal; } 
.GatewayGame { color : #FFD56E; font-family: Arial, Helvetica, sans-serif; font-size : 13px; letter-spacing:.4px; line-height: 22.2px; font-weight : bold; text-decoration : none; } 
.GatewayGame2 { color : #CC9933; font-family: Arial, Helvetica, sans-serif; font-size : 13px; letter-spacing:.4px; line-height: 22.2px; font-weight : bold; text-decoration : none; }  
