.UserVcardWrapper
{
	color: #444;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 12px;
	background-color: White;
	border-top: 1px solid #c9c9c9;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

.UserVcardWrapperTable
{
	width: 710px;
	height: 100%;
}

.UserVcardLeftColumn
{
 	width: 70px;
}

.UserPicSmall td
{
	width: 50px;
	height: 67px;
	border: 1px solid #444;
}

.UserVcardMidColumn 
{
}

.UserVcardMidColumn .username 
{
	font-weight: bold;
}

.UserVcardMidColumn .IsONLINE,
.UserVcardMidColumn .IsOFFLINE 
{
	font-size: 11px;
}

.UserVcardMidColumn .IsONLINE
{
	color: #40872c;
}

.UserVcardMidColumn .IsOFFLINE 
{
	color: #ff364d;
}

.UserVcardMidColumn .nationality 
{
	font-size: 11px;
	line-height: 20px;
}

.UserDetails
{
	width: 100%;
	height: 67px;
}

.UserButtonRow
{
	height: 20px;
}

.UserActionButton
{
	border: 0px;
	height: 20px;
	color: white;
	width: 100px;
	cursor: pointer;
	margin-right: 5px;
	text-transform: uppercase;
	font: bold 11px Arial, Helvetica, Geneva, sans-serif;
	background: url('/images/button/UserActionButtonSmallOrange.jpg') no-repeat;
}

.UserVcardRightColumn 
{
 	width: 250px;
}

.UserActionLinks
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.UserActionLink
{
	color: #444;
	cursor: pointer;
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
}

.UserActionLink:hover
{
	color: #ff364d;
	text-decoration: underline;
}
