/*---------Album Page Styles---------*/

#albumContainer {
	width: 100%;
	text-align: center;
}

#albumContainer img {
	margin: 0 auto;
	margin-top: 40px;
}


#sosalImg {
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}

#albumDownloadControls {
	width: 100%;
}


#emailAddress {
	clear: both;
	margin: 0 auto;
	margin-top: 40px;
	width: 100%;
	overflow:hidden;
	line-height: 400px;
	text-indent:-1000px;
	background-repeat: no-repeat;
	height: 20px;
	width: 166px;
}

#emailAddress {
	background-image: url(../images/sosal_email_address.gif);
}

#download {
	background-image: url(../images/sosal_download.gif);
	display: none;
}

#txtEmail {
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	width: 160px;
}

#btnDownload {
	display: block;
	margin: 0 auto;
	margin-top: 6px;
	width: 168px;
}

#donations {
	margin-top: 36px;
	position:relative;
	border-top: 1px solid #333333;
	padding: 10px;
	padding-top: 30px;
	font-weight: bold;
}

#fundsTable {
	margin-top: 20px;
	font-weight: normal;
}

.tdDonateImageColumn {
	padding: 0px;
	padding-top: 8px;
	padding-right: 10px;
}

.tdDonateImageColumn form {
	padding: 0;
	margin: 0;
}

.generalFundImage {
	border: 1px solid #666666;
}

.fundTitle {
	font-weight:bold;
}

.fundTitle a, .fundTitle a:visited {
	color: #FFFFFF;
	text-decoration:none;
}

.fundTitle a:hover {
	text-decoration: underline;
}

#downloadCount {
	margin-top: 30px;
	font-size: 11px;
	text-align:center;
	width: 100%;
	color:#999999;
}

#downloadCount span {
	font-weight: bold;
	color: #FFFFFF;
}

/*-----------------------------------*/