@charset "UTF-8";
/* CSS Document */
div#jrtimeline {
	position: relative;
	margin: 0 0 25px 0;
	overflow: hidden;
	background-repeat: repeat-x;
}
div.jrtimeline-date {
	position: absolute;
	background-repeat: no-repeat;
	padding-top: 50px;
	cursor: pointer;
}
div.jrtimeline-date h1 {
	font-size: 18px;
	font-weight: normal;
}

div#jrtimeline-popup {
	position: absolute;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f1deb5;
	font-size: 14px;
	padding: 0 0 16px 0;
	background-image: url(../jrtimeline/popup-bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bac
}
div#jrtimeline-background {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity:0.85;
	filter:alpha(opacity=85);
	background-color: #1e1e1e;
}
div#jrtimeline-popup div.jrtimeline-internal {
	position: relative;
	margin: 15px;
	background-repeat: no-repeat;
}
div#jrtimeline-popup div.jrtimeline-internal h1 {
	font-weight: bold;
	font-size: 14px;
}
div#jrtimeline-close {
	width: 19px;
	height: 23px;
	background-image: url(../jrtimeline/close2.gif);
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 360px;
}
div.jrtimeline-date {
	background-image: url(../jrtimeline/timeline-marker.png);
}