body {
	margin:0px;
	padding:0px;
	overflow:hidden;
	height:100%;
	font-family:arial;
	background-color:black;
}
#Aurora_wrap1 {
	height:100%;
	background-position: top left;
	background-repeat:no-repeat;
	background-color:transparent;
}
#Aurora_wrap2 {
	height:100%;
	background-position: top right;
	background-repeat:no-repeat;
	background-color:transparent;
}
#Aurora_wrap3 {
	height:100%;
	background-position: bottom left;
	background-repeat:no-repeat;
	background-color:transparent;
}
#Aurora_wrap4 {
	height:100%;
	width:100%;
	position:absolute;
	z-index:100;
	text-align:center;
	background-position: bottom right;
	background-repeat:no-repeat;
	background-color:transparent;
}
.TimemachinePanel {
	margin: 0px auto;	
	position:absolute;
	overflow: hidden;
}
#TimemachineCurrentTitle {
	color:#CCCCCC;
}
.Timetable {
	/*background-color:#EEEEEE;
	border: 1px solid #000000;*/
	width: 100%;
	height: 100%;
	margin: 0px auto;
}
.Timetable p{
	font-size:100%;
}
#Timemachine {
	position:relative;
	width:800px;
	height: 500px;
	margin: 0px auto;
	text-align: center;
}
#TimemachineForwardBackward {
	float: right;
	margin-right: 25px;
	border: none;
}
#TimemachineForwardBackward img{
	border: none;
}
#TimemachineControl{
	position:absolute;
	left:20px;
	bottom: 20px;
	text-align:left;
	bottom:20px;
	border-left:1px solid #333333;
	padding:0px;
	list-style-type: none;
	font-size: 0.75em;
}
#TimemachineControl li{
	border-bottom:1px solid #333333;
	padding: 25px 0px 0px 7px;
	line-height:2em;
}
#TimemachineControl a, #TimemachineControl a:visited{
	text-decoration:none;
	color: #666666;
	font-weight: bolder;
	text-transform:lowercase;
} 
#TimemachineDebug{
	position:absolute;
	left:0px;
	bottom:0px;
	background-color:#00FFFF;
}

#licenceStatement {
	position: absolute;
	z-index: 100;
	font-size: 0.5em;
	color: #999999;
	bottom: 0px;
	margin-left: 25%;
}
#licenceStatement a {
	color: #AAAAAA;
}
#CreativeCommonsLicense {
	border: none;
}

table.dataTable {
	width: 100%;
	height: 100%;
	border: 1px solid #333333;
}

table.dataTable td {
	background-color: #1A212E;
}
table.dataTable td.altColour {
	background-color: #1E2D30;
}
