@charset "utf-8";
/* All Scenes-Scene Filter Page */
.allScenesPage {
	border-bottom: solid 1px #333;
}
#allScenesFilter, #updateHolder {
	width: 900px;
	height: auto;
	background-image: url(/themes/default/images/left_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#allScenesFilter .headingRight, #updateHolder .headingRight {
	width: 15px;
	height: 25px;
	float: left;
	background-image: url(/themes/default/images/right_corner.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#allScenesFilter h2, #updateHolder h2 {
	width: 870px;
	height: 25px;
	float: left;
	margin-left: 15px;
	display: inline;
	background-image: url(/themes/default/images/header_bar_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-transform: uppercase;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
.redBold {
	color: #ff0000;
}
.numSceneBlue {
	color: #90beef;
}
#allScenesFilterOptions {
	width: auto;
	height: auto;
	padding-left: 28px;
}
#allScenesFilterOptions #sceneFilter {
	width: 780px;
	height: auto;
	padding-top: 5px;
	text-align: left;
	float: left;
}
#allScenesFilterOptions h3 {
	text-align: left;
	font-size: 16px;
	padding-top: 8px;
	padding-right: 3px;
	float: left;
}
#allScenesFilterOptions #filterMenu {
	float: left;
	width: auto;
	height: auto;
	padding-top: 6px;
}
#allScenesFilterOptions #sceneFilter select.noFilter {
	display: inline;
	float: left;
	margin: 5px 0px 5px 6px;
	width: 120px;
	border: 1px solid #333;
}
#allScenesFilterOptions #sceneFilter select.currentFilter  {
	border: 1px solid #333;
	background-color: #c00000;
	color: #f9f9f9;
}
#allScenesFilterOptions #sceneFilter #resetButton  {
	margin: 3px 0px 5px 6px; 
	float: left; 
	width: 120px;
}
#allScenesFilterOptions #sceneFilter br {
	clear: both;
}
.thumbBox ul, #updatesContent .thumbBox ul, .sceneBox .thumbBox ul, #filterContent ul.scenesNav, #modelResult ul.pornstarsNav {
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	margin: 0px auto;
	color: #999;
	height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thumbBox ul li, #updatesContent .thumbBox ul li, .sceneBox .thumbBox ul li, #filterContent ul.scenesNav li, #modelResult ul.pornstarsNav li {
	width: 14px;
	height: 14px;
	font-size: 12px;
	display: inline;
	margin-right: 2px;
    margin-left: 2px;
}
.thumbBox ul li a, #updatesContent #paginationLower li a, .sceneBox .thumbBox ul li a, #filterContent ul.scenesNav li a, #modelResult ul.pornstarsNav li a {
	text-decoration: none;
	color: #70b1f5;
	font-weight: bold;	
	width: 14px;
	height: 14px;
}
.thumbBox ul li a:hover, #updatesContent #paginationLower li a:hover, .sceneBox .thumbBox ul li a:hover, #filterContent ul.scenesNav li a:hover, #modelResult ul.pornstarsNav li a:hover {
	text-decoration: underline;
	color: #70b1f5;
}
#scenesFilterPage #centerContent #updatesContent #allScenesFilter .sceneBoxContent .sceneBox  {
	border-right: solid 1px #333;
	border-left: solid 1px #333;
}
.currentpage {
	border: 1px solid #777;
	font-weight: bold;
	text-align: center;
}
