﻿.SelectPhotoGalleryLink
{
	float: right;
	padding-right: 15px;
}

.ViewAllThumbnailsLink
{
	float: right;
}
.ViewAllThumbnailsLink a
{
	text-decoration: none;
	font-size: 12px;
	color: #7C7C7C;
}
.ViewAllThumbnailsLink a:hover
{
	color: #B7B7B7;
}


.PhotoListContainer
{
	padding-top: 5px;
	padding-bottom: 5px;
}
.PhotoList
{
	height: 150px;
	width: 100%;
}
.PhotoList .Item
{
	text-align: center;
	margin: 0px auto;
}
.PhotoThumbnailContainer
{
	border: 1px solid Transparent;
	width: 120px;
	text-align: center;
	margin: 0px auto;
	cursor: pointer;
}
.PhotoThumbnailContainer.MouseOver
{
	border: 1px solid #82B9DF;
	background-color: #D9EFFF;
}
.PhotoThumbnailContainer .ThumbnailCell
{
	vertical-align: bottom;
	padding-top: 5px;
	height: 105px;
}
.PhotoThumbnailContainer .ThumbnailBorder
{
	border: 1px solid #999999;
	text-align: center;
	margin: 0px auto;
	padding: 1px;
}
.PhotoThumbnailContainer .ThumbnailTitleCell
{
	height: 40px;
	vertical-align: top;
	font-size: 10px;
}

.PhotoListPageLinks
{
	float: left;
}
.PhotoListItemCount
{
	float: right;
}
.PhotoListCurrentPage
{
	text-align: center;
}

.PhotoContainer
{
	text-align: center;
	margin: 0px auto;
}
.PhotoTable
{
}
.PhotoTable .HeaderCell
{
	padding-bottom: 5px;
}
.PhotoTable .PhotoTitle
{
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.PhotoTable .PhotoClose
{
	float: right;
}
.PhotoTable .PhotoClose img
{
	cursor: pointer;
}
.PhotoTable .ImageCell
{
	border: 1px solid #10697B;
	padding: 1px;
}
.PhotoTable .PhotoImage
{
}
.PhotoTable .DescriptionCell
{
	text-align: left;
	padding-top: 5px;
}

/********* View All Thumbnails *************/
.ViewAllThumbnailsPanel
{
	background: White;
	width: 650px;
	border: 1px solid #313431;
}
.ViewAllThumbnailsDragPanel
{
	padding: 5px;
	background: #A5BAD6;
	border-bottom: 1px solid #313431;
}
.ViewAllThumbnailsTitle
{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.ViewAllThumbnailsClosePanel
{
	float: right;
}
.ViewAllThumbnailsClosePanel img
{
	cursor: pointer !important;
}
.ViewAllThumbnailsListPanel
{
	padding: 5px;
	overflow: scroll;
	height: 400px;
}
