.galleryWideMessage
{
	position:relative;
	float:left;
	clear:both;
	width: 916px;
	border: 1px solid #000;
	margin: 10px 0 0 20px;	
	padding: 0;
}

.loadingLabelBox
{
	font-size: 24px;
	font-weight: bold;	
	margin: 26px 0 0 46px;
}

.galleryWideMessageNocollapse
{
	position:relative;
	float:left;
	clear:both;
	width: 916px;
	border: 1px solid #000;
	margin: 10px 0 0 20px;	
	padding: 0;
}

.galleryWideMessage p 
{
	margin: 5px 15px 10px;
}

.galleryWideMessage li
{
	margin: 0 0 5px;
}	

.galleryWideMessageTitle
{
	position:relative;
	float:left;
	background: #7979C9 url('../images/personal/gallery/galleryGradient.gif') repeat-x;
	text-align:center;	
	padding: 10px 0;
	width: 100%;
	/*cursor: pointer;*/
	text-shadow: 1px 1px 2px #FFF;
}

.galleryWideMessageTitle a
{
	text-decoration: none;
	color:inherit;	
}

.galleryWideMessageTitle h2
{
	display: inline;	
}

.galleryWideMessage>h3
{
	display: block;	
	clear:both; 
	margin: 0 0 15px 15px;
}

.galleryWideMessage hr
{
	display:block;
	float:left;
	clear:both;
	width: 100%;	
}

.galleryWideMessageContent
{
	position:relative;
	float:left;
	clear:both;
	width: 916px;
	border-top: 1px solid #000;
	padding: 5px 0;
	margin: 0 0 11px;
}

a.galleryEditLink
{
	display: block;
	float:left;
	clear:both;
	margin: 20px 0 0 10px;		
}

.loggedInOwnerListing
{
	color: #900;
	font-weight: bold;	
}

.galleryThumbnail
{
	position:relative;
	padding:0;
	float:left;
	margin: 11px 0 0 11px;
	border: 6px solid #4444B3;	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-box-shadow: 5px 5px 5px #888;
	-icab-box-shadow: 5px 5px 5px #888;
	-khtml-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	width: 90px;
	height: 90px;
}

.galleryFormContainer
{
	position:relative;
	float:left;
	clear:both;	
	margin: 0 15px 0;
}

.galleryFormContainer p
{
	margin: 5px 15px 10px 0;
}

.galleryFormContainer input
{
	margin: 5px 0;	
}

*:first-child+html .galleryThumbnail
{
	z-index: 0;	
}

.layoverFrame
{
	border: 10px solid #4444B3;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-o-box-shadow: 5px 5px 5px #888;
	-icab-box-shadow: 5px 5px 5px #888;
	-khtml-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;	
	position:absolute;
	z-index: 2;
	display:none;
	background-color: #4444B3;
}

.modalClose
{
	position:absolute;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: transparent url(../images/personal/modalClose.png) repeat-x;
	cursor: pointer;
	display:none
}

#modalIFrame
{
	border:none;	
}

.galleryThumbnail img
{
	margin: 0;
	padding: 0;
	border: none;	
}

.galleryThumbnail a
{
	margin: 0;
	padding: 0;
	border: none;	
}

.galleryWideMessageTitle h2
{
	margin:0;
}

.hidden
{
	display: none;
}

.grayout
{
	background-color: #747474;
	filter:alpha(opacity=75);
	opacity: 0.75;
	position: absolute;
	top: 0;
	z-index: 1;
	display:none;
}

.galleryDetails
{
	position:absolute;
	background: #8c8cd1;
	border: 3px solid #4444B3;
	margin: 5px 0 0 0;
	padding: 5px;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-box-shadow: 5px 5px 5px #888;
	-icab-box-shadow: 5px 5px 5px #888;
	-khtml-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888; 	
	z-index: 2;
	max-width: 210px;
	overflow: auto;
}

.frameControls
{
	height:45px;
	margin-top: 5px;
	clear:both;
}

.previousContainer
{
	float:left;
	height:45px;
	cursor:pointer;
}

.informationContainer
{
	float: left;
	margin-left: 10px;
	font-size: 12px;
	padding: 5px;
	overflow: auto;
	height: 40px;
}

.informationContainer a, .informationContainer a:active, .informationContainer a:hover, .informationContainer a:link, .informationContainer a:visited 
{
	color: #000;	
}


.nextContainer
{
	float: right;
	height:45px;
	cursor:pointer;
}
