﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

#Gallery-View-Wrapper { margin-left: auto; margin-right: auto; width: 100%; }
#Gallery-Wrapper { margin-right: 10px; height: 200px; width: 145px; }
#Gallery-Background 
{
	width: inherit; 
	text-align: center;
	display: table-cell; 
	vertical-align: top; 
}
#Gallery-Background * { vertical-align: top; }
#Gallery-Background span { display: inline-block; height: 100%; }
#Gallery-Title {
	font-weight: bold; 
	font-size: 14px; 
	display: block; 
	text-align: center; 
	margin-bottom: 5px;
	height: 45px;
}
#Gallery-Title a { line-height: 18px; }

#Gallery-Photos-Wrapper { margin-right: 10px; height: 200px; width: 145px; }
#Gallery-Photos-Background {
	width: inherit; 
	display: table-cell; 
	vertical-align: top; 
	margin-bottom: 5px;
	text-align: center;
}
#Gallery-Photos-Background * { vertical-align: top; }
#Gallery-Photos-Background span { display: inline-block; height: 100%; }

#Gallery-Photo-Background { margin-left: auto; margin-right: auto; width: 550px; }
.Gallery-Photo-Description p { display: inline; font-size: 1.15em; }
.Gallery-Photo-Description {
	background: #FFFFFF;
	color: #000000;
	padding: 5px;
	font-style: italic;
	border-top: 1px solid;
}
#Gallery-Photo-Title {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
	background: #6953A3;
	border: solid 1px #808080;
	line-height: 22px;
	padding: 3px;
	text-align: center;
}
#Gallery-Photo-Thumb-Wrapper {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}
#Gallery-Photo-Thumb 
{
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	padding: 10px 0; 
}

/* Gallery Photos DataList
-------------------------------------------------------------------------------- */
.Gallery-Photos-DataList .AspNet-DataList table {
	width: 100%;
}

/* GalleryPhoto DetailsView
-------------------------------------------------------------------------------- */
.Gallery-Photo-DetailsView  {
	margin-top: 20px;
}

.Gallery-Photo-DetailsView .AspNet-GridView table {
	width: 100%;
}

.Gallery-Photo-DetailsView .AspNet-GridView div a {
	margin-top: 8px;
	padding-right: 9px;	
	float: left;
}