/* CSS Document */

/* This is the background color for the page */
body {
	background-color: #1F233C;
     background-position:center;
}

/* This is the font used in the footer */
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* 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 */
.gamename {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/* 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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:15px;

}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* This is the font for the description of the game when browsing
or viewing the listing of games in a category */
.gamedesc {font-size: 12px; font-family: Arial, Helvetica, sans-serif;}


/* This is the font userd on all the category titles */
.categorytitle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

/* 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;}
.pro
{
color:#0099FF;
background-color:#3399FF;
}

/* 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: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* 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-size: 12px;
	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; }
-->






































/*Style sheet for GScape must be included to with HTML.*/
/*Styles for body.*/
body
{
	margin:0 auto;
	padding:0;
	font:10px  Arial, sans-serif;

	color:#494949;
}

/*Styles for main content which will be wrapped to centere with a black border. */


/*Styles for main content which will be wrapped to centere with a gray border inside balck border. */
#WrapperGray
{
	margin:0 auto;
	padding:5px 5px 5px 5px;

	background-color:#ffffff;
	border:solid 2px #ACABC4;/*#D9D9D9;*/
}

/*Styles for the main header at the top. */
#Header
{
     
	margin:0 0 10px 0;


	font-family:Verdana, Helvetica, Arial, sans-serif;
}
#Header h1
{
	margin:0 auto;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
    background-position:left;
}
.butoane { color:#FFFFFF;
font-size-adjust:9px;
font-weight:normal;
letter-spacing:-1px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
.butoane a{ color:#FFFFFF;
font-size-adjust:9px;
font-weight:normal;
letter-spacing:-1px;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
.butoane a:hover { font-weight:bold; color:#999999;}
#Header h2
{
	margin:0 auto;
text-align:left;
	color:#ffffee;
	font-size:12px;
	font-weight:normal;
}

/*Styles for the Title of the page with shadow effect. */
#Title
{
	margin:-72px 0 0 0;
	padding:10px 0 0 19px;
	background-color:Transparent;
}
#Title a
{
	color:#ffffff;
	text-decoration:none;
	background-color:inherit;
	font-size:4em;
	font-weight:normal;
	font-family:inherit;
}

/*Styles for the main header menus. */
#HeaderMenus
{
	padding-left:11px;
	height:1.2em;
	line-height:1.2em;
	color:#000000;
}
#HeaderMenus ul
{
	margin:22px 0 0 0;
	padding:0 0 0 0;
	color:#000000;
}
#HeaderMenus li
{
	color:#000000;
	list-style-type:none;
	float:left;
}
#HeaderMenus li a
{
	padding:0 10px 14px;
	display:block;
	text-decoration:none;
	color:#FFFFFF;/*#2f4fab;*//*#660066;*//*#22527B;*//*#73227B;*/
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
#HeaderMenus a:hover
{
	text-decoration:none;
	color:#000000;
}
#HeaderMenus .selected
{
	color:#000000;
}

/*Styles for the right columms. */
#RightColumn
{
	margin:0 auto;
	padding:0 0 0 0;
	width:26%;
	float:left;
}

/*Styles for the Login Button in the right column. */
#LoginSubmit
{
	margin:4px 0;
	border:1px solid #899aba;
	text-align:center;
	font-size:0.9em;
    
}

/*Styles for the container that wrappas the contents to left side. */
#LeftContainer
{
	margin: 0 186px 0 0;
}

/*Styles for the main contets in the page. */
#LeftContents
{
	padding: 0 20px 0 12px;
	line-height: 1.6em;
}
#LeftContents h2
{
	margin:0 auto;
	padding:4px 0 4px 0;
	background-color:#F2F3F7;/*#E8ECF5*//*#E7E9F1;*/
	font-family: "Book Antiqua", Helvetica, Tahoma, Arial, sans-serif;
	border:1px solid #899aba;
	text-align: left;
	color:#000000;
	font-size: 1.6em;
}
#LeftContents p
{
	background-color:inherit;
	text-align: justify;
	color:#494949;
}
#LeftContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #000080;
}
#LeftContents img
{
	background-color:inherit;
	border: 2px solid #79A3C1;
	display:inline;
	color: inherit;
}

/*Styles for the page footer. */
#Footer
{
	margin:6px 0 0 0;
	padding:4px 0 4px 11px;
	background-color:#575F9F;/*#E8ECF5*//*#E7E9F1;*/
	border:solid 1px #000000;
	text-align:left;
	color: #ffffff;
}
#Footer a
{
	background-color: inherit;
	text-decoration: underline;
	color:#ffffff;
}

/*The general classes used throughout the page. */
/*Classes for adding the rounded corner images. */
.TopRight
{
	float:right;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrTopRight.gif);
}
.TopLeft
{
	float:left;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrTopLeft.gif);
}
.BottomRight
{
	margin:-11px 0 0 0;
	float:right;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrBottomRight.gif);
}
.BottomLeft
{
	margin:-11px 0 0 0;
	float:left;
	height:11px;
	width:11px;
	background-repeat:no-repeat;
	background-image:url(images/CrBottomLeft.gif);
}

/*The general class for the contents in the right column. */
.RightContents
{
	margin:0 auto;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	
	/*background-color:#F2F3F7;*//*#E8ECF5*//*#E7E9F1;*/
	
}
.RightContents h3
{
	margin: 5px 0 0 0;
	padding: 0 0 8px 0;
	background-color:inherit;
	color:#575F9F;/*#4D4D4D;*/
	text-align:left;
	font-size: 1.3em;
	/*font-family: Fantasy, Helvetica, Arial;*/
}
.RightContents h4
{
	font-size: 1em;
	margin: 5px 0 0 0;
	background-color:inherit;
}

.asa
{
	margin:0 auto;
	

	text-align:center;
}
.shasha a
{
	margin:0 auto;
	
font-size:11px;
color:#000033;
	text-align:center;
}
.shasha a:hover
{
	margin:0 auto;
	
font-size:11px;
color:#000033;
	text-align:center;
	text-decoration:underline;
}

.RightContents p
{
	margin: 0 0 14px 0;
	text-align: justify;
	background-color:inherit;
	color: #000000;
	font-size: 90%;
}
.RightContents a
{
	background-color:inherit;
	text-decoration: none;
	color: #000066;
}

/*The class for comments in the main contents. */
.Comments
{
	background:inherit;
	border-top:solid 1px #dcdcdc;
	border-bottom:solid 1px #dcdcdc;
	text-align:right;
	color: #000000;
	font-size:1em;
}

/*Classes for aligning the images in the main conetes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

/*Class filling the left column. */
.Fill
{
	margin:0;
	clear:both;
}

.game
{
color:#777777;
}