




































.profileGames 
{
	padding: 0 5px 0 5px;
}

.profileGameSummary th {
	text-align: right;
	font-weight: normal;
	padding: 0 .5em .5em 0;
}

.profileGameSummary td {
	padding: 0 0 .5em 0;
	color: #72c12d;
}


.profile_layout
{
	position: relative;
	padding: 1em 0 6em 0;
	visibility: hidden;
	min-height: 600px;
	width: 800px;
	margin: 0 auto;
}


.left_box
{
	position: absolute;
}

.profile_avatar
{
	position: relative;
	
}

.profile_avatar .avatar
{
	border: 1px solid #FFD800;
	padding: 3px;
	background: black;
	z-index: 0;
	margin: 0 auto;
}


.left_box .user_name
{
	padding-top: .3em;
	text-align: center;
	margin-top: 0;
	font-size: 11pt;
	font-weight: bold;
	color: rgb(251, 180, 55);
}

.left_box .user_website
{
	padding: .2em 0;
	text-align: center;
	color: rgb(12, 166, 255);
}
.left_box .user_website a
{
	color: rgb(12, 166, 255);	
}


.left_box .profile_info
{
	margin: 1.5em 0 1em 0;
	/*margin-left: 2.9em;*/
	vertical-align: top;
	text-align: center;
}

.left_box img.floatLeft
{
	float: left;
	vertical-align: top;
}

.left_box .profile_info .profile_info_entry
{
	
}


.left_box .profile_info .profile_info_entry .info
{
	color: rgb(251, 180, 55);
	font-size: 11pt;
	position: relative;
	left: .1em;
	text-align: left;
}

.left_box .profile_menu
{
	position: relative;
	padding: 7em 0 5em 0;
	width: 155px;
	margin: 0 auto;
}


.guild_nav a
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/guild_nav.gif');
	height: 20px;
	display: block;
	
}

.guild_nav a:hover
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/guild_nav_btn_over.gif');
	height: 20px
}

.recipes_nav a
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/recipes_nav_btn.gif');
	height: 20px;

	display: block;
}

.recipes_nav a:hover
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/recipes_nav_btn_over.gif');
	height: 20px;

}

.game_nav a
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/game_hist_nav_btn.gif');
	height: 20px;
	
	display: block;
}

.game_nav a:hover
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/game_hist_nav_btn_over.gif');
	height: 20px;
	
}

.purchase_nav a
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/purch_hist_nav_btn.gif');
	height: 20px;
	
	display: block;
}

.purchase_nav a:hover
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/purch_hist_nav_btn_over.gif');
	height: 20px;
	
}

.left_box .profile_info .stats_as_text
{
	text-align: center;
	padding: 1.2em 0 1.2em 0;
}

.stats_as_text .stat_title_text
{
	font-size: 9pt;
	font-weight: 500;
}


.stats_as_text .stat_content_text
{
	color: rgb(251, 180, 55);
	font-size: 9pt;
	padding: 0 0 0 3px;
}


.left_box .profile_guild_info
{
	text-align: center;
	margin-top: 10px;
}

.left_box .profile_guild_info p
{
	margin-top: -.3em;
	color: rgb(251, 180, 55);
	font-size: 11pt;
}

.left_box .profile_contact_icons
{
	position: absolute;
	top: 0;
	left: 17;
	width: 160px;
	margin: 0 auto;
	visibility: hidden;
}

.left_box .profile_contact_icons img
{
	padding: 0 0 0 4px;
}



.center_border
{	
	background: #390E08 url('https://d2aao99y1mip6n.cloudfront.net/images/guild_home/top_border.gif') repeat-x top;
	height: 21px;
	margin-bottom: -13px;
	
}

.center_border .rt
{
	height: 21px;
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/guild_home/top_rt_corner.gif') no-repeat top right;
}

.bottom_outline
{
	margin-top: -13px;
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/guild_home/bottom_border.gif') repeat-x bottom;
	height: 14px;
}

.bottom_outline .lower_rt
{
	height: 14px;
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/guild_home/bottom_rt_corner.gif') no-repeat top right;
}


.profile_layout .center_outline
{
	position: absolute; 
	/*left: 12em;*/
	margin-top: 2em;
	width: 600px;
	background: #000000 url('https://d2aao99y1mip6n.cloudfront.net/images/guild_home/rt_side_border.gif') repeat-y right;
}



.profile_layout .center_outline .inner 
{
	margin-right: 4px;
	width: 596px;
}


.profile_layout .center_outline .inner .header
{
	background: #390E08;
	padding: .8em;
	/*margin-right: -3px;*/
}

.profile_layout .center_outline .inner .header img
{
	display: block;
	margin: 0 auto;
}

.profile_layout .dkContent_top
{
	padding: 0 1px 0 4em;
	margin: .2em 0;
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/pageframe/edge_dark_big.gif') repeat-y;
}

.profile_layout .dkContent_bottom
{
	padding: 0 1px 0 4em;
	margin: .15em 0;
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/pageframe/edge_dark_big.gif') repeat-y;
}

.profile_info_numbers
{
	color: rgb(55, 249, 45);
	font-size: 10pt;
	text-align: left;
}

.profile_info_numbers_left
{
	color: rgb(55, 249, 45);
	font-size: 10pt;
	text-align: left;
}


.mid_line
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/user_profile/blk_vert_line.gif') repeat-y top;
	
}

.mid_border
{	
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/guild_home/top_border.gif') repeat-x top;
	height: 3px;
	margin: -.2em 0 .2em 0;
}


.profile_faction_info_none
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/FS_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_sundered
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/SL_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_forglar
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/FS_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_peaks
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/SP_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_ironfist
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/IF_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_underdepths
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/UD_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_kthir
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/KF_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_tundra
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/ST_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_info_forsaken
{
	width: 192px;
	margin: 1.5em auto 0 auto;
	height: 99px;
	background: url('/_themes/global/factions/FW_score_icon-1.gif;jsessionid=61CD470C35AF6AEBD6C3BA3181AEE859') no-repeat;
}

.profile_faction_icon
{
	position: relative;
	
}


.profile_faction_score
{
	position: relative;
	top: 32px;
	left: 98px;
	font-size: 14pt;
	text-align: center;
	padding: .25em 0 0 0;
	display: block;
	width: 86px;
}

.profile_faction_scoreboard
{
	width: 106px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

.profile_faction_score_protectorate
{
	text-align: center;
	color: rgb(12, 166, 255);
}

.profile_faction_score_wrath
{
	text-align: center;
	color: rgb(255, 66, 66);
}

.profile_last_match_header
{
	position: relative;
	
	width: 151px;
	margin: 0 auto;
}

hr
{
	
}


.profile_match_history th
{
	color: #D5690E
}

.profile_match_history .lt_bkg
{
	background: url('https://d2aao99y1mip6n.cloudfront.net/images/pageframe/edge_light_big.gif') repeat-y;
	padding: .7em 0;
}

.profile_match_history .dk_bkg
{
	padding: .7em 0;
}
.profile_match_history .result_Win
{
	/*color: rgb(0, 255, 0);*/
}

.profile_match_history .result_Loss
{
	/*color: rgb(255, 0, 0);*/
}

.faction_score_area
{
	
}

.top_left_inner_box
{
	
}
