﻿
/*** start xbox chrome ***/

#chrome {
	width: 908px;
	height: 68px;
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 10px;
	}

#chrome-inner {
	width: 780px;
	height: 68px;
	margin: 0 64px;
	position: relative;
	}

#chrome a, 
#chrome a:link, 
#chrome a:visited {
	color: #666666;
	text-decoration: none;
	}

#chrome a:hover,
#chrome a:visited:hover,
#chrome a:active {
	color: #666666;
	text-decoration: underline;
	}

#chrome ul {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	}

#chrome ul li {
	display:inline;
	margin:0;
	padding:0;
	height:18px;
	color: #ffffff;
	line-height:18px;
	}

#chrome ul li.last {
	margin-left:4px;
	}

#chrome ul a, 
#chrome ul a:link, 
#chrome ul a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#chrome ul a:hover,
#chrome ul a:visited:hover,
#chrome ul a:active {
	color: #ffffff;
	text-decoration: underline;
	}

#chrome ul#loc {
	top:0;
	left:0;
	}

#chrome ul#meta {
	top:0;
	right:0;
	}


#chrome #logo-xbox {
	position:absolute;
	top:27px;
	left:0;
	}

/*** end xbox chrome ***/

#chrome .XbcShellHeaderBrandMyXboxGamerCard {
	color:#666666;
	height:40px;
	width:200px;
	position:absolute;
	padding:0 45px 0 0;
	top:24px;
	right:0;
	text-align:right;
	}
	
#chrome .XbcShellHeaderBrandMyXboxGamerCard a {
    color:#666666;
    font-weight:bold;
    font-size:11px;
}

#chrome .XbcShellHeaderBrandMyXboxGamerCard p, 
#chrome .XbcShellHeaderBrandMyXboxGamerCardNSI p {
	margin:0 0 2px 0;
	padding:0;
	text-align:right;
	font-size:10px;
	}

#chrome .XbcShellHeaderBrandMyXboxGamerCard span, 
#chrome .XbcShellHeaderBrandMyXboxGamerCardNSI span {
	position: relative;
	top: -3px;
	margin-left:2px;
	}

#chrome .XbcShellHeaderBrandMyXboxGamerCardPicture {
	border: #ccc 1px solid;
	right: 1px;
	position: absolute;
	top: 2px;
	height:37px;
	}

#chrome .XbcShellHeaderBrandMyXboxGamerCardNSI {
	padding-right:36px;
	background: transparent;
	position: absolute;
	top: 28px;
	right: 0;
	height: 40px;
	text-align:right;
	}

/*** start gamercard ***/

.nogamerpic {background: transparent url('../img/chrome/gamerpic-helmet.gif') no-repeat scroll right top;}

#chrome #gamercard {
	height:40px;
	width:200px;
	position:absolute;
	padding:0 45px 0 0;
	top:25px;
	right:0;
	}

#chrome #gamercard a {
	color:#666666;
	}

#chrome #gamercard #gamertag {
	font-size:11px;
	color:#666666;
	font-weight:bold;
	overflow:visible;
	white-space:nowrap;
	text-align:right;
	}

#chrome #gamercard p {
	margin:0 0 2px 0;
	padding:0;
	text-align:right;
	font-size:10px;
	}

#chrome #gamercard #gamerscore {
	height:12px;
}

/*** end gamercard ***/

