body {
	text-align: center;
	}

#backdrop {
	margin:0px auto;
	width: 901px;
	text-align: left;
	}

#userRemote {
	width: 322px; 
	position: absolute; 
	left: -289px; 
	top: 48px; 
	z-index: 50;
	clear:none;
	}

#userRemote #remoteBack{
	width: 265px; 
	height: 580px;
	clear:none;
	float:left;
	}

#userRemote #remoteTab{
	background: transparent url(../images/other_graphics/temp_slideout.png) no-repeat top left;
	width: 35px;
	height: 371px;
	float: right;
	clear:none;
	margin-top:0; /*Attempt to fix problem on Raph's laptop*/
	}

h1 a, h2 a, h3 a {
	text-decoration:none;
	}

#userRemote #remotePlayer {
	margin-left: 65px;
	}

#userRemote #remotePlayer .mediumIcon {
	position: absolute;
	margin-top: -40px;
	margin-left: -65px;
	}

#userRemoteName {
	font: bold 14px Arial, sans-serif; 
	color: #707070;
	}

#userRemote .metacredLabel {
	font: bold 10px Arial, sans-serif;
	color: #333333;
	display: block;
	position: absolute;
	margin-top: 16px; 
	margin-left: 2px;
	}

#userRemote .alertsLabel {
	font: bold 13px Arial, sans-serif;
	color: white;
	display: block;
	position: absolute;
	margin-top: 65px; 
	margin-left: 13px;
	}

#userRemote .friendsOnlineLabel {
	font: bold 13px Arial, sans-serif;
	color: white;
	display: block;
	position: absolute;
	margin-top: 121px;
	margin-left: 13px;
	}

#remote_friend_list {
	height: 200px;
	overflow: auto;
	}

#remote_alert_list {
	height: 70px;
	overflow: auto;
	}

#header {
	height: 30px;
	}

#container {
	clear: both;
	margin-top: 15px;
	}


#logo  {
	display: block;
	width: 127px;
	height: 38px;
	/* background: transparent url(../images/logo_metaplace_small_stroked.png) no-repeat top left; */ /* IE^ pass */
	float: left;
	/* border-right: 1px solid #a7a7a7; */ /* IE^ pass */
	padding-right: 10px;
	}

#logo a{
	display: block;
	width: 127px;
	height: 38px;
	background: transparent url(../images/logo_metaplace_small_stroked.png) no-repeat top left;
	float: left;
	padding-right: 10px;
	cursor:pointer; /* IE^ pass */
	}

#logo a span {
	display: none;
	visibility: hidden;
	}


#tagline {
	font: bold 18px Arial, sans-serif; 
	margin-top: 15px;
	margin-right: 0px;
	float: right;
	text-transform: lowercase;
	display: none;
	}

#searchform {
	float: left;
	height: 34px;
	width: 240px;
	margin-left: 1px;
	padding: 4px 10px 0px 10px;
	}

#login, #logout {
	height: 37px;
	text-align: center;
	}

#MessageDisplay{
	width:550px;
	border:1px solid #ccc;	
	margin:5px;
	padding:5px;
	}

blockquote.userMessage {
	background-color: white;
	}

#PrimaryNavigation li {
	padding: 0px;
	}

#HomeButton {
	position: absolute;
	margin-top: 61px;
	margin-left: 9px;
	}

#PrimaryNavigation {
	display: block;
	float: left;
	margin-top: 3px;
	margin-bottom: 15px;
	}

#PrimaryNavigation #NavImageFront {
	display: block;
	float: left;
	width: 21px;
	height: 35px;
	background: url(../images/nav_left_cap.gif) 0 0 no-repeat;
	}

#PrimaryNavigation #NavImageBack {
	display: block;
	float: left;
	width: 21px;
	height: 35px;
	background: url(../images/nav_right_cap.gif) 0 0 no-repeat;
	}

#PrimaryNavigation a {
	display: block;
	float: left;
	height: 35px;
	text-decoration: none;
	}

#navAbout a {
	width: 72px;
	background: url(../images/nav_about.gif) 0 0 no-repeat;
	}

#navExplore a {
	width: 97px;
	background: url(../images/nav_explore.gif) 0 0 no-repeat;
	}

#navBuild a {
	width: 72px;
	background: url(../images/nav_build.gif) 0 0 no-repeat;
	}

#navMarket a {
	width: 83px;
	background: url(../images/nav_market.gif) 0 0 no-repeat;
	}

#navMyMeta a {
	width: 93px;
	background: url(../images/nav_mymeta.gif) 0 0 no-repeat;
	}

#navCommunity a {
	width: 105px;
	background: url(../images/nav_community.gif) 0 0 no-repeat;
	}

#navHome a {
	width: 68px;
	background: url(../images/nav_home.gif) 0 0 no-repeat;
	}

#navJoin a {
	width: 72px;
	background: url(../images/nav_join.gif) 0 0 no-repeat;
	}

#PrimaryNavigation a:hover {
	background-position: 0px -35px;
	}

#PrimaryNavigation span {
	display: none;
	}

#logoutButton {
	float: left;
	margin-top: 13px;
	padding-left: 15px;
	}

#gutter {
	width: 230px;
	float: left;
	}

#maincontent {
	width: 645px;
	float: right;
	}

#bottom { clear: both; }

#footer-wrapper {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 60px;
	}

#footer-wrapper a {
	margin: 5px 15px;
	}

#FooterAreaeBranding {
	float: left;
	}

#FooterMetaplaceBranding {
	float: right;
	}

#tooltip{
	/* jQuery gives active tooltips a "tooltip" id */
	position:absolute;
	border:1px solid #008B45;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	}

/* loading image for ajax requests */
.ajax_loader {
	clear: both;
	text-align: center;
	}

