/* Gallery One */
.sizesetting
{
	font-size: .7em;
}
	
/*  */
div.spacer {
  clear: both;
  }
    
.box, .boxBox
{
	border-collapse: collapse;
	border: 1px #CBCBCB solid;
}

.boxBox
{
	width: 100%;
}

.boxHeader
	{
	background-color: #F0F1F2;
	border: 1px #CBCBCB solid;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	font-weight: 900;
	color: #316C9E;
	clear: both;
  	height: 23px;
  	margin: 0px auto;
	padding: 2px 0px 2px 10px;
}
.boxBoxBody
{
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px #CBCBCB solid;
}
.blueBoxImageDetail
{
	background-color: #E9F2FB;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	padding-bottom: 5px;
	height: 23px;
	padding: 2px 0px 2px 10px;
}

span.verticalPipe
{
	color: #CBCBCB;
}

div.row
{
	padding-top: 5px;
	padding-right: 10px;
	white-space: nowrap;
	height: 15px;
}
div.row span.left {
  float: left;
  text-align: left;
  width: 49%;
  white-space: nowrap;
  }
 
div.row span.right{
	float: right;
	text-align: right;
	width: 49%;
	white-space: nowrap;
}

div.row span.leftBold {
  float: left;
  text-align: left;
  font-weight: bold;
  width: 49%;
  white-space: nowrap;
  }

div.row span.rightBold {
  float: right;
  text-align: right;
  font-weight: bold;
  width: 49%;
  white-space: nowrap;
  }
  
div.row span.rightFull {
  float: right;
  text-align: right;
  white-space: nowrap;
  }
.mainBoxBody
{
	padding: 15px;
	background-color: #fff;
	font-size: .7em;
}
.subBoxBody
{
	padding: 5px 10px 10px 10px;
	background-color: #fff;
	font-size: .7em;
}
.currentPage
{
	font-weight: 900;
	color: #FF6600;
}
.imageDetailPage
{
	background-color: #F0F1F2;
	border: 1px #CBCBCB solid;
	float: left;
}
.imageAlbumPreview
{
	margin-right: 15px; 
	float: left;
	background-color: #F0F1F2; 
	border: 1px #CBCBCB solid;
}
.imageAlbumListPreview
{ 
	background-color: #F0F1F2; 
	border: 1px #CBCBCB solid;
}
span.imageTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	font-weight: 900;
	color: #316C9E;
}
span.imageDescription
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
	font-style: italic
}
#commentsContainer
{
	
}

p.comment
{
	margin: 10px 20px 10px 20px;
}

.albumListContainer
{
	height: 80px; 
	white-space: nowrap
}

.albumListAttributes
{
	line-height: 16px; 
	text-align: left; 
	float: left; 
	white-space: nowrap;
}

.imageListPreview
{
	float: none;
	background-color: #F0F1F2; 
	border: 1px #CBCBCB solid;
}
.imageListContainer
{ 
	margin: 15px;
	text-align: center;
	font-size: .7em;
}

.imageListContainer img 
{
	display: block;
	text-align: center;
	padding: 15px;
}

.parentContainer
{
	table-layout: fixed;
	text-align: center;
	width: 80%;
}

.tblAlbumList
{
	border: 1px #CBCBCB solid;
	border-collapse: collapse;
}

.tblAlbumItem
{
	empty-cells: show;
	text-align: left;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .7em;
}

.tblAlbumItem td
{
	padding: 5px 5px 5px 10px;
}

.AlbumListCell
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1em;
}
.tblCellPadding
{
	padding: 15px;
}

.secondaryThumbnailPopup
{
	position: absolute;
	padding: 3px 3px 3px 3px;
	background-color: #DDEEFF;
	display: block;
	visibility: hidden;
}
.secondaryThumbnailHidden
{
	position: absolute;
	display: none;
	visibility: hidden;
}
