/* --- Profile Photo Album CSS --- */

.profile_view_photo_cont
{
	width: 270px;
	padding-top: 1px;
	background: transparent url('../../img/profile_cap.gif') no-repeat center top;
}

.profile_view_photo_sub_cont
{
	position: relative;
	padding-bottom: 1px;
	background: transparent url('../../img/profile_bot.gif') no-repeat center bottom;
}

.profile_view_photo_content
{
	background: #4b73a4;
	margin: 8px 0;
}


#profile_album_container
{
	color: #dfdfdf;
}

.profile_album_inactive
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: wait;
}

.profile_album_inactive div,
.profile_album_inactive img
{
	filter: alpha(opacity=50);
	cursor: wait;
}


#profile_album_image_rate_info
{
	margin: 2px 6px;
}

#profile_album_image_average_score,
#profile_album_image_rates
{
	margin: 2px 0px;
	color: #ffc62f;
}


div#profile_album_image_rate_block
{
	position: relative;
	margin: 2px 6px;
}

span#profile_album_user_estimate_label
{
	display: block;
	float: left;
	padding: 6px 4px 0 0;
	color: #efefef;
}

.profile_album_image_rate_block_free div
{
	cursor: pointer;
}

.profile_album_image_rate_block_fixed div
{
	cursor: default;
}

.rate_point_off,
.rate_point_on,
.rate_point_active
{
	float: left;
	width: 22px;
	height: 23px;
	background-image: url('../../img/star_n.gif');
	background-repeat: no-repeat;
}

.rate_point_on
{
	background-image: url('../../img/star_e.gif');
	color: #fff;
}

.rate_point_active
{
	background-image: url('../../img/star_a.gif');
	color: #fff;
}



div#profile_album_screen_cap
{
	height: 9px;
	margin: 2px auto 0 auto;
	background-image: url('../../img/photo_cap.gif') ;
	background-repeat: no-repeat;
	background-position: center top;
	
}

#profile_album_image_screen
{
	position: relative;
	width: 250px;
	margin: auto;
	padding: 5px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}

#profile_album_pass_input_container
{
	position: absolute;
	right: 8px;
	bottom: 8px;
	border: 1px solid #38577b;
	padding: 1px 2px;
	background: #4b73a4;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


#profile_album_image_description_container
{
	position: relative;
	margin: 0px 5px;
	border-top: 1px solid #c4d5e7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #c4d5e7;
	border-left: 1px solid #fff;
	padding: 2px 4px;
	background-color: #f3f1d9;
	color: #ea7c11;
	font-style: italic;
	text-align: left;
}

div#profile_album_screen_bottom
{
	height: 9px;
	margin-bottom: 2px;
	background-image: url('../../img/photo_bot.gif') ;
	background-repeat: no-repeat;
	background-position: center top;
}

div#profile_album_thumbs_container
{
	padding: 1px;
}

.profile_album_thumb
{
	display: block;
	float: left;
	height: 64px;
	margin: 3px;
	border: 1px solid #666;
	cursor: pointer;
}

.profile_album_thumb_active
{
	display: block;
	float: left;
	height: 70px;
	margin: 0px;
	border: 1px solid #cfcfcf;
	cursor: pointer;
}