#search_info {
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	color: #000000;
	margin-top:10px;
}
#search_icon {
	display: inline-block;
	background-image: url(/images/page_tools/page-tools-sprite.png);
	background-position: -46px 0px;
	width: 26px;
	height: 29px;
	vertical-align: text-bottom;
}
.photo-album-container {
	left: -9999px;
	position: absolute;
	width: 600px;
	background-color: White;
	border: 2px solid #333333;
	border-radius: 12px;
	padding: 8px;
	z-index: 1000;
}
nel {
	padding-left: 5px;
}
#photo_back {
	/*photo stack background image */
	width: 196px;
	height: 164px;
	background-image: url(/images/photo/stack.png);
}

#scaler {
	/*Contains Images (Must correct for portrait) */
	width: 160px;
	padding-left: 5px;
	padding-top: 30px;
	height: auto;
	max-height: 110px;
	margin-left: auto;
	margin-right: auto;
}
#photo_container {
	/*CORRECTS FOR PORTRAIT IMAGES */
	margin-left: -5px;
	width: 100%;
	height: 110px;
	z-index: 1000;
	overflow: hidden;
}

#photo_container:hover {
	opacity: 0.6; /* css standard */
	filter: alpha(opacity=60); /* internet explorer */
}

.stretch img {
	/*USED IN CONJUNCTION WITH PHOTO_CONTAINER */
	width: 100%;
	height: auto;
}

.title {
	/*UNDER IMAGE ALBUM TITLE*/
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	width: 196px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	height:50px;
}

h3 {
	font-size: 12px;
	color: #000000;
	text-align: center;
}

#name_desc {
	position: relative;
	width: 245;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#container {
	margin: 0 auto;
	font-size: 14px;
	text-align: left;
}
.photo_h2 {
	clear: left;
	padding:10px 0px 10px 60px;
	background-color:transparent;
	margin-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-image: url(/images/photo/cam.png);
	background-repeat:no-repeat;
	background-position:5px 50%;
	border:1px solid #666;
	border-radius:5px;
	background-color:#f3f3f3;

}

#search_box {
	position: absolute;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;
	right: 0;
	width: 350px;
	border: 3px solid #000000;
	border-radius:10px;
	z-index: 1000;
	display: none;
}

.page-tools-icon {
	height: 25px;
	width: 25px;
	margin-top: -22px;
	margin-left: -2px;
	background-image: url(/images/page_tools/pagetools.png);
	background-repeat: no-repeat;
}
.close-tools {
	position: relative;
	float: right;
	height: 24px;
	width: 24px;
	background-image: url(/images/photo/kill25.png);
	background-repeat: no-repeat;
	margin-right: -8px;
	margin-top: -5px;
}
.show_hide {
	display: none;
	float: right;
	z-index: 9999;
}


.tools {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d7da4;
	clear: left;
	margin-left: -70px;
	margin-top: 10px;
}
.instruction-text {
	float: left;
	width: 85%;
}
#paging_wrapper {
	clear: both;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.paging_bottom {
	clear: both;
	padding-top: 20px;
	text-align: center;
}
#photo_insert {
	width: 196px;
	float: left;
	padding-right: 5px;
}
#tools_wrapper {
	/*Positions Child elements*/
	position: relative;
	width: 100%;
	padding-bottom: 10px;
}
.tools-location {
	float: right;
	margin-bottom: 3px;
}
.search-title {
	font-weight: bold;
	margin-left: 150px;
	margin-top: -20px;
}
.search-area-pad {
	margin-top: 10px;
	margin-left: 10px;
}
.search-button-pad {
clear:left;
float:left;
margin-left:10px;
margin-top:10px;
}
.search-fields {
	margin:10px 0px 0px 10px;
}
.search-field-label {
	float:left;
	margin-right:10px;
	margin-top:2px;
}
.search-field-input {
	float:left;
}

/**Smartphones **/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#search_box {
		width:320px;
	}
}
.popup-wrapper .instruction-text {
	float:none;
}
#page_content {
	min-height:400px;
}
#photo_page_list .option-container { 
	float:left; 
	margin-right:15px;
}
#photo_page_list .option-label { 
	font-size:15px; 
	font-weight:bold; 
	line-height:18px;
	transition:all .5s ease;
}
#photo_page_list .option-icon { 
	height:24px; 
	width:24px;
	background-repeat:no-repeat; 
	background-position:center center; 
	float:left; 
	background-size:18px;
	margin-right:3px;
}
#photo_page_list .option-link { 
	line-height:18px; 
	padding-left:23px; 
	font-size:15px; 
	text-decoration:none; 
	color:#000; 
	font-weight:bold; 
	background-repeat:no-repeat; 
	background-size:18px; 
	background-position:0px 50%;
}
#photo_page_list .newest-icon { 
	background-image:url(/images/shared_images/newest.png);
}
#photo_page_list .filter-icon { 
	background-image:url(/images/shared_images/filter.png);
}
#photo_page_list .search-icon { 
	background-image:url(/images/documents/search.png);
}
#photo_page_list .all-icon { 
	background-image:url(/images/shared_images/show_all.png);
}
#photo_page_list .option-container:hover .option-label { color:#666; cursor:pointer;}
#photo_page_list #filter_container,
#photo_page_list #search_container {
	box-sizing:border-box;
	float:left;
	padding:10px;
	border:1px solid #cdcdcd;
	margin-bottom:10px;
	margin-top:10px;
	clear:left;
	display:none;
}
#photo_page_list .filter-title { 
	width:100%;
	font-size:15px;
	font-weight:bold;
	color:#000;
}
#photo_page_list #filter_container .half {
	width:300px;
	float:left;
}
#photo_page_list .search-field-label { 
	float:left;
	font-size:12px;
	font-weight:normal;
	min-width:50px;
}
#photo_page_list .search-field-input {
	float:left;
	max-width:95%;
	min-width:200px;
}
#photo_page_list #filter_container .half .search-field-input select {
	width:100%;
	max-width:100%;
}
#photo_page_list #filter_container .half.subgroup-half {
	width:300px;
}
#photo_page_list .subgroup-half .search-field-label {
	width:80px;
}
#photo_page_list .subgroup-half .search-field-input {
	width:200px;
}
#photo_page_list .subgroup-half .search-field-input select {
	width:100%;
	max-width:100%;
}
#photo_page_list .form-row label {
	width:65px;
	font-size:12px;
}
#photo_page_list #search_container,
#photo_page_list #filter_container {
	padding-right:100px;
	position:relative;
}
#photo_page_list .search-button-pad {
	position:absolute;
	right:10px;
	bottom:15px;
}
#photo_page_list #filter_container .search-button-pad {
	bottom:10px;
}
#photo_page_list .RadDropDownTree.RadDropDownTree_Default {
	width:200px !important;
}
#photo_page_list .photo-results { 
	margin-top:20px; 
}
#photo_page_list #paging_wrapper,
#photo_page_list #paging_bottom {
	margin-top:3px;
	margin-bottom:3px;
	clear:both;
	text-align:center;
}