@import url('gamelist.css');
@import url('profilactic.css');
@import url('tabber.css');

body
{
	font-family:Trebuchet, Trebuchet MS, Arial;
	font-size:14px;
	margin:10px 0 10px 0;
	background-color:#eee;
}

a
{
	text-decoration:none;
}

a:link,a:visited,a:active
{
	color:#f60;
}

a:hover
{
	color:red;
	text-decoration:underline;
}

h2
{
	margin:0 0 -10px;
	padding:10px;
	font-size:18px;
	display:block;
	background-color:#fff;
	border:1px solid #000;
	border-bottom:none;
}

img
{
	border:0;
	vertical-align:middle;
}

.loadingimg
{
	width:16px;
	height:16px;
}

#noscript-bg
{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#eee;
	z-index:9999;
}

#noscript-text
{
	position:absolute;
	text-align:center;
	left:0;
	width:100%;
	top:30%;
	font-size:18px;
	line-height:1.5em;
	z-index:10000;
	padding-top:70px;
}

#noscript-text b
{
	font-size:22px;
}

#container
{
	width:928px;
	margin:auto;
	padding:10px;
	border:1px solid #000;
	background-color:#ccc;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#header
{
	margin-bottom:10px;
}

#header div
{
	border-bottom:1px solid #000;
}

#myprofile
{
	padding:10px;
	margin-bottom:10px;
	border:1px solid #000;
	display:block;
	background-color:#fff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.portrait
{
	width:200px;
	margin-right:10px;
	float:left;
}

.username
{
	font-size:18px;
	display:block;
	margin-top:100px;
}

.spchbubblewrap
{
	margin-left:320px;
	margin-top:12px;
	width:200px;
	z-index:300;
	position:absolute;
}

.spchbubble
{
	background-color:#eee;
	padding:6px;
	font-size:12px;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
}

.spchbubblepoint
{
	text-align:right;
}

.xboxavwrap
{
	float:right;
}

.xboxav
{
	z-index:200;
	position:relative;
}

.xboxavshad
{
	z-index:100;
	position:absolute;
	margin-top:274px;
	margin-right:15px;
}

.profile
{
	width:436px;
	float:right;
}

.feeditem
{
	margin-top: 10px;
	border-bottom:1px dotted #eee;
}

.feedtitlewrap
{
	padding:2px;
	border-left:4px solid #ccc;
	font-weight:bold;
	background-color: #eee;
}

.feedtitletable
{
	table-layout:fixed; 
	width:100%;
	padding:0;
}

.feedtitle
{
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}

.feeddate
{
	color:gray;
	font-size: 90%;
	margin-bottom: 10px;
	padding-left: 4px;
}

.feeddesc
{
	padding: 0 10px 0 10px;
	padding-bottom: 10px;
	max-width:626px;
	max-height:600px;
	overflow:auto;
}

#leftcol
{
	width:668px;
	float:left;
	margin-right:10px;
}

#rightcol
{
	width:250px;
	float:right;
}

.maincontent
{
	margin-bottom:10px;
	padding:10px;
	border:1px solid #000;
	border-top:none;
	background-color:#fff;
}

.gfc-resultsHeader
{
	border-bottom:1px solid #000;
}

.gfc-tabHeader.gfc-tabhActive
{
	margin-left:3px;
	margin-right:0;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #fff;
}

.gfc-tabHeader.gfc-tabhInactive
{
	margin-left:3px;
	margin-right:0;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	background:#eee;
}

.gfc-result
{
	padding:2px;
	border-bottom:1px dotted #eee;
	font-weight:400;
}

#xboxlive
{
	padding:10px;
	margin-bottom:10px;
	border:1px solid #000;
	text-align:center;
	background-color:#fff;
}

.rightnav
{
	padding:10px;
	margin-bottom:10px;
	border:1px solid #000;
	border-top:none;
	background-color:#fff;
}

#copy
{
	width:906px;
	color:gray;
	padding:10px;
	background-color:#fff;
	border:1px solid #000;
}

#sign-in
{
	width:248px;
	border:1px solid #000000;
	margin-bottom:10px;
	background-color:#fff;
}

#members
{
	float:left;
	width:318px;
	border:1px solid #000000;
}

#comments
{
	float:right;
	width:318px;
	border:1px solid #000000;
}

ul.tabbernav li a
{
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
}