﻿div#profile_container
{
	position:absolute;
	z-index:101;
	width:700px;
	height:600px;
	top:100px;
	border:1px solid black;
	background-color: #FFFFFF;
	visibility:hidden;
}
div#profile_content
{
	position:absolute;
	width:680px;
	height:580px;
	top:0px;
	left:0px;
	z-index:2;
	display:none;
	background-color: #FFFFFF;
	padding:10px;
	overflow:auto;
}
.profileFieldName
{
	font-weight: bold;
	line-height:24px;
}
.profileText
{
	font-style: italic;
}
div#profile_img_container
{
	clear:right;
	float:right;
}
.profile_img
{
	/*border: 1px solid #888888;*/
	max-width:400px;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:15px;
}
div#profile_name
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	color: #527DBD;
	width:400px;
	float:left;
}
div#loading_template
{
	position:relative;
	width:100px;
	margin-left:auto;
	margin-right:auto;
	top:200px;
	text-align:center;
}
div#loading_text
{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14pt;
	color: #527DBD;
}

div#title_divider
{
	height:5px;
	border-bottom:1px solid #527DBD;
	clear:both;
}
img#profile_close_btn
{
	cursor:pointer;
	border:1px solid #000000;
	padding:2px;
	float:right;
}

div#profile_overlay
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity 0.5;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:100;
	display:none;
}