/* gallery-specific styles */

.galleryTitle {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	
	background-color: navy;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	
	text-align: left;
}

.galleryDescription {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-color: black;

	margin-bottom: 18px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 6px;

	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: black;
}

.thumbnailContainer {
}

.allThumbnailsContainer {
	margin: 10px 10px 24px 10px;
}

.largeImageContainer {
	margin: 18px 10px 10px 10px;
}

.imageCaption {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-color: black;

	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 15px;
	padding-bottom: 6px;
}

a:link, a:active, a:hover, a:visited {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.disabledLink {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: black;
}

.tableCell {
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
