/*
	#### Sample PhotoShelter Customization stylesheet ####

	This stylesheet implements some default styles for the PhotoShelter site.
	By including this stylesheet in your Custom Site Template, your pages 
	will emulate the look and feel of the standard PhotoShelter site.  

	This stylesheet does not illustrate all possible ways to manipulate the
	presentation of your Customized site. For a full list of CSS class 
	selectors available in the customization environment, please consult the 
	PhotoShelter Customization Tutorial:
	
	https://www.photoshelter.com/mem/home/help/custom/tut

	For the original css use http://www.photoshelter.com/css/custom/sample.css
*/

A {
	color: #aaaaaa; 
	text-decoration: none ;
}

A:hover {
	color: #686F77;
}

A:visited {
	color: none;
}

BODY {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
    	color: #051820;
	background-color: #051820;
	scrollbar-face-color: #686F77; 
	scrollbar-highlight-color: #383C43;
	scrollbar-track-color: #383C43; 
	scrollbar-arrow-color: #383C43; 
	scrollbar-shadow-color: #383C43; 
	scrollbar-3dlight-color: #383C43; 
	scrollbar-darkshadow-color: #383C43;
}

TD, TH, INPUT, SELECT {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
}

FORM, P, H1, H2, H3, H4 {
	margin: 0;
}


TABLE.input TH {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #ffffff;
}

TABLE.input TD {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #ffffff;
}

TABLE.signup_form {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #ffffff;
}

TABLE.signup_form TH {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #ffffff;
}

TABLE.signup_form TD {
	font-family: Verdana,Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #ffffff;
}

UL.thumbs {
	width: 530px;
	padding: 0px;
	spacing: 0px;
}

UL.thumbs LI {
	height: 130px;
}

UL.thumbs LI TABLE TD {
	font: 10px Verdana;
	font-color: #ffffff;
}

UL.thumbs LI TABLE TD.slide {
	width: 100px;
	height: 110px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
}

UL.thumbs TD.gallery_thumbs.text {
	font: 10px Verdana;
	font-color: #ffffff;
}

TD.gallery_thumbs.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	font-variant: normal;
	color: #FFFFFF;
}

UL.thumbs.search_thumbs TD.slide {
	width: 100px;
	height: 110px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
}

UL.thumbs.search_thumbs {
	width: 100px;
	height: 110px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
}

TD.search_thumbs.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	font-variant: normal;
	color: #FFFFFF;
}


UL.gallery_list {
	width: 730px;
	padding: 0px;
	spacing: 0px;
}

UL.gallery_list LI {
	height: 160px;
}

UL.thumbs.gallery_list {
}

UL.thumbs.gallery_list TD.slide {
	width: 100px;
	height: 110px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
}

UL.gallery_collection_list {
	width: 730px;
	padding: 0px;
	spacing: 0px;
}

UL.gallery_collection_list LI {
	height: 160px;
}

UL.thumbs.gallery_collection_list {
}

UL.thumbs.gallery_collection_list TD.slide {
	width: 100px;
	height: 110px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
}

.search_results {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	font-variant: normal;
	color: #FFFFFF;
}

DIV.search_tips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	font-variant: normal;
	color: #FFFFFF;
}


.gallery_list_num_images {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	font-variant: normal;
	color: #999999;
}

.gallery_collection_list_num_galleries {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	font-variant: normal;
	color: #999999;
}