/* --- component Form Profile Edit template --- */

.form_profile_edit_tabs_container
{
	height: 19px;
	padding: 0px;
	padding-left: 4px;
	background: #111 url('../../img/form_profile_edit_tabs_bg.gif') repeat-x;
	background-position: bottom left;
}

a.form_profile_edit_tab:link,
a.form_profile_edit_tab:visited,
a.form_profile_edit_tab_active:link,
a.form_profile_edit_tab_active:visited
{
	display: block;
	float: left;
	height: 15px;
	padding: 4px 3px 0px 3px;
	font-weight: bold;
	text-decoration: none;
}

a.form_profile_edit_tab_active:link,
a.form_profile_edit_tab_active:visited
{
	background: #111 url('../../img/form_profile_edit_tab_bg.gif') repeat-x;
	background-position: bottom left;
	color: #efefef;
}

a.form_profile_edit_tab_active:hover
{
	color: #dfdfdf;
}

.form_profile_edit_tab_left,
.form_profile_edit_tab_right,
.form_profile_edit_tab_left_active,
.form_profile_edit_tab_right_active
{
	float: left;
	width: 7px;
	height: 19px;
}

.form_profile_edit_tab_left_active
{
	background: #111 url('../../img/form_profile_edit_tab_left.gif') no-repeat;
	background-position: bottom left;
}

.form_profile_edit_tab_right_active
{
	background: #111 url('../../img/form_profile_edit_tab_right.gif') no-repeat;
	background-position: bottom left;
}


.form_profile_edit_fields_container
{
	border: 1px solid #666;
	border-top: none;
	padding: 4px 1px 1px 1px;
	background: #090909;
}

.form_profile_edit_section_cap
{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	padding: 2px 4px;
	background: #300;
	color: #dfdfdf;
	font-weight: bold;
}

.form_profile_edit_fields_container .left
{
	width: 290px;
	text-align:left;
}

.form_profile_edit_fields_container .right
{
	width: 300px;
}

#form_profile_edit_real_name
{
	width: 210px;
}

#form_profile_edit_occupation
{
	width: 190px;
}

.form_profile_edit_fields_container textarea
{
	width: 360px;
	height: 100px;
}

.form_profile_edit_fields_bottom .block_bottom
{
	border: 1px solid #333;
	border-top: none;
}
.form_profile_edit_container .smile_component1, .form_profile_edit_container .smile_component2{
text-align:center;
}

.tr_1 td, .tr_2 td
{
	padding:5px;
}

.owner
{
	font:20px Tahoma;
	color:#606060;
}

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

/* -- Gallery Mode Card -- */

.profile_list_gallery_list_container
{
	margin-top: 5px;
}

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

.profile_list_gallery_card_container
{
	float: left;
	width: 190px;
	height: 150px;
	margin: 5px;
	border: 1px solid #3f3f3f;
	
}

.profile_list_gallery_card_cap
{
	border-top: 1px solid #600;
	border-bottom: 1px solid #600;
	padding: 1px 3px;
	background: #300;
	color: #dfdfdf;
	font-size: 10px;
	font-weight: bold;
}

.profile_list_gallery_card_body
{
	overflow: hidden;
	background: url( '../../img/block_body.gif' ) repeat-x;
	background-color: #111111;
	height: 107px;
}

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

.profile_list_gallery_card_details
{
	text-align: center;
	color: #fff;
}

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

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

.profile_list_gallery_card_location
{
	height: 20px;
	margin: 0px 1px;
	border-top: 1px solid #2f2f2f;
	padding: 1px 0px;
	background: #333333;
	font-size: 10px;
	text-align: center;
}



/* -- Details Mode Card -- */

.profile_list_details_card_container
{
	margin: 10px 2px;
	border: 1px solid #3f3f3f;
	overflow: hidden;
	height: 220px;
}

.profile_list_details_card_cap
{
	text-align: left;
	padding-left: 3px;
}

.profile_list_details_card_cap a:link,
.profile_list_details_card_cap a:visited
{
	font-weight: bold;
}

.profile_list_details_card_body
{
	overflow: hidden;
	height: 220px;
}

.profile_list_details_card_thumb
{
	float: left;
	margin: 3px 4px 1px 1px;
	border: 1px solid #2f2f2f;
	border-left: none;
	background: #1f1f1f;
	padding: 6px;
	text-align: center;
	overflow: hidden;
}

.profile_list_details_card_details
{
	height: 140px;
}

.profile_list_details_card_desc
{
	overflow: hidden;
	height: 110px;
	padding-top: 5px;
}

.profile_list_details_card_activity
{
	margin: 3px;
	width: 100px;
	text-align: center;
}

.profile_list_details_card_location
{
	background: #333333;
	color: #fff;
	padding: 3px;
	margin: 2px;
}

.profile_list_details_list_container a.profile_cap:link,
.profile_list_details_list_container a.profile_cap:active,
.profile_list_details_list_container a.profile_cap:visited
{
	color: #fff;
}

.profile_list_details_references
{
	
	padding: 10px;
	background: url( '../../img/profile_list_btn_bg.gif' ) repeat-x;
}

.profile_list_details_references a:link,
.profile_list_details_references a:active,
.profile_list_details_references a:visited
{
	white-space: nowrap;
	color: #EFDC86;
	padding-left: 20px;
	font-weight: bold;
}

.profile_list_details_references a:hover
{
	color: #FFE25F;
}

.page_active
{
	text-decoration:none;
	font-weight:bold;
}

.page
{
	text-decoration:none;
}

.page_active:hover, .page:hover
{
	text-decoration:underline;
}
