/* CSS Document */
.albumBG {
	width: 200px;
	background-color: #292952;
	vertical-align: top;
	height: 550px;
	border: thin groove #663399;

}
.albumHeader {
	font-size: 20px;
	color: #B39800;
	font-family: "Old English Text MT", "Monotype Corsiva", "MS Sans Serif";
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	border: medium ridge #CC6600;
	background-color: #00175B;
	background-image: url(Images/bg/bgBody.png);
}
.albumQty {
	font-size: 10px;
	color: #9595CA;
}
.albumSelected {
	text-align: center;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #22448A;
	color: #FFFF00;
	text-transform: uppercase;
}
.albumTitle {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.albumType {
	font-size: 20px;
	color: #FFFF66;
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC6600;
	border-right-color: #CC6600;
	border-bottom-color: #CC6600;
	border-left-color: #CC6600;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	background-color: #002142;
	margin-top: 15px;
	margin-bottom: 5px;
}
.photoBG {
	text-align: center;
	vertical-align: middle;
	border: solid #FFFFFF;
}
.photoNavArrow {
	text-align: center;
	width: 60px;
}
.photoNavCount {
	text-align: center;
	width: 150px;
}
.photoNavYear {
	text-align: right;
	font-size: 16px;
	vertical-align: bottom;
}
.photoSet {
	font-size: 16px;
	letter-spacing: 1em;
	background-image: url(Images/bg/bgSchedLegend.gif);
	vertical-align: middle;
	height: 20px;
}
.photoThumbsBG {
	text-align: center;
	vertical-align: top;
	border: none #FFFFFF;
	background-color: #1D1D38;
}