
body{margin:0; font:15px 'segoe ui',arial,sans-serif; color:#444; line-height:140%; }
a#trigger{
	
	display:block;
	width:630px;
	height:20px;
	background:url(../images/trigger_a.png) no-repeat top left;
	}	
a#trigger.active {
	width:630px;
	height:20px;
	background:url(../images/trigger_a_2.png) no-repeat top left;
	}	


div#content_timeline{ width:610px; margin-top:10px; margin-bottom:0; padding:10px 0 0 0; height:450px; }



#noscript{ padding:10px 15px; border:2px solid #444; }
.tab{ margin-left:30px; }

.timeliner{
	margin:0;
	padding:0;
	position:relative;
	display:none;
}
.timeliner .slide{
	overflow:hidden;
	position:absolute;
	display:block;
}
.timeliner .timeline{
	display:block;
	position:absolute;
	z-index:2;
	list-style:none;
}
.timeliner .innertimeline{
	position:absolute;
	bottom:0;
	z-index:3;
	overflow:hidden;
}
.timeliner .timedisplay{
	position:absolute;
	text-align:right;
	cursor:default;
	white-space:nowrap;
}
.timeliner .node{
	position:absolute;
	z-index:4;
	cursor:pointer;
	
}
.timeliner .tooltip{
	position:absolute;
	white-space:nowrap;
	display:none;
	border:1px solid #0081C2;
}
.timeliner .pause, .timeliner .play, .timeliner .previous, .timeliner .next{
	position:absolute;
	list-style:none;
	z-index:3;
	cursor:pointer;
}
.timeliner .previous, .timeliner .next{
	z-index:2;
}
.timeliner img{
	vertical-align:bottom
}
#element{
	background:#fff url(../images/loading.gif) center no-repeat;
	border:1px solid #dedede;
}
/* Each slide */
#element .slide{
	background:#fff url(../images/slide2.jpg);
	padding:60px 0 0 0;
	font: 14px 'segoe ui',helvetica,arial,sans-serif;
	line-height:120%;
	color:#3c3c3c;
}

.pec_content {
	padding:5px;
	margin:0;
	}
	
.pec_content ol, .pec_content ul{
	margin:0;
	padding:0;
	
  }

/* The timeline background */
#element .timeline{
	background:#ddd;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
/* The timeline fill bar */
#element .innertimeline{
	background:#177EB2;
}
/* The time display */
#element .timedisplay{
	color:#777;
}
/* Each node */
#element .node{
	background:url(../images/node.png) center no-repeat;
	width:26px;
	height:26px;
}
/* The active node */
#element .node_active{
	background:url(../images/node_active.png) center no-repeat;
}
/* Each node tooltip */
#element .tooltip{
	background:#fff;
	padding:5px 8px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
/* The time display inside a tooltip */
#element .tooltiptime{
	font-size:8pt;
	font-weight:bold;
}
/* The pause/play button */
#element .pause, #element .play{
	width:80px;
	height:80px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 0 10px #bbb;
	-moz-box-shadow:0 0 10px #bbb;
	box-shadow:0 0 10px #bbb;
}
/* The pause button */
#element .pause{
	background:#fff url(../images/pause.gif) center no-repeat;
}
/* The play button */
#element .play{
	background:#fff url(../images/play.gif) center no-repeat;
}
/* The previous/next buttons */
#element .previous, #element .next{
	width:43px;
	height:50px;
}
/* The previous button */
#element .previous{
	background:#fff url(../images/previous.gif) center no-repeat;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-radius:6px 0 0 6px;
}
/* The next button */
#element .next{
	background:#fff url(../images/next.gif) center no-repeat;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0;
}