/* GLOBAL */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	padding: 10px 0 0 0;
}
img {
	border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 12px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
/* LINKS */
a, a:link {
	color:inherit;
	text-decoration:none;
}
a:visited {
	color:inherit;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:white;
	cursor:pointer;
}
a:active {
	color:inherit;
	text-decoration:none;
}
/* MISC */
.clear {
	clear: both;
}
.borderTopLeft {
	border-top: 1px solid #787878;
	border-left: 1px solid #787878;
}
.borderBottomRight {
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
}

/* SITE WRAPPER */
#wrapper_large, #wrapper_thumb {
	text-align:left;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

/* COLLECTION HEADER */
#collectionHeader h1 {
	font-size: 14px;
}
#collectionHeader p {
	line-height: 16px;
	margin-top: 5px;
}

/* STAGE */
#stage, #stage2, #index {
	float: left;
	position: relative;
	margin: 0;
}

#stage, #stage2 {
	padding-bottom: 3px;
}

/* PREVIEW FULL */
#previewFull {
	float: left;
	position: relative;
	color:inherit;
	background-color: #191919;
}

/* INDEX */
.alignmentInner img {
	border: solid 3px white;
	padding: 0;
	margin: 0;
}

/* INDEX - LIST */
.row {
	position: relative;
	color:inherit;
	background-color: #a1a1a1;
width: 804px /*5 x CellWidth + 4px Gap*/
;
	height: 160px;
	overflow: hidden;
}

/* Metadata Formatting */
#detailTitle {
	margin: 10px 0 0 0;
	float:left;
	clear:both;
	text-align: center;
	width: 100%;
}

#detailCaption {
	margin: 3px 0px 0px 0px;
	text-align: center;
}

.preview {
	position: relative;
}

/* Moving Target Photos */
div.gridElem {
	float:left;
	width:134px;
	height:134px;
	background-image:url('../misc/134GridGrBlu.png');
	background-size:134px 134px;
	background-repeat:no-repeat;
}
img.indexGrid {
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;
}
img.indexGrid:hover {
	border-color:#ffffff;
}
div.detailFooter {
	clear:both;
	font-size: 10px;
	margin: 0px auto 0px auto;
	text-align:center;
}
div.gridFooter {
	font-size: 10px;
	margin: 0px auto 0px auto;
	text-align:center;
}

