/* component Top Rated Photos template */

#top_rated_photos_tbl td
{
	border-bottom: 1px solid #e15c10;
	padding: 2px 0 16px 0;
	vertical-align: top;
}

div.top_rated_photo_container
{
	position: relative;
	margin: auto;
}

div.top_rated_photo_large_container
{
	position: absolute;
	top: 120px;
	left: 100px;
	z-index: 120;
	width: 0px;
	height: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

div.top_rated_photo_container a.profile_useraname
{
	display: block;
	margin: 2px;
	font-weight: bold;
}

div.top_rated_photo_container div.image_container
{
	position: relative;
	width: 146px;
	margin: 4px auto;
	cursor: pointer;
}

div.top_rated_photo_place_sign
{
	position: absolute;
	top: 17px;
	right: 2px;
	border: 1px solid #afafaf;
	padding: 1px 2px;
	background-color: #6f6f6f;
	color: #efefef;
	font-weight: bold;
}

div.top_rated_photo_container img
{
	width: 146px;
}

.top_rated_photo_container .image_score
{
	margin-top: 4px;
}

.top_rated_photo_container .image_score .score
{
	color: #00688b;
}

.top_rated_photos_page_navigation_line
{
	margin: 1px 2px;
	text-align: right;
}

.top_rated_photos_page_navigation_line a
{
	text-decoration: none;
}

.top_rated_photos_page_navigation_line a.active_page
{
	font-weight: bold;
	text-decoration: underline;
}


td#top_rated_photo_place_1 .top_rated_photo_place_sign
{
	top: 16px;
	right: 1px;
	border: 1px solid #a74a00;
	padding: 1px 2px 2px 3px;
	background-color: #efc504;
	color: #6f1f1f;
	font-size: 19px;
}

td#top_rated_photo_place_2
{
	padding-top: 40px;
}

td#top_rated_photo_place_2 .top_rated_photo_place_sign
{
	top: 16px;
	right: 1px;
	border: 1px solid #dde2e7;
	padding: 0 2px 1px 2px;
	background-color: #b7bbbf;
	color: #6f1f1f;
	font-size: 17px;
}

td#top_rated_photo_place_3
{
	padding-top: 80px;
}

td#top_rated_photo_place_3 .top_rated_photo_place_sign
{
	top: 16px;
	right: 1px;
	border: 1px solid #af3e00;
	padding: 0 2px;
	background-color: #e78d23;
	color: #6f1f1f;
	font-size: 13px;
}