
/*
------------------------
Additional code:
25/11/08
History page
*/
#content-history{
	position:relative;
	float:left;
	width:454px;
	min-height:400px;	
	/*height:400px;*/
	margin-top:40px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;		
	color: #666666;
	color:#00459F;
	/*font-weight:bold;*/
}
#history-blurb{
	width:454px;
	height:120px;
	
}

#century-blurb{
	width:454px;
	height:99px;
}

	#history-blurb p,
	#century-blurb p{
		margin-top:0;
		margin-bottom:15px;
		color:#003399;
	}	
		#history-blurb p span.intro,
		#century-blurb p span.intro{
			font-weight:bold;
		}
#history-back{
	margin-top:20px;
}
	#history-back a img{
		text-decoration:none;
		border:none;
	}	
#content-history #history-timeline{
	float:left;
	margin:20px 0 0 0;
	/*width:450px;*/
	height:20px;
}
	#content-history #history-timeline a{
		float:left;
		margin:0;
		padding:0;
		text-decoration:none;
		border:none;
	}
		#content-history #history-timeline a img{
			display:block;
			float:left;
			border:none;
		}
#history-rollovers{
	z-index:2000;
	position:absolute;
	top:20px;
	left:0px;
}
	#history-rollovers a{
		text-decoration:none;
		border:none;
	}
		#history-rollovers a img{
			display:none;
			border:none;
			cursor:default;
		}
		#history-rollovers a img.selected{
			display:block;
		}
#history-timeline-details{
	float:left;
	width:450px;
	padding-top:1px;	
}
	#history-timeline-details #history-instructions{
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;			
		color: #666666;
		text-align:center;
		margin-top:20px;		
	}
		#history-timeline-details #history-instructions p{
			margin:0;
			padding:0;
		}
		.history-century{
			color:#333;
		}
			.history-century table{
				width:450px;
				border-collapse:collapse;			
			}
				.history-century tr{			
				}
					.history-century tr th{
						width:73px;
						text-align:left;
						font-weight:normal;						
					}
					.history-century tr th,
					.history-century tr td{
						border-bottom:5px solid #E8ECF6;
						vertical-align:top;
						padding-top:10px;
					}
					.history-century tr.last th,
					.history-century tr.last td{
						border-bottom:5px solid #B2C1E0;
					}
						.history-century tr td p{
							margin-bottom:20px;
							margin-top:0;
						}
				
/**:focus{outline:0 !important;border-color:#fff;}*/