@charset "UTF-8";
/* CSS Document */


ul.imageGallery {
	padding: 0;
	text-align: center;	
	line-height: 1em;	
	list-style-image: none;
	list-style-type: none;	
}

.fltRght {
	float: right;
	margin: 0 0 25px 0;
}

.fltLft {
	float: left;
	margin: 0 0 25px 0;
}


ul.imageGallery li {
    /*
	display: inline;	
	margin-bottom: 10px;
	padding: 5px;
	
	background-color:#E1DED5;
	border: 1px solid #666;
	*/
	
}


ul.imageGallery img {
	padding: 5px;
	/*
	padding-top: 5px;
	padding-right: 5px;	
	padding-bottom: 5px;
	padding-left: 5px;	
	*/
	border: 1px solid #666;
	/*
	border-top: 1px solid #666;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	*/	
}

.displayCaption {
	margin-top: 10px;	
}

.displayDate {
	color: #999999;	
}

.clearFlt {
	clear:both;	
}

.leftAlign {
	text-align:left;
}

.searchPagination {
	text-align: center;
	text
}

.errorMessage {
	width: 50em;	
	text-align:left;
	/*
	color: #990000;
	*/
}

.searchPagination {
	font-size: 70%;
	text-align: center;
}

.numberOfFiles {
    font-size: 70%;
	width: 40em;
	color: #999999;	
}

.popUpDisplayCaption {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin-top: 10px;
	text-align: center;	
}

.popUpDisplayCaption a:link {color: #000000; text-decoration: none; font-size: 70%;} /* Sky Blue */
.popUpDisplayCaption a:visited {color: #000000; text-decoration: none; font-size: 70%;} /* Sky Blue */
.popUpDisplayCaption a:hover, .popUpDisplayCaption a:active, .popUpDisplayCaption a:focus {color: #000000; text-decoration: underline; font-size: 70%;} /* Sky Blue */