body {
	margin-top: 0px;
	font-family: Tahoma;
	font-size: 11px;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
	background-color: #F6FBFF;
	text-align: center;
	#text-align: -moz-center;
}

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -200px;
    width: 400px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.snlink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.texttype2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}
.texttypesmall2 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}
.linkpartners {
	display:block;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	padding-left: 3px;
}
.profiledate {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#A8A8A8;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}
.profilescraptext {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:normal;
	font-size:12px;
	text-align:left;
}
.profilescrapdelete {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}

.formtext {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}

.forgot {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.texttype22 {
	margin-bottom:0px;
	padding-bottom:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
}	

.gameofthedaythumb {
	float:left;
	margin-top:5px;
	margin-left: 5px;
	display:inline;
	width:305px;
	height:255px;	
}
.gameofthedaydesc {
	float:right;
	margin-top:5px;
	margin-left: 5px;
	display:inline;
	width:160px;
	height:255px;	
	text-align:center;
}

.membername {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#008BD6;
	font-weight:bold;
	font-size:20px;
}	

.membertoptext {
	font-family:Tahoma;
	color:#999999;
	font-weight:bold;
	font-size:11px;
}

.messagefromtext {
	font-family:Tahoma;
	color:#008BD6;
	font-weight:bold;
	font-size:13px;
}

.blockheadtext {
	font-family:Tahoma;
	color:#008BD6;
	font-weight:bold;
	font-size:15px;
	padding-left:10px;
}

.blocktabhead {
	font-family:Tahoma;
	color:#008BD6;
	font-weight:bold;
	font-size:12px;
}

.toplinkstext {
	font-family:Tahoma;
	color:#008BD6;
	font-weight:bold;
	font-size:11px;
}

.loggedintitle {
	font-family:Tahoma;
	color:#008BD6;
	font-weight:bold;
	font-size:13px;
}

.contenttitle {
	margin-bottom:0px;
	padding-bottom:0px;
	display:inline;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	text-decoration: none;
}

h1.contenttitle {
	margin-bottom:0px;
	padding-bottom:0px;
	display:inline;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	text-decoration: none;
}

.hometabs{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
}

.hometabs-selected{
	background-image: url('../image/hometab.gif');
	background-repeat: no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
}
.contenttabs{
	background-image: url('../image/content_tab.gif');
	background-repeat: no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
}

.contenttabs-selected{
	background-image: url('../image/content_tab-selected.gif');
	background-repeat: no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
}

.downloadtabs{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
}

.cattabs{
	background-image: url('../image/tab.gif');
	background-repeat: no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
	margin-left: 2px;
}

.cattabs-selected{
	background-image: url('../image/tab-selected.gif');
	background-repeat: no-repeat;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#F9420A;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	text-decoration: none;
	margin-left: 2px;
}

.listingtext {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#0060AE;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	text-decoration:none;
}	

.favoritegames{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#0060AE;
	font-weight:bold;
	font-size:11px;
	padding-bottom:5px;
	text-align:left;
	text-decoration:none;
}	

.prevnext {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}	

.favorites {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
}	

.downloadlinks {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}	

.catgametitle {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#0060AE;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	text-decoration:none;
}	

.thumbs{
	padding: 1px;
	border: 1px solid #CCCCCC;
	width: 75px;
	height: 57px;
}

.bigthumbs{
	padding: 1px;
	border: 1px solid #CCCCCC;
	width: 300px;
	height: 250px;
}

.avatar{
	padding: 1px;
	border: 2px dashed #008BD6;
	width: 120px;
	height: 90px;
}

.downloadthumbs{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.gamelisting {
	float: left;
	height: 100px;
	width: 108px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.gametextlisting {
	float: left;
	height: 25px;
	width: 150px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
	text-align:left;
}

.favlisting {
	float: left;
	height: 100px;
	width: 103px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: center;
}
.editfavlisting {
	float: left;
	height: 100px;
	width: 120px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: center;
}

.userfriendlisting {
	float: left;
	height: 90px;
	width: 110px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
	text-align: center;
	display:inline
}

.userfriendreqlisting {
	float: left;
	height: 103px;
	width: 110px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
	text-align: center;
	display:inline
}

.friendcancellink {
	font:normal 12px tahoma, verdana;
	color: #999999;
}
.memberlisting{
	float: left;
	height: 100px;
	width: 107px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	text-align: center;
}

.gamecatlisting {
	float: left;
	height: 100px;
	width: 95px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.gamevertlisting {
	float: left;
	height: 80px;
	width: 170px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}

.catpagelisting {
	float: left;
	height: 80px;
	width: 240px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
}

.subdomainlisting {
	float: left;
	height: 20px;
	width: 175px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	line-height:20px;
	text-align:left;
}

.search {
	width: 155px;
	height: 35px;
	background-image: url('../img/search.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
}
.searchbox {
	font-family: Tahoma;
	font-size: 12px;
	border-style: none;
	border-width: 0px;
	width: 125px;
}

#pagingList{
	float:left;
	text-align:center;
	width:750px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:25px;
}
* html #pagingList{
	overflow:visible;
	height:1%
}
#pagingList li{
	margin:0 0.2em 0 0;
	padding:0 0.7em;
	float:left;
	color:#FFFFFF;
	background:#FB6033;
	font:normal 1em Arial, Helvetica, sans-serif;
	border:1px solid #F9420A;
	list-style-type: none;

}
#pagingList .clsCurrPage{
	display:inline;
	background:#FFFFFF;
	color:#F9420A;
	font-weight:bold;
}
#pagingList .clsSpace{
	background-color:transparent;
	border:0;
	padding:0 0.1em;
	color:#000;
}
#pagingList .clsInActivePage{
	background:#FFF;
	color:#F9420A;
	border:1px solid #F9420A
}
#pagingList li a{
		text-decoration:none;
		color:#FFFFFF;
}


