/*
	#### 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
*/

/* NOTE: you should be sure to apply your default font
  to all HTML elements listed below */
BODY, TD, TH, INPUT, SELECT {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

body {
	background-color: #CCCCCC;
}

/* this removes all margins (spacing) around these HTML block elements */
FORM, P, H1, H2, H3, H4 {
	margin: 0;
}

/* ".input" is applied to tables which are used for form input
   (e.g. the Search form) */
TABLE.input TH {
	font-weight: bold;
}

/* "UL.thumbs" is used for all thumbnail displays */
UL.thumbs LI {
	margin: 1px;
	height: 160px;
	background-color: #eeeeee;
}
 UL.thumbs TD.slide {
    background-color: #562367;
    border: 1px solid #999;
}

UL.thumbs LI:hover {
	background-color: #dddddd;
}

UL.thumbs LI TABLE TD {
	font: 11px Times New Roman;
}

UL.thumbs LI TABLE TD.slide {
	background-color: #ffffff;
	border-top: 1px solid #cc9900;
	border-right: 1px solid #cc9900;
	border-left: 1px solid #cc9900;
	border-bottom: 1px solid #cc9900;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
}
 TABLE.input TH {
    font-size: 11px;
    color: #562367;
    font-weight: bold;
}

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;
}

   a:link    {
	text-decoration: none;
	color: #562367;
}
   a:active  {text-decoration: none;}
   a:visited {
	text-decoration: none;
	color: #562367;
}
   a:hover   {text-decoration: none; color: gray;}

.style2 {
	color: #562367;
	font-weight: bold;
	font-size: 20px;
}

p.left {text-align: left}


p.right {text-align: right}

table.mlp {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: ridge ridge ridge ridge;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: #dddddd;
	padding: 5px 5px 5px 5px;
}
table.mlp th {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
}
table.mlp1 td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;

}

/* end stylesheet */