@charset "utf-8";
/* CSS Document */
body {
	font: 14px Verdana;
	margin: auto;
	width: 920px;	
	background-color: #e5e5e5;
	background:url(../images/bg.png) repeat top left;
	color: #c44eeb;
	overflow: auto;
	white-space: normal;
}
p {
 padding-left: 3px;	
	
}

span.c1 {
	color:#ffae00;
}

div.announcement {
	text-align: left;
	margin: 0px auto -1px auto;
	margin-top: 10px;
	padding-left: 8px;
	padding-right: 5px;
	min-height: 25px;
	background-color: #000000;
	width: 900px;
	border:10px #2e2e2e solid;
	overflow:hidden;
}

div.content_pane {
	text-align: left;
	margin: 0px auto -1px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	min-height: 640px;
	background-color: #000000;
	width: 900px;
	border:10px #2e2e2e solid;
	overflow:hidden;
}
div.header {
	height: 95px;
	width: 900px;
}

div.header #left {
	float: left;
	
}

div.header #right {
	padding-top: 10px;
	text-align: right;
	float:right;
}



div.main a:link {
	color:#ffae00;	
	
}






div.bar {
	width: 898px;
	height: 35px;
	background:url(../images/nav.png) repeat-x top left;
	float: left;
	border: 1px #2e2e2e solid;
	margin-bottom: 15px;
	
}


.nav { 
	padding: 0;
	font: 16px Verdana;
	color:#000;
	margin-right: 20px;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	list-style:square;
	
}

.nav li {
 	height: 35px;
	float: left;

 	list-style: none;
 	width: auto;
}

.nav li a {
	display: block;
 	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	margin: 0;
	width: auto;
	height: 27px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
 	filter:alpha(opacity=90);
	opacity:0.9;
}

.nav li a:hover {
	background:url(../images/bar.png) repeat-x top left;
	color:#000000;
}


div.search {
	padding-top: 6px;
	float:right;
	padding-right: 10px;
	
}


div.gamebox {
	width: 898px;
	min-height: 250px;
	float:left;
	background-color:#000000;
	border: 1px #2e2e2e solid;
	margin-bottom: 12px;
	
}

div.gamebox .top {
	height: 20px;
	background-color:#2e2e2e;
	border-bottom:1px #2e2e2e solid;
	padding-top: 1px;
	margin-bottom: 10px;

}
div.gamebox .top .left {
	float:left;
	padding-left: 5px;

}
div.gamebox .top .right {
	float:right;
	padding-right: 5px;
	
}

div.gamebox .games {
	padding: 0;
	
}

.small-table {
	margin-bottom: 20px;
}

#footer {
	float: left;
	width: 900px;
	margin-bottom: 12px;
	text-align: center;
	clear: none;
}
#footer a:link,a:visited,a:hover {
	color:#ffae00;
}
a:link {
	color:#ffae00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
        color: orange;
}
}
a:hover {
	text-decoration: underline;
}

div.loading-box {
	margin-top: 13%;
	margin-left: 430px;  
	overflow:auto; 
	position: absolute;
	z-index:101;
}

div.popup-box {
	color:#000;
	margin-top: 10%;
	margin-left: 300px; 
	min-height: 100px; 
	width: 300px;
	overflow:auto; 
	position: absolute;
	z-index:101;
	background-color:#efefef;
	border: 2px #a1b4d9 solid;
}
div.popup-box .top {
	padding-left: 2px;
	height: 20px;
	background-color:#d2e3fb;
	background:url(../images/stripe.gif) repeat-x top left;
	border-bottom:1px #a1b4d9 solid;
	padding-top: 1px;
}



div.tabpage {
	width: 898px;
	min-height: 250px;
	overflow-y:visible !important;
	overflow-x:hidden;
	float:left;
	background-color:#000000;
	border: 1px #2e2e2e solid;
	margin-bottom: 12px;
	
}
div.tabpage .top {
	height: 25px;
	background-color:#000000;
	border-bottom:1px #2e2e2e solid;
	text-align: left;
	
}
div.tabpage .bottom {
	background-color:#d2e3fb;
	background:url(../images/bg.png) repeat-x top left;
	border-bottom:1px #2e2e2e solid;
	text-align: left;
	
}
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style:square;
	
	
}

div.tabpage li {
 	height: 25px;
	float: left;
	background-color:#2e2e2e;
 	list-style: none;
 	width: auto;
}

div.tabpage li a {
	padding-top: 3px;
	display: block;
 	padding-left: 8px;
	padding-right: 8px;
 	margin: 0;
	width: auto;
	height: 22px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	filter:alpha(opacity=90);
	opacity:0.9;
	
	
}

div.tabcontent {
	text-align:left;
	min-height:900px;
	width: 100%;
	position:relative;
	z-index:1;
	overflow:hidden !important;
	padding-top: 15px;
}

div.tabpage li.selected {
	background-color:#000000;
	border-bottom: #2e2e2e 1px solid;
	border-right: #2e2e2e 1px solid;
	border-left: #2e2e2e 1px solid;
	color:white;

}
div.tabpage li a:hover {
	background-color:#000000;
	color:white;
	
}



.obj {
	width: 700px;
	overflow:auto;
	text-align: center;
	margin: 0px auto -1px auto;
	padding-bottom:10px;
	z-index:0;
}

div.aComment {
	padding-top: 3px;
	width: 500px;
	color:#FFFFFF;
	border: 1px #FFFFFF solid; 
	font-weight: bold; 
	overflow:auto; 
	border-bottom: 2px #3f88db solid;
	background-color:#3f88db;
	margin: 0px auto -1px auto;
	margin-bottom:5px;
}


span.thumb-corner-text  {
	position:relative;
	left:31px;
	top:-48px;
	cursor:default;
	z-index:100;
	padding: 0 4px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	background-color:#000000;
	color:#FFFFFF;
	opacity:0.75;
	font-weight:bold;
	font-size:12px;
	margin-bottom: -20px;
}

div.commentContainer
{
	overflow:auto; 
	width: 100%; 
	border-bottom: 1px #000000 solid;
}
div.commentBy { float:left; padding-left: 4px;padding-right: 4px; }
div.commentFunc { float:right; padding-left: 4px; color:#FFFFFF; padding-right: 4px; width: auto; }
div.commentPost { float:left; height: 48px; width: 494px; font-weight: normal;color:#000000; padding-left: 6px; padding-top:2px; background-color: #FFFFFF; overflow-x:hidden;overflow-y:auto; }


div.mygamesfeed {
	width:350px;


}

div.gamefav {



}


#cse {
	color:black;
}


a img.gameimg {border:3px solid #000000;}
a:hover img.gameimg {border: 3px solid #FFFFFF}


	

/*]]>*/