/* 
Description: AIC Sources Page
Author: Jason King
Version: 1.0 
*/

/*Primary Sources table */
table#sources {
	width:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	margin-top:10px;
}
table#sources td {
	border-bottom:1px solid #887862;
	border-top:2px solid #C30;
	background-color:#d5c5af;
	padding:10px;
	width:33%;
	vertical-align:top;
}
table#sources td h3 {
	margin-top:0;
	font-size: 1.1em;
}
table#sources tr td a {
	color: #004;
	text-decoration: none;
	display:block;
	width:274px;
}
table#sources tr td:hover, table#sources tr td.maai:hover {
	background-color:#036;
	border-bottom:1px solid #3674B2;
}
table#sources tr td:hover a {
	color:white;
}
table#sources td img {
	margin-right:15px;
	float:left;
	border:2px solid white;
}
table#sources tr td.blank {background: white;
border:none;
}
table#sources tr td.blank:hover {
	background:white;
	border:none;
}
table#sources tr td.maai {
	background-color:#AFC0CE;
	border-bottom:1px solid #8D9BA6;
}
.center {
	text-align: center;
	display:block;
}
.soon {font-style:italic;
		font-size:.8em;
		display:block;
		float:right;
		margin-top:25px;}