/*
 * For the EF Forums @ http://EForum.EFPlace.com/
 * Copyright (c) 2009 EFPlace.com, All Rights Reserved.
 */
.SteamProfile,.SteamProfileOffline,.SteamProfileInGame{
	background:transparent;
	border:1px solid #000;
	color:#6FBDFF;
	cursor:pointer;
	font-family:arial,Helvetica,tahoma,sans-serif;
	font-size:11px;
	line-height:13px;
	margin:5px;
	padding:5px 0px 5px 5px;
	position:relative;
	text-align:center;
}
.SteamProfile:hover,.SteamProfileOffline:hover,.SteamProfileInGame:hover{
	background:#444;
}
.SteamProfile a,.SteamProfileOffline a,.SteamProfileInGame a{
	color:#6FBDFF;
	font-weight:bold;
	text-decoration:none;
}
.SteamProfileOffline,.SteamProfileOffline a{
	color:#898989;
}
.SteamProfileInGame,.SteamProfileInGame a{
	color:#8BC53F;
}
.SteamProfileAvatar{
	background:url('http://static.efplace.com/images/themes/1/medium_online.gif') no-repeat;
	height:72px;
	margin:auto;
	padding:0px;
	width:72px;
}
.SteamProfileOffline .SteamProfileAvatar{
	background:url('http://static.efplace.com/images/themes/1/medium_offline.gif') no-repeat;
}
.SteamProfileInGame .SteamProfileAvatar{
	background:url('http://static.efplace.com/images/themes/1/medium_ingame.gif') no-repeat;
}
.SteamProfileAvatar img{
	border:none;
	height:64px;
	padding:0px;
	margin:4px;
	width:64px;
}