#polls_list_box
{
	padding: 14px;
}

#filter_tools
{
	float: left;
	display: block;
	margin: 0 0 8px;
	padding: 0;
	list-style: none;
}

#filter_tools li
{
	float: left;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	border-right: solid 1px #797979;
}

#filter_tools li.list_title
{
	padding-left: 0;
	border-right: none;
	color:#ffffff;
}

#filter_tools li.list_title a
{
	color:#ffffff;
}

#filter_tools li.last
{
	padding-right: 0;
	border-right: none;
}

#filter_tools a
{
	text-decoration: none;
	color: #e81e75;
}

#filter_tools a:hover, #filter_tools a.selected_filter
{
	color: #d3d3d4;
}

#filter_menu select
{
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-top:-16px;
	background-color:#CCCCCC;
	border: none;
	color:#333333;
	font-family:Arial;
	width:220px;
}

.paginator
{
	height: 22px;
	background-color: #2c2c2c;
	color: #ACACAC;
	font-size: 13px;
	line-height: 22px;
	margin-top: 8px;
	padding: 0 20px 0 10px;
}

.page_count_box
{
	float: left;
}

.paginator_controls
{
	float: right;
}

.arrow
{
	width: 10px;
	height: 7px;
	margin-top: 8px;
	float: left;
}

.left_arrow
{
	float: left;
	background: url('/img/apps/ugc_list/left_arrow_pink.png') 0 -14px no-repeat;
	_background-image: url('/img/apps/ugc_list/left_arrow_pink.gif');
}

.right_arrow
{
	background: url('/img/apps/ugc_list/right_arrow_pink.png') 0 -14px no-repeat;
	_background-image: url('/img/apps/ugc_list/right_arrow_pink.gif');
}

.right_arrow:hover, .left_arrow:hover
{
	background-position: 0 0;
}

.right_arrow.arrow_disabled, .left_arrow.arrow_disabled
{
	background-position: 0 -7px;
	cursor: default;
}

.paginator_controls ul
{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
	float: left;
}

.paginator_controls li
{
	float: left;
	margin-right: 15px;
}

.page_number_list a:link, .page_number_list a:visited
{
	text-decoration: none;
	color: #e81e75;
}

.page_number_list a:hover, .page_number_list a.selected_page
{
	color: #ffffff !important;
}

.selected_page
{
	background: url('/img/apps/ugc_list/page_number_selected.gif') 0 100% no-repeat;
	height: 26px;
	display: block;
}

.selected_page_bottom
{
	background: url('/img/apps/ugc_list/page_number_selected_bt.gif') 0 0 no-repeat;
	padding-top: 3px;
	margin-top: -3px;
}

ul.list_view
{
	list-style: none;
	padding: 0 0 13px 9px;
	background-color: #151515;
	width: 843px;
	margin-left: 0;
}

ul.list_view li.thumb{
	float:left;
	width: 148px;
	margin:13px 9px 0;
	line-height: 0;
	position: relative;
}

ul.list_view li.thumb img{
	width:146px;
	height:209px;
}

ul.list_view li.thumb img.view_icon{
	width:auto !important;
	height:auto !important;
}

ul.list_view li.last{
	margin-right:0px !important;
}

a.thumb_link{
	display:block;
	margin: 0;
	height: 209px;
	overflow: hidden;
	border: solid 1px #555555;
}

a.thumb_link:visited{
	border: solid 1px #555555;
}

a.thumb_link:hover{
	border: solid 1px #e81e75;
}

.overlay
{
	display: none;
}
.overlay img
{
	position: absolute;
	top: 3px;
}
.overlay_text
{
	position: absolute;
	left:38px;
}
a.thumb_link:hover .overlay
{
	background-color:#E81E75;
	bottom:0;
	color:#000000;
	display:block;
	height:20px;
	left:0;
	line-height: 18px;
	padding:0 0 0 5%;
	position:absolute;
	width:95%;
	font-weight: bold;
}
