* {
	font-family:Arial, Helvetica, sans-serif;
}

body, html {margin:0; background-color:#003500; overflow:auto; }

a { 
	text-decoration:none;
	color:blue;
	border-style:none;

}

iframe {
background:transparent;
background-color:transparent;
} 

.mainheader {
	height:55px;
	line-height:40px;
	vertical-align:top;
	font-family:"Comic Sans MS";
	font-size:30px;
	color:white
}

.searchboxtab {
	text-align:center;
	background-image:url('images/search_box_tab.png');
	background-position:0px;
	background-repeat:no-repeat;	
}

.activetab {
	text-align:center;
	background-image:url('images/active_tab.png');
	background-position:0px;
	background-repeat:no-repeat;	
}

.inactivetab {
	text-align:center;
	background-image:url('images/inactive_tab.png');
	background-position:0px;
	background-repeat:no-repeat;	
}

.activelefttab {
	text-align:center;
	background-image:url('images/active_left_tab.png');
	background-position:0px;
	background-repeat:no-repeat;	
}

.inactivelefttab {
	text-align:center;
	background-image:url('images/inactive_left_tab.png');
	background-position:0px;
	background-repeat:no-repeat;		
}

.tab {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:white;
}

.category {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:white;
}

.topcategory {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:white;
}

.morecategory {
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:green;
}

.gameheader {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:green;
}

.biggameheader {
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:green;
}

.smallgameheader {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:green;
}

.gamedescription {
	font-family:Arial;
	font-size:10px;
}

.icon {
	border:0px;
	width:100px;
	height:100px;
}

.smallicon {
	border:0px;
	width:60px;
	height:60px;
}

.gameofthedayicon {
	border:0px;
	width:80px;
	height:80px;
}

.hits {
	font-family:Arial;
	font-style:italic;
	font-size:12px;
	color:gray;
}

.newhits {
	font-family:Arial;
	font-style:italic;
	font-size:14px;
	color:gray;
}

.contentheader {
	font-family:Arial;
	font-size:22px;
	color:green;
}

.multiplayer {
	font-family:Arial;
	font-size:18px;
	color:orange;
}

.loading {
	filter:alpha(opacity=20);
	-ms-filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.doneloading {
	filter:alpha(opacity=100);
	-ms-filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.whitestar {
	background-image:url('../images/whitestar.png');
	float:left;
	width:21px;
	height:21px;
}
.star {
	background-image:url('../images/star.png');
	width:21px;
	height:21px;
}

.halfstar {
	background-image:url('../images/halfstar.png');
	width:21px;
	height:21px;
}

.redstar {
	background-image:url('../images/redstar.png');
	width:21px;
	height:21px;
}

.rategame {
	line-height:21px;
	vertical-align:top;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:red;
}


.rating {
	line-height:21px;
	vertical-align:top;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:green;
}

.unrated {
	line-height:21px;
	vertical-align:top;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:red;
}

.numofgames {
	padding-left:8px;
	font-family:Arial;
	font-size:13px;
	color:green;
}

.topnumofgames {
	padding-left:8px;
	font-family:Arial;
	font-size:13px;
	color:white;
}

.freegames {
	line-height:25px;
	font-family:"Comic Sans MS";
	font-size:25px;
	color:white
}

.bannerlink {
	text-decoration:none;
	font-family:Arial;
	font-size:xx-small;
	color:blue;
}

.gameoftheday {
	font-family:"Comic Sans MS";
	font-size:24px;
	color:green;
}

.gameofthedaysmall {
	font-family:"Comic Sans MS";
	font-size:16px;
	color:green;
}

.showall {
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:blue;
}

.lightgreentab {
	background-image:url('images/active_tab.png')
}

.gamelist {
	color:green;
	font-size:x-small;
}

