.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: #799d34;
}

.UserVcardMidColumn .IsOFFLINE 
{
	color: #e36c18;
}

.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: 150px;
}

.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: #e36c18;
	text-decoration: underline;
}

.UserVcardStatColumn
{
	width: 275px;
}

/* Reisestatistik */
.travel-stats-user-search
{
	background-image: url('/images/travel/travel-stats-bg-user-search.png');
	background-repeat: no-repeat;
	width: 265px;
	height: 75px;
	overflow: hidden;
}

.travel-stats-user-search .travel-user-stats-profile, 
.travel-stats-user-search .travel-user-stats-profile li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.travel-stats-user-search .travel-user-stats-profile
{
	width: 115px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	
	/* IE6 only */
	_margin-left: 5px;
}

.travel-stats-user-search .travel-user-stats-profile li
{
	color: #7f7f7f;
	font: normal 10px/13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

.travel-user-stats-profile br
{
	clear: both;
}

.travel-user-stats-profile .tusp-right
{
	float: right;
	padding 0 0 0 4px;
}

.travel-user-stats-profile .tusp-left
{
	float: left;
	padding: 0 4px 0 0;
}