/* --- component Profile List --- */

/* -- Gallery Mode Card -- */

.profile_list_gallery_list_container
{
	margin-top: 6px;
}

.profile_list_gallery_list_container a.profile_cap:link,
.profile_list_gallery_list_container a.profile_cap:visited
{
	color: #37596f;
	text-decoration: none;
}

.profile_list_gallery_list_container a.profile_cap:hover
{
	color: #204457;
	text-decoration: underline;
}

.profile_list_gallery_card_container
{
	float: left;
	width: 184px;
	height: 150px;
	margin: 10px 5px;
	
}

.profile_list_gallery_card_body
{
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background-color: #eff4f7;
	overflow: hidden;
}

.profile_list_gallery_card_thumb
{
	float: left;
	margin: 2px 1px;
	border: 1px solid #cae1e7;
	border-left: none;
	background: #fff;
	padding: 1px;
}

.profile_list_gallery_card_details
{
	text-align: center;
}

.profile_list_gallery_card_activity
{
	margin-top: 12px;
	font-size: 10px;
	color: #4F7F9F;
}

.profile_list_gallery_card_online
{
	color: #efefef;
	color: #fff;
}

.profile_list_gallery_card_location
{
	height: 25px;
	margin: 0px 1px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #cadce7;
	padding: 1px 0px;
	background: #efefd9;
	color: #4c626f;
	font-size: 10px;
	text-align: center;
}



/* -- Details Mode Card -- */

.profile_list_details_card_container
{
	margin: 10px 2px;
	overflow: hidden;
}

.profile_list_details_card_thumb
{
	float: left;
	border: 1px solid #cae1e7;
	border-left: none;
	padding: 2px 4px;
	background: #EFF9FF;
	text-align: center;
}

.profile_list_details_card_body
{
	border: 1px solid #d1dbdf;
}

.profile_list_details_card_details
{
	height: 150px;
	padding: 5px;
}

.profile_list_details_card_desc
{
	overflow: hidden;
	padding-top: 5px;
	margin-left: 10px;
}

.profile_list_details_card_activity
{
	text-align: center;
	padding: 0 0 4px 0;
}

.profile_list_details_card_location
{
	border-bottom: 1px solid #d1e0e7;
	background: #A7C8DF;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
}

.profile_list_details_list_container a.profile_cap:link,
.profile_list_details_list_container a.profile_cap:visited
{
	color: #37596f;
	text-decoration: none;
}

.profile_list_details_list_container a.profile_cap:hover
{
	color: #204457;
	text-decoration: underline;
}

.profile_list_details_references
{
	background: #EFF9FF;
	border: 1px solid #CCE4F3;
	margin-bottom: 5px;
	padding-top: 2px;
	height: 20px;
}

.profile_list_details_references a:link,
.profile_list_details_references a:visited
{
	white-space: nowrap;
	color: #294957;
	font-size: 10px;
	font-weight: bold;
}

.profile_list_details_references a:hover
{
	color: #1d353f;
}