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

/* -- Gallery Mode Card -- */

.profile_list_gallery_list_container
{
	/*margin-top: 6px;*/
	margin-left: 30px;
	/*padding-left:20px;*/
}

.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;
	margin: 10px 5px;
	
}

/*
.profile_list_gallery_card_body
{
	height:110px;
	width:255px;
	background: url(../../img/profile_gal_bg.jpg) no-repeat;	
}
*/

.profile_list_gallery_card_body
{
	height:110px;
	width:255px;
	z-index: 10;
	background: #f9f9f9;
	border: 5px solid #8AC1E8;
}

.profile_list_gallery_card_body a img
{
	border:none;
}

.profile_list_gallery_card_thumb
{
	width:90px;
	float: left;
	text-align:center;
	padding-top:10px;
}

.profile_list_gallery_card_details
{
	float: left;
	width:135px;
	padding-top:7px;
	font:11px Verdana;
	color:#000;
}

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

.profile_list_gallery_card_online
{
	color: #efefef;
}

.profile_list_gallery_card_location
{
	height: 14px;
	margin: 0px 1px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #cadce7;
	padding: 1px 0px;
	background: url(../../img/sidebar2-active-background.png) repeat-x;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
.profile_capdet {
	font:bold 17px Tahoma;
	color:#000000;
	text-decoration: none;
}
.profile_capdet:hover {
	text-decoration: underline;
}



/* -- Details Mode Card -- */

.details_tbl {
	font-size: 12px;
	margin-top:20px;
}
.details_tbl_head {
	font-weight: bold;
}
.details_tbl td {
	border-bottom: 1px black dotted;
}
.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;
}

.list_nav
{
	text-align:center;
	padding:10px 0;
}

.list_nav a
{
	font:bold 13px Arial;
	color:#3f78d0;
	text-transform:uppercase;
	text-decoration:none;
}

.page_nav_active, .page_nav
{
	margin-right:8px;
}

.list_nav a.page_nav_active,
.list_nav a.page_nav:hover
{
	text-decoration:underline;
}