/* CSS Document */

/* This is the background color for the page */
body {
	background-color: #c0c0c0;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}


.favorites{
	width: 130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #ffde7b;
	background-image: url(http://www.flash-igre.net/images/favorites.gif);
	padding: 2px;
	font-weight: bold;
	border: 1px dashed #da251d;
	text-decoration:none;

}

.kaoad{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	width: 50%;
	border: 1px dashed #da251d;
padding: 2px;
margin: 0px;

}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: normal;
	width: 60%;
	border: 1px dashed #da251d;
padding: 2px;
margin: 0px;
}


a { color: #da251d; text-decoration:underline; }
a:hover { color: #b3160f; background-color:#ffdf7b;	text-decoration: none; }


/* This is the font used in the footer */
.footerText {
	Georgia, "Times New Roman", Times, 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 {
	Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

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

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


/* This is the font for the main menu */
.mainMenu {
font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.mainText {
	font-family:Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
 }


/* This is the font userd on all the category titles */
.categorytitle {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
}

/* This is the font the page numbers when they appear while browsing */
.stylePageNumbers {
font-family:Verdana, Arial, Helvetica, sans-serif;
          font-size: 12px; }
          
/* This is the font for the name of the game when playing the game */
.playGameName {
font-family:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the description of the game when playing the game */
.playGameDesc { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 14px;}
          
/* This is the font for the instructions of the game when playing the game */
.playGameInstructions { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 14px;}

/* This is the font for the rate game link when playing the game */
.playGameRate { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 14px;}

/* This is the font for the last 5 games played title listing on a user's profile */
.profileLastGamesTitle { font-family:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the favorite title listing on a user's profile */ 
.profileFavoriteGameTitle { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the favorite game listing on a user's profile */
.profileFavoriteGame { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 12px;
          font-weight: bold;}

/* This is the font for the text of the user's profile */
.profileText { font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* This is the font used when a user is editing their profile */
.editProfile { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 12px;}

/* This is the font used when displaying links on the links page */
.linkText { font-family:Georgia, "Times New Roman", Times, serif; 
          font-size: 12px;}

/* This is the font used when displaying comments underneath the games */ 
.commentuserbox { font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
  }

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

/* This is the small font used when a user is registering */ 
.registersmall {
	font-family:Verdana, 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:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

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

/* This is the font used for the top links box */ 
.toplinks { font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

/* This is the font used on the link trade / trade submission form */ 
.linktradeform { font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.welcome {
	font-size: 12px;
	font-weight: bold;
}

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