﻿/* User Profile */
.profileControl
{
	width: 95%;
	margin: 14px;
	padding:0px;
}

table.profileControl
{
	border:1px solid #cccccc;
}
table.profileControl td 
{
	border: solid 0px #cccccc;

}

td.profileControlDisplayName
{
	/*background-image: url('images/profile_header.gif'); 
	background-repeat: repeat;*/
	color: black;
	font-weight: bold;
	font-size: 1em;
	height: 22px;
	margin: 0px;
	padding-left: .5em;
	padding-top: .25em;
	overflow: hidden;
	width: 375px;	
    background-color:#f7f1a5;
    font-family:Verdana;

	
}

td.profileControlEdit
{
	/*background-image: url('images/profile_header.gif'); 
	background-repeat: repeat;*/
	padding-top: .25em;
	padding-right: .5em;
	text-align: right;
	background-color :#f7f1a5;
	font-family:Verdana;
	
}

td.profileControlEdit a
{
	color: #0056b7;
	text-decoration: none;
}

td.profileControlEdit a:hover
{
	text-decoration: underline;
}

td.profileControlEdit a:visited
{
	color: #0056b7;
}

td.profileControlAvatar
{
	vertical-align: top;
}

td.profileControlInformation 
{
	vertical-align: top;
	font-family:Verdana;
	font-size: 13px;
}
td.profileControlInformation a,
td.profileControlInformation a:hover,
td.profileControlInformation a:visited
{color:#486ac5;}

div.profileControlPropertyItem
{
	margin-bottom: 5px;
}

span.profileControlPropertyName
{
	 font-family:Verdana; font-size: 12px; color: #e20030;
}


