
/***************************************************
MULTIPLE SECTIONS PHOTO STYLES 
***************************************************/

.PhotoTableLeft {
	float:left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.PhotoTableRight {
	float:right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.PhotoDiv {
	padding-right: 5px;
	padding-bottom: 5px;
	background-image: url(/ManagerTools/assets/Pages/PhotoShadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.PhotoDiv Img {
	border: 1px solid #666;
	padding: 4px;
}
.SectionDiv {
	display: block;
	clear:both;
}
 
 
/***************************************************
PHOTO SECTION
***************************************************/

#photobackto {
	color: #666;
	font: 10px Verdana;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: solid 1px #CCC;
}
#detailholder {
	text-align: center;
	width: 425px;
	padding: 15px 0 15px 0;
}
#photosinalbum {
	color: #666;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #CCC;
	padding: 2px 10px 2px 10px;
	margin: 15px 0 15px 0;
}
#photopaging{
	float: right;
	font-size: 11px;
	font-weight: bold;
}

#slideshowbutton {
	float: right;
}
#slideshow{
	text-align:center;
}
.PhotoTitle{
	color: #000;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: Verdana;
}
 
.HelpLinkShow {
	font: 12px Verdana;
	margin: 10px 0 0 0;
	clear : left;
	width: 143px;
}
.HelpLinkHide{
	background: url(/ManagerTools/assets/Photo/HideArrow.gif) no-repeat;
	font: 12px Verdana;
	padding: 0px 0px 0 18px;
	margin: 10px 0 0 0;
	clear : left;
	width: 143px;
}
.HelpImage {
	clear: left;
	display: block;
}
.HelpImageHide {
	clear: left;
	display: none;
} 