/* GLOBAL */
* {
	margin:0;
	padding:0;
	color: #b3b3b3;
}
body {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 0;
}
img {
	border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 13px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #efefef;
  font-size: 22px;
}
h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #dfdfdf;
  font-size: 18px;
}
h3 {
  color: #cfcfcf;
  font-size: 16px;
}
h4 {
  color: #c3c3c3;
}

/* LINKS */
a, a:link, a:hover {
	text-decoration:underline;
	cursor:pointer;
}
a:link a:visited a:hover, a:active {
	text-decoration:none;
}
/* MISC */
.clear {
	clear: both;
}

/* SITE WRAPPER */
#wrapper2, #wrapper {
	text-align:left;
	width: 807px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
/* SITE TITLE */
#sitetitle {
	margin-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}

/* PAGINATION */
.pagination {
	float: right;
	margin-bottom: 10px;
	padding: 0;
}
.pagination ul {
	margin: 0;
	padding: 0;
}
.pagination li {
	float: left;
	list-style: none;
	padding: 5px;
}
.pagination li, .pagination a {
}
.pagination .previous {
	font-weight: bold;
	margin-left: 25px;
}
.pagination .next {
	font-weight: bold;
}
.pagination .readout {
	font-weight: bold;
}
.pagination .current {
	border: solid 1px #7f7f7f;
}

/* STAGE */
#stage, #stage2, #index {
	float: left;
	position: relative;
	margin: 0;
}

#stage, #stage2 {
	padding-bottom: 10px;
	border-bottom: 1px dotted #7f7f7f;
}

/* PAGINATION */
.previewFullNav ul {
	margin: 0;
	padding: 5px;
}
.previewFullNav li {
	display: inline;
	padding: 10px;
}
/* INDEX - GRID */
.thumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.selectedThumbnail, .thumbnail:hover {
	color:inherit;
	background-color: #a1a1a1;
}
/* INDEX */
.selected {
	color:inherit;
	background-color: #a1a1a1;
}
.selected:hover {
	color:inherit;
	background-color: #a1a1a1;
}
.selected .alignmentInner img {
	border: solid 3px white;
	padding: 0;
	margin: 0;
}
.itemNumber {
	z-index: 0;
	position: absolute;
	top: 2px;
	left: 2px;
	background-color:inherit;
	color: #9c9c9c;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -1px;
}
.fullSize {
	position: absolute;
	left: 0;
	bottom: 0;
}
.sendMail {
	position: absolute;
	right: 0;
	bottom: 0;
}
/* INDEX - LIST */
.row {
	position: relative;
	color:inherit;
	background-color: #a1a1a1;
width: 804px /*5 x CellWidth + 4px Gap*/
;
	height: 160px;
	overflow: hidden;
}
.cellThumbnail {
	float: left;
	position: relative;
	color:inherit;
	background-color: #949494;
	width: 200px;
	height: 100%;
	overflow: hidden;
}
.cellThumbnail:hover {
	color:inherit;
	background-color: #949494;
}
.cellDescription {
	float: left;
	position: relative;
	width: 350px;
	height: 100%;
	overflow: hidden;
}
.cellDescription .padding {
	padding: 10px;
}
.cellDescription h1 {
	background-color:inherit;
	color: #E5E5E5;
	font-size: 14px;
}
.cellDescription p {
	background-color:inherit;
	color: #E5E5E5;
	line-height: 16px;
	margin-top: 5px;
}
.cellMetaData {
	float: left;
	position: relative;
	color:inherit;
	background-color: #9D9D9D;
	width: 250px;
	height: 100%;
	overflow: hidden;
}
.cellMetaDataContainer {
	width: 250px;
}
.cellMetaDataLabel {
	float: left;
	width: 40%;
	text-align: right;
}
.cellMetaDataLabel p {
	background-color:inherit;
	color: #e5e5e5;
	font-size: 10px;
	line-height: 12px;
	padding-right: 3px;
}
.cellMetaDataData {
	float: left;
	width: 60%;
	text-align: left;
}
.cellMetaDataData p, .cellMetaDataData a {
	background-color:inherit;
	color: #E5E5E5;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding-left: 3px;
}

#detailTitle {
	margin: 10px 0 0 0;
	float:left;
	clear:both;
	text-align: center;
	width: 100%;
}

.detailNav {
	width: 100%;
	float:left;
	clear: both;
	text-align: center;

}

.detailNav ul {
	margin: 10px auto;
	text-align: center;
}

.detailNav ul li {
	display:inline;
	text-align: center;
	list-style: none;
	padding: 5px;
}



#detailImage {
	text-align: center;
	width: 100%;
}

#detailCaption {
	margin: 10px;
	text-align: center;
}


/* .previewMetadata... */
/* ......... removed ...........*/




.thumb {
	border: 1px solid black;
	position: relative;
}

/* .dropShadow */
/* ......... removed ...........*/

#previewFull {
  background-color: #404040 !important;
  width: 680px !important;
  color: inherit;
}

#liveUpdateContactInfo {
  color: #B3B3B3 !important;
  background-color: inherit;
}

#content {
  background-color: #292929 !important;
  color: inherit;
}

#stage {
  width: 670px !important;
}

.preview {
  border: 1px solid #000000 !important;
}

.borderRightDotted {
  border-right: 1px dotted #565656 !important;
}

#stage, #stage2 {
  border-bottom: 1px dotted #7F7F7F !important;
}

body {
  background-color: #292929 !important;
  color: inherit;
}

.selectedThumbnail, .thumbnail:hover {
  background-color: #302D2C !important;
  color: inherit;
}

#liveUpdateCollectionDescription {
  color: #B3B3B3 !important;
  background-color: inherit;
}

.caption {
  color: #B3B3B3 !important;
  background-color: inherit;
}

#sitetitle {
  border-bottom: 1px dotted #7F7F7F !important;
}

.thumbnail {
  background-color: #404040 !important;
  color: inherit;
  border-top: 2px solid #565656 !important;
  border-left: 2px solid #565656 !important;
  border-right: 2px solid #252525 !important;
  border-bottom: 2px solid #252525 !important;
}

.previewFullImage {
  height: 460px !important;
  width: 482px !important;
}

#stage2 {
  width: 670px !important;
}

#wrapper {
  width: 680px !important;
}


.emptyThumbnail {
  background-color: #404040 !important;
  color: inherit;
}


#wrapper2 {
  width: 700px !important;
}


.paginationLinks, .pagination, #liveUpdatePagination {
  color: #B3B3B3 !important;
  background-color: inherit;
}

.thumb {
  border: 1px solid #000000 !important;
}

.detailNav, .detailLinks, #detailCaption, #detailTitle {
  color: #B3B3B3 !important;
  background-color: inherit;
}

.imageview {
  border-style: ridge;
  border-color: black;
  border-width: medium;
}

#etonotice {display:none;}