.event {/* Contains the event header and body list */
	float: left;
	padding: 4px;
	text-align: left;
	margin: 0 0 10px;
	text-align: left;
	width: 540px;
}
ul.eventList li {
	margin-left: 0;
}
.eventList li {/* The individual events */
	background:#F4F4F4;
	border:1px solid #EEEEEE;
	list-style:none;
	margin:5px 5px 15px;
	padding:4px 7px;
	/* CSS3 rounded corners */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
/*		text-align: center;
*/	
	font-size: 14px;
	line-height: 18px;
	min-height:56px;
}
.eventList li:hover {/* The hover state: */
	cursor:pointer;
	background:#DBEED6;
	border:1px solid #DBEED6;
	color:#000;
}
.news-text li {/* The individual events */
	list-style:none;
	margin:5px;
	padding:4px 7px;
	z-index:999;
	position:relative;
	top:25px;
	left:25px;
	background: none;
	border:0px;
}
.news-text li:hover {
	background: none;
	border:0px;
}
li span, li img.icon {/* The event icon */
	display:block;
	float:left;/* height:16px; */
	margin-right:5px;/* width:16px; */
}
.eventList li span a {
	display:none;
}
.eventList li span a:hover {
	display:block;
}
/* Individual background images for each type of event: */

div.additional-content {/* This div contains additional data for the content */
	display:none;
}
.eventHeading {/* The colorful year headings at the top */
	font-size:2em;
	margin:-5px -5px 10px;
	padding:2px 5px;
	text-align:center;
}
/* Three color styles for the headings: */
.eventHeading-1 {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #EEEEEE;
}
.eventHeading-2 {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #EEEEEE;
}
.eventHeading-3 {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #EEEEEE;
}
#timelineLimiter {/* Hides the overflowing timeline */
	width:100%;
	overflow:hidden;
	padding-top:10px;
	margin:0px 0;
}
#scroll {/* The small timeline below the main one. Hidden here and shown by jQuery if JS is enabled: */
	display:none;
	height:30px;
	background:#F5F5F5;
	border:1px solid #EEEEEE;
	color:#666;
}
.scrollPoints {/* The individual years */
	float:left;
	font-size:1.4em;
	padding:4px 10px;
	text-align:center;
	width:100px;
	position:relative;
	z-index:10;
}
#centered {/* Centers the years, width is assigned by jQuery */
	margin:0 auto;
	position:relative;
}
#slider-timeline {/* Holds the scroll bar */
	margin:10px auto;
	height:25px;
	display:none;
}
#bar {/* The scroll bar */
	background: url("images/slider_center.png") repeat-x scroll center center transparent;
	color: #666666;
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
#barLeft {
	background:transparent url(images/slider.png) no-repeat scroll left center;
	height:25px;
	width:20px;
	left:0;
	top:0;
	position:absolute;
}
#barRight {
	background:transparent url(images/slider.png) no-repeat scroll right center;
	height:25px;
	position:absolute;
	right:0;
	top:0;
	width:20px;
}
#overlay {/* The overlay that darkens the page when an event is clicked */
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	background-color:#222222;
}
#windowBox {/* Shows details about the event on click */
	position:fixed;
	z-index:9999;
	background-color:#fcfcfc;
	padding:10px;
	border:2px solid #666666;
	overflow:auto;
}
#titleDiv {/* The title of the windowBox */
	background:#F5F5F5;
	border:1px solid #EEEEEE;
	color:#AAAAAA;
	font-size:1.5em;
	margin-bottom:10px;
	padding:5px 10px;
}
#date {/* The date on the bottom of the windowBox */
	bottom:20px;
	color:#999999;
	font-size:0.8em;
	font-style:italic;
	position:absolute;
	right:15px;
	padding:2px;
	background:#FCFCFC;
	display:none;
}
#highlight {/* The blue highlight that moves with the scroll bar */
	height:30px;
	position:absolute;
	z-index:0;
	left:0;
	top:0;
	background:#62BB46;
	border:1px solid #D4E6EE;
	border-width:0 1px;
	color:#fff;
}
p.tutInfo {/* The tutorial info on the bottom of the page */
	padding:10px 0;
	text-align:center;
	position:absolute;
	bottom:0px;
	background:#F4F4F4;
	border-top:1px solid #EEEEEE;
	width:100%;
}
.event-caption {
	background: none repeat scroll 0 0 #777777;
	bottom: 65px;
	color: #FFFFFF;
	display: none;
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	position: relative;
	right: -21px;
 width:20px  height:30px;
}
.limitscroll {/* width:720px; */
	overflow:hidden;
}
.close-btn {
	background: url("images/close-icon.jpg") no-repeat scroll right top transparent;
	color: #666666;
	display: inline;
	float: right;
	font-size: 10px;
	line-height: 18px;
	padding-right: 20px;
	text-align: right;
	text-transform: uppercase;
}
