/*
Container for photo store-related popup windows.
*/
.PhotoStoreWindowContainer {
	position: absolute;
	display: none;
	background-color: #F7F7F7;
	color: #333333;
	font-size: 12px;
	border: 1px solid #555555;
	padding: 10px;
	letter-spacing: 1px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*
Inner container table defined as a workaround for CSS's quirks. Its aim is to put a dashed border with the proper padding around the content.
*/
TABLE.PhotoStoreWindowTable {
	border: 1px dashed #BBBBBB;
	clear: both;
	width: 100%;
	height: 100%;
}

TABLE.PhotoStoreWindowTable TD {
	letter-spacing: 1px;
}

TABLE.PhotoStoreWindowTable TD {
	padding: 10px;
	color: #444444;
	font-size: 12px;
}

TABLE.PhotoStoreWindowTable TD .Title,TABLE.PhotoStoreWindowTable TD.Title
	{
	font-family: Helvetica, Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	padding-bottom: 20px;
	color: #4343B3;
}

TABLE.PhotoStoreWindowTable TD .Header,TABLE.PhotoStoreWindowTable TD.Header
	{
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	padding-bottom: 20px;
	color: #888888;
}

.PhotoStoreWindowContainer .ClosePhotoStoreWindowLink {
	font-family: Verdana, Arial;
	font-weight: normal;
	float: right;
	display: inline;
	font-size: 11px;
	letter-spacing: 1px;
	color: #666666;
	font-size: 11px;
	position: relative;
	top: -5px;
	left: 5px;
	/*z-index: 2  */
}

.PhotoStoreWindowContainer INPUT {
	background-color: #D0D0E9;
	color: #333333;
	border-color: #999999;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border: 1px outset #b37d00 ;	
}

.PhotoStoreWindowContainer TEXTAREA {
	background-color: #F3F3F3;
	color: #333333;
	border-color: #999999;
	border-width: 1px;
	font-family: Verdana;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 2px;
}

.PhotoStoreWindowContainer SELECT {
	background-color: #F3F3F3;
	color: #333333;
	left: 150px;
	position: absolute;
}

.PhotoStoreWindowContainer SELECT OPTION {
	margin: 0px;
}

.PhotoStoreWindowContainer A {
	letter-spacing: 1px;
}

.PhotoStoreWindowContainer A:hover {
	color: #505050;
	border-bottom: 1px solid #505050;
}

.PhotoStoreWindowContainer .ErrorMessage {
	display: none;
	color: #D00000;
	font-size: 11px;
	letter-spacing: 1px;
}

.NavigationItemReference {
	text-transform: lowercase;
	font-variant: small-caps;
}