#maindiv {
	width: 980px;
	height: 250px;
	float: none;
}
#logo {
	width: 240px;
	height: 35px;
	float: left;
}
#topbanner {
	width: 740px;
	height: 35px;
	float: left;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
#navbar {
	float: left;
	width: 980px;
}
#bottom_navbar {
	float: left;
	width: 980px;
}
#mainbody {
	background-color: #008CFF;
	float: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#profilemainbody {
	background-color: #008CFF;
	float: left;
	width: 970px;
	padding-left:10px;
}
#profilecontentbody {
	float: left;
	width:950px;
	background-image: url(../image/profilepage_r2_c1.gif);
	padding-left:10px;
}
#body_bottom {
	width: 980px;
	float: left;
}
#newgames {
	width: 778px;
	float: left;
	background-image: url(image/newestgames_r1_c2.html);
	margin-left: 10px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#newgames_top {
	width: 778px;
	height: 25px;
	float: left;
}
#newgames_mid {
	float: left;
	width: 778px;
	height: 50px;
}
#newgames_bottom {
	float: left;
	width: 778px;
	height: 14px;
}
.shoutboxtxt {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0080D5;
}
#shoutbox {
	float: left;
	height: 178px;
	width: 317px;
	overflow: auto;
	text-align:left;
	padding-left: 5px;
	padding-right: 5px;
	color:#0080D5;
}
.shouttxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #0080D5;
}
#addshout {
	font-family: Tahoma;
	font-size: 12px;
	color: #0080D5;
	height: 18px;
	width: 265px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#shouttextdiv {
	height: 18px;
	width: 265px;
	float: left;
}
#shoutbtndiv {
	float: left;
	height: 18px;
	width: 55px;
	margin-left: 5px;
}
#shareim {
	font-family: Tahoma;
	font-size: 12px;
	color: #0080D5;
	height: 15px;
	width: 270px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#addtoblog {
	height: 100px;
	width: 360px;
	float: left;
}
#addtoblog1 {
	float: left;
	height: 95px;
	width: 120px;
	margin-left: 3px;
	margin-top: 5px;
}
.rating {
	cursor: pointer;
	clear: both;
	display: block;
}
.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.cancel,
.cancel a {background: url(../image/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../image/ratestar.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -16px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -32px;
}
.hovertiphdr {
width:75;
background:#C4D5E3;
border:1px solid #C4D5E3;
font-weight:bold;
padding:1px;
}

.hovertipbdy {
width:75;
background:#FFFFFF;
border-left:1px solid #C4D5E3;
border-right:1px solid #C4D5E3;
border-bottom:1px solid #C4D5E3;
padding:1px;
}
.registerpage {
	background-image: url(../image/register.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 810px;
	margin-top:10px;
}

.registerformfield {
	width:150px;
	height:12px;
	font-family: tahoma;
	font-size: 12px;
}

.registerformtxt {
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
}

.notice {
	font-weight:bold;
	color:#FF0000;
	background-color:#FFECEC;
	text-align:center;
}
.memberpromotion {
	float:left;
	background-image:url(../image/promotion.gif);
	background-repeat:no-repeat;
	width:409px;
	height:263px;
	display:inline;
	margin-left:10px;
}

.moregamestab {
	float:left;
	display:inline;
	cursor:pointer;
	margin-left:2px;
	background-image:url(../img/moregamestab.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:30px;
	width:138px;
	height:30px;
	font-weight:bold;
	color: #ffffff;
}

.moregamestabselected {
	float:left;
	display:inline;
	margin-left:2px;
	background-image:url(../img/moregamestabselected.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:30px;
	width:138px;
	height:30px;
	font-weight:bold;
	color: #ffffff;
}

/* Begin Tag Cloud CSS */
#cloud a.tag1 { font-size: 0.7em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.8em; font-weight: 200; }
#cloud a.tag3 { font-size: 0.9em; font-weight: 300; }
#cloud a.tag4 { font-size: 1.0em; font-weight: 400; }
#cloud a.tag5 { font-size: 1.2em; font-weight: 500; }
#cloud a.tag6 { font-size: 1.4em; font-weight: 600; }
#cloud a.tag7 { font-size: 1.6em; font-weight: 700; }
#cloud a.tag8 { font-size: 1.8em; font-weight: 800; }
#cloud a.tag9 { font-size: 2.2em; font-weight: 900; }
#cloud a.tag10 { font-size: 2.5em; font-weight: 900; }

#cloud { padding: 2px; line-height: 3em; text-align: center; }
#cloud a { padding: 10px}

#cloud { margin: 0; }
#cloud li { display: inline; }
#cloud li a:hover{ color: #FF0000; }
/* End Tag Cloud CSS */

div.pagination
{
    padding: 3px;
    margin: 3px;
}

div.pagination a
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #AAAADD;
    text-decoration: none; /* no underline */
    color: #000099;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #000099;
    color: #000;
}

div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #000099;
    font-weight: bold;
    background-color: #993300;
    color: #FFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    color: #DDD;
} 

#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
#games2 a {
border: 2px solid #595959;
}

#games2 a:hover {
border: 2px solid #FF9300;
}

.games2b {
margin-left: 16px;
margin-right: 16px;
border-right: 2px solid #292929;
border-bottom: 2px solid #292929;
}

#games3 a {
/* border: 2px solid #555; */
float:left;
border: 1px solid #000;
}

#games3 a:hover {
/* border: 2px solid #FF9300; */
border: 1px solid #FF9300;
}

.games3b {
margin-left: 10px;
margin-right: 10px;
/* border-right: 2px solid #212121; */
/* border-bottom: 2px solid #212121; */
}

#games3td {
text-align: center;
height: 100px;
}

#games3td a {
color: #6B6B6B;
}

#games3td a:hover {
color: #FF9300;
}

#games3t {
font-size: 12px;
}
