/* CSS Document: photo gallery styles */

@media print {
	.topNavText { color: #999999 }
	.background { visibility: hidden}
	.body { color: black}
	}

a {
	color: #ffb3ba;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	color: #f75c79;
	}

body {
	background-color: #4b4b4b;
	background-image: url('/~assets/images/bkgrd-gallery.gif');
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	margin-top: 3px;
	color: #bfbfbf;
	}
	
td {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #bfbfbf;
	}
	
.closeButton {
	position: relative;
	left: 8px;
	top: 23px;
	z-index: 1;
	}
	
.logo {
	position: absolute;
	left: 8px;
	top: 23px;
	margin-bottom: 5px;
	z-index: 1;
	}
	
.photoBox {
	position: absolute;
	left: 25px;
	top: 67px;
	z-index: 0;
	}

.photoCredit {
	text-transform: capitalize;
	letter-spacing: .08em;
	font-family: Small Fonts, sans-serif;
	font-size: 8px;
	color: #999999;
	line-height: 8px;
	margin-top: 10px;
}

