/* CSS Document */

/* This is the background color for the page */
body {
	background-image: url(http://www.myflashclips.com/images/sitelayout/sitebg.jpg);

}

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

}

/* 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;
	color: #000000;
}


/* 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;
	color: #ffffff;
}

.maintimesplayed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

/* This is the font used for the game names in the Top Games box */
.topgames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00ff00;
}

/* This is the font used for the game names in the Newest Games box */
.newestgames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00ff00;
}

/* This is the font used for the game names in the Top Players box */
.topplayers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00ff00;
}


/* This is the font for the main menu */
.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.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; color: #ffffff;}


/* 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;
	text-align: right;
	line-height: 7px;

}

.categorybrowsetitle {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	text-align: right;

}

/* This is the font the page numbers when they appear while browsing */
.pageNumbers {font-family: Arial, Helvetica, sans-serif; 
          font-size: 10px;
		  color: #ffffff; }
          
/* 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;
		  color: #FFFFFF;
}

/* 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;
		   	color: #FFFFFF;
}
          
/* This is the font for the instructions of the game when playing the game */
.playGameInstructions {font-family: Arial, Helvetica, sans-serif; 
          font-size: 14px;
	color: #FFFFFF;}

/* 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: 11px;
	color: #000000;

  }

/* This is the font used in the login box */ 
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;

}

/* 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: 11px;
	font-weight: bold;
}

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

/* 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;
	color: #ffffff;
}

.privatemessagedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.privatemessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;


}
.privatemessageprofileusername {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.sendmessageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #00b936;

}

.privatemessageprofileinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.privatemessagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;

}
.messagecellheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;

}
.messagesubject {font-family: Arial, Helvetica, sans-serif; font-size: 13px; 	color: #ff0000;}
.messagefrom {font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; 	color: #ff0000;}
.messagesummary {font-family: Arial, Helvetica, sans-serif; font-size: 11px; 	color: #000000;}
.messagedate {font-family: Arial, Helvetica, sans-serif; font-size: 12px; 	color: #000000;}




.lefttableborder {
	background-image: url(http://www.myflashclips.com/images/sitelayout/myflashclips_19_2.jpg);
	background-repeat: repeat-y;
	background-color: #001022;
	background-position:left;
}
.righttableborder {
	background-image: url(http://www.myflashclips.com/images/sitelayout/myflashclips_18.jpg);
	background-repeat: repeat-y;
	background-color: #001022;
	background-position:right;
}

.bottomtable {
	background-image: url(http://www.myflashclips.com/images/sitelayout/bottom_24.jpg);
	background-repeat: no-repeat;
	background-position:top;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 2;
	color: #ffffff;
}
table.leftmenuborders {
	border-width: 0px thin #000000;
}
table.leftmenuborders td { 
	border: 0px solid #547599;

}

.leftloginborder {
	background-image: url(http://www.myflashclips.com/images/sitelayout/login_23.jpg);
	background-repeat: repeat-y;
	background-color: #2b3b4d;
	background-position:left;
}
.rightloginborder {
	background-image: url(http://www.myflashclips.com/images/sitelayout/login_25.jpg);
	background-repeat: repeat-y;
	background-color: #2b3b4d;
	background-position:right;
}
.loginform {
text-indent: 20px;
	background-image: url(http://www.myflashclips.com/images/sitelayout/menubg.jpg);

	
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #0d8416;
	background-color: #003eb5;
}

a:link {
	color: #00ff00;
	font-weight: bold;
}
a:visited {
	color: #00ff00;
}
a:hover {
	color: #666666;
}
a:active {
	color: #00ff00;
}

a.special:link {
     color: #00ff00;
     background-color: transparent;
	font-size: 12px;
     }

a.special:visited {
     color: #00ff00;
     background-color: transparent;
	font-size: 12px;
     }

a.special:hover {
     color: #c0c0c0;
     background-color: transparent;
     text-decoration: none;
	font-size: 12px;
     }

a.special:active {
     color: #00ff00;
     background-color: transparent;
	font-size: 12px;
     }
.gamedisplaytitletable {
     color: #00ff00;
     background-color: #0d8416;
	border: 1px solid #000000;
	font-size: 12px;
     }

.gamedisplaygametable {
     color: #00ff00;
     background-color: #2b3b4d;
	border: 1px solid #000000;
	font-size: 12px;
     }

.gamedisplayinstructionstable {
     color: #000000;
	font-weight: bold;
	width: 90%;
     background-color: #ffffff;
	border: 1px solid #000000;
	font-size: 12px;
     }

.commentspostedtable {
     color: #00ff00;
     background-color: #ffffff;
     font-size: 18px;
     width: 100%;

     }

.gamedescriptiontitle {
     color: #ffffff;
	font-weight: bold;
     background-color: #0d8416;
	border: 1px solid #000000;
	font-size: 12px;
     }

.displaycomments {
     color: #ffffff;
	 font-weight: bold;
     background-color: #ffffff;
	 border: 1px solid #000000;
	 font-size: 12px;
     }

.displaycommentstitle {
     color: #ffffff;
	 font-weight: bold;
     background-color: #0d8416;
	 border: 1px solid #000000;
	 font-size: 12px;
     }
.viewall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;

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

  }
.code {
	background-color: #0d8416;

  }
.submit {

margin-top: 3px;
}

.catmainleft {
border-left: 2px solid #000000;

}

.catmainleftbottom {
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;
background-color: #547599;
}

.catmainright {
border-left: 2px solid #000000;
border-right: 2px solid #000000;
border-bottom: 2px solid #000000;

}

.gamedescmain {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	}

.cattitlebg {
	background-image: url(http://www.myflashclips.com/images/sitelayout/catagories_44.jpg);
	background-repeat: no-repeat;
	background-color: #001022;
	background-position:top;
	height: 41px;
}

a.catspecial:link {
     color: #00ff00;
     background-color: transparent;
	font-size: 12px;
     }

a.catspecial:visited {
     color: #00ff00;
     background-color: transparent;
	font-size: 12px;
     }

a.catspecial:hover {
     color: #c0c0c0;
     background-color: transparent;
     text-decoration: none;
	font-size: 12px;
     }

a.catspecial:active {
     color: #00ff00;
     background-color: transparent;
	font-size: 12px;
     }



a.viewmore:link {
     color: #ffffff;
     background-color: transparent;
	font-size: 12px;
	font-weight: bold;
     }

a.viewmore:visited {
     color: #ffffff;
     background-color: transparent;
	font-size: 12px;
	font-weight: bold;
     }

a.viewmore:hover {
     color: #c0c0c0;
     background-color: transparent;
     text-decoration: none;
	font-size: 12px;
     }

a.viewmore:active {
     color: #ffffff;
     background-color: transparent;
	font-size: 12px;
     }

a.topthis:link {
     color: #ffffff;
     background-color: transparent;
	font-size: 10px;
     }

a.topthis:visited {
     color: #ffffff;
     background-color: transparent;
	font-size: 10px;
     }

a.topthis:hover {
     color: #c0c0c0;
     background-color: transparent;
     text-decoration: none;
	font-size: 10px;
     }

a.topthis:active {
     color: #ffffff;
     background-color: transparent;
	font-size: 10px;
     }
a.subcatlinks:link {
     color: #ffffff;
     background-color: transparent;
	font-size: 11px;
	font-weight: bold;
     }

a.subcatlinks:visited {
     color: #ffffff;
     background-color: transparent;
	font-size: 11px;
	font-weight: bold;
     }

a.subcatlinks:hover {
     color: #c0c0c0;
     background-color: transparent;
     text-decoration: none;
	font-size: 11px;
	font-weight: bold;
     }

a.subcatlinks:active {
     color: #ffffff;
     background-color: transparent;
	font-size: 11px;
	font-weight: bold;
     }

.error {
	color: #b70000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	
	}

.catcatlistbg {
	background-image: url(http://www.myflashclips.com/images/sitelayout/catagories_48.jpg);
	background-repeat: repeat-x;
	background-color: #2b3b4d;
	background-position:top;

}

.leftwhatsnewborder {
	background-image: url(http://www.myflashclips.com/images/sitelayout/topthis_30.jpg);
	background-repeat: repeat-y;
	background-color: #2b3b4d;
	width: 11px;


}
.rightwhatsnewborder {
	background-image: url(http://www.myflashclips.com/images/sitelayout/topthis_34.jpg);
	background-repeat: repeat-y;
	background-color: #2b3b4d;
	background-position:right;
	width: 8px;
}
table {margin:0 auto; text-align:left;}


.topplayersborders {
border-left: 2px solid #202c3a;
border-right: 2px solid #202c3a;
}

.browsetable {
	background-image: url(http://www.myflashclips.com/images/sitelayout/topthis_32.jpg);
	background-color: #001022;
	background-position:top;

}

.cellTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.topMenuText {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.topMenuText:link {color: white; text-decoration: none;}
a.topMenuText:visited {color: white; text-decoration: none;}
a.topMenuText:hover {color: white; text-decoration: underline;}
a.topMenuText:active {color: white; text-decoration: none;}

.subCategoryList {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.subCategoryList:link {color: black; text-decoration: none;}
a.subCategoryList:visited {color: black; text-decoration: none;}
a.subCategoryList:hover {color: black; text-decoration: underline;}
a.subCategoryList:active {color: black; text-decoration: none;}


.gameBreadcrumb {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a.gameBreadcrumb:link {color: white; text-decoration: none;}
a.gameBreadcrumb:visited {color: white; text-decoration: none;}
a.gameBreadcrumb:hover {color: white; text-decoration: underline;}
a.gameBreadcrumb:active {color: white; text-decoration: none;}

.listSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

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

.displaygamebottomtitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
.bottomgametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.memberlistboxtitles {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   background-color: #2b3b4d ;
}
.memberlistabc {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistusers {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
.memberlistpages {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
}


	
