/* NOTE: you should be sure to apply your default font
  to all HTML elements listed below */

/* ".input" is applied to tables which are used for form input
   (e.g. the Search form) */
TABLE.input TH {
	font-weight: bold;
}

UL.gallery_thumbs
{
	width: 100% !important;
}

UL.thumbs
{
   width: 100% !important;
}

/* TSI-specific style */
.thumbsGrid
{
	/*background-color: #1a1a1a;*/ 
	/*background-color: #ebe9ed;*/
	background-color: Black;
	padding: 8px;
}

/* "UL.thumbs" is used for all thumbnail displays */
UL.thumbs LI 
{
	height: auto;
	width: 170px;
	margin-top: 1px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 1px;
}

UL.thumbs LI TABLE 
{
   width: 170px;
   height: 174px;
}

UL.thumbs LI TABLE TD 
{
   width: 170px;
}

UL.thumbs LI TABLE TD.slide 
{
   /*border: 1px solid #e5e5e5;*/
   /*border: 1px solid #292929;*/
   border: 1px solid #282828;
	width: 170px !important;
	height: 174px !important;
	vertical-align: middle;
	text-align: center;
}

UL.thumbs LI TABLE TD.text 
{
	border: solid 0px black !important;
	visibility: hidden;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: relative;
	clear: both !important;
}

UL.thumbs LI TABLE A.gallery_list_name, 
UL.thumbs LI TABLE A.gallery_list_num_images, 
.gallery_collection_list_name, 
.gallery_collection_list_num_galleries,
.gallery_collection_toc_name,
UL.gallery_collection_toc LI
{
   color: White;
   font-size: 11px;
   text-align: left;
}

.slide
{
   width: auto !important;
}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}

FORM.page_select
{
   margin: 0px !important;
   padding: 0px !important;
}

.PhotoshelterMenuLink
{
   color: #9a9a9a;
   font-size: 13px; 
   font-weight: bold;
   text-transform: uppercase;
   margin-left: 3em;
   margin-right: 1em;
}
