/* --- Profile Photo Album CSS --- */

#profile_album_container
{
	background: #070707;
	margin: 2px;
}

.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;
}


div#profile_album_image_rate_block
{
	margin: 2px 4px;
	padding:5px;
}

span#profile_album_user_estimate_label
{
	display: block;
	float: left;
	padding: 2px 3px 0 0;
	font-weight: bold;
}

.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: 23px;
	height: 32px;
	background-image: url(../../img/hand_inactive.png);
	background-repeat: no-repeat;
}

.rate_point_on
{
	background-image: url(../../img/hand_active.png);
	color: #fff;
}

.rate_point_active
{
	background-image: url(../../img/hand_hover.png);
	color: #fff;
}


#profile_album_image_rate_info
{
	position: relative;
	margin: 4px 5px;
	color:#cacbc9;
	font: bold 11px Arial;
}

#profile_album_image_average_score,
#profile_album_image_rates
{
	margin: 2px 0px;
	color: #6eb814;
}


#profile_album_image_screen
{
	position: relative;
	margin: 2px 2px 4px 2px;
	border: 1px solid #4f4f4f;
	padding: 4px;
	background-color: #1F1F1F;
	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 #9f9f9f;
	padding: 1px 2px;
	background: #efefef;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


#profile_album_image_description_container
{
	position: relative;
	margin: 2px ;
	border: 1px solid #7f7f7f;
	padding: 2px 4px;
	background-color: #4f4f4f;
	color: #fff;
	font-style: italic;
	text-align: left;
}

#profile_album_thumbs_container
{
	margin: 2px;
	border: 1px solid #3f3f3f;
	padding: 1px;
	width: 320px;
	background-color: #1f1f1f;
}

.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;
}

#profile_album_thumbs_container
{
	padding: 5px;
}

