/*
	_lib/75th/_css/photos-logos.css
	project:75th anniversary
	purpose:css for the site's photos and logos page
*/



div#pl_intro {
	position:relative;
	top:-20px;
	padding:0 18px;
	height:308px;
	background:no-repeat;
}


table.download_chart {
	width:100%;
	text-align:left;
	border-top:1px dotted #cfcfcf;
}

	table.download_chart a {
		text-decoration:none;
		color:#656565;
	}	
	
	table.download_chart a.preview {
		margin:0 auto;
	}


	table.download_chart thead {  
		line-height:18px;
		font-weight:bold;
		background:#f8f5f1;
	}

		table.download_chart td {
			padding:5px;
			border-bottom:1px dotted #cfcfcf;
		}
	 
		
		
		table.download_chart td.year {
			padding:5px 20px 5px 5px;
		}
		
		
		table.download_chart td.preview_col,
		table.download_chart td.year,
		table.download_chart td.download {
			width:1%;
		}
	
		table.download_chart td.item {
			width:98%;
		}
	
	table.download_chart tr.active {
		background:#ebf2f1;
		cursor:pointer;
	}
	
		table.download_chart tr.active a.preview {
			background-position:0 -24px;
		}
	
			table.download_chart tr.active td.download a {
				color:#3c7c71;
			}
	
div#enlarged_image{
	position:absolute;
	z-index:2;
	padding:15px;
	width:50px;
	height:50px;
	font-size:50px;
	line-height:50px;
	color:#505050;
	border:1px solid #cfcfcf;
	background:url(../../_images/loaders/squares-circle/1.gif) no-repeat center center #fff;
}