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

#profile_photo_album_thumb_list
{
	margin: 4px 2px 2px 2px;
	border: 1px solid #3f3f3f;
	padding: 4px 2px;
	background: #1f1f1f;
	text-align: center;
}

#profile_photo_album_thumb_list img
{
	border: 1px solid #666;
	padding: 1px;
}

#profile_photo_album_average_score_container
{
	margin: 4px 5px;
}

#profile_photo_album_average_score_container div
{
	margin: 2px 0px;
}

#profile_photo_album_average_score,
#profile_photo_album_average_score_rates
{
	color: #efba2c;
}

#profile_photo_album_rate_block_points
{
	margin: 4px 5px;
}


#profile_photo_album_screen
{
	margin: 2px;
	border: 1px solid #4f4f4f;
	padding: 4px;
	background-color: #111;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
}

#profile_photo_album_rate_block_points
{
	height: 16px;
	text-align: center;
}

.rate_point_off,
.rate_point_on,
.rate_point_active
{
	float: left;
	width: 22px;
	height: 18px;
	background-image: url('../../img/point_small_off.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-align: center;
	color: #afafaf;
	cursor: pointer;
}

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

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

.profile_photo_album_preview_img
{
	height: 50px;
	margin: 1px;
	cursor: pointer;
}

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

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