@charset "UTF-8";
/* CSS Document */

.content-primary#timeline-content #timeline-dates {
	color:#00a0f5;
	font-size:12px;
	width:68px;
	float:left;
	margin-top:10px;
	margin-left:0;
}
.content-primary#timeline-content #timeline-dates li {
	background:none;
	padding:3px 17px 3px 7px;
	border-bottom:1px solid #ffffff;
	cursor:pointer;
	line-height:normal;
	position:relative;
}
.content-primary#timeline-content #timeline-dates li.active,
.content-primary#timeline-content #timeline-dates li.active:hover {
	background:url(images/nav-triangle-on.gif) no-repeat 50px center #CCECFD;
	border:none;
		padding: 3px 17px 3px 7px;
}

.content-primary#timeline-content #timeline-dates li:hover {
	border: 1px solid #CCECFD;
	padding: 2px 16px 3px 6px;
	text-decoration:none;
	background:url(images/nav-triangle-over.gif) no-repeat 50px center;
}
.content-primary#timeline-content #timeline-wrapper {
	float:left;
	width:520px;
	padding-left:11px;
}

.content-primary#timeline-content #timeline-wrapper-top{
	border-left:1px solid #40b7f8;
	border-right:1px solid #40b7f8;
	border-top:1px solid #40b7f8;
	height:18px;
}
.content-primary#timeline-content #timeline-wrapper-bottom{
	border-left:1px solid #40b7f8;
	border-right:1px solid #40b7f8;
	border-bottom:1px solid #40b7f8;
	height:18px;
}
.content-primary#timeline-content #timeline-wrapper-middle {
	border-left:1px solid #40b7f8;
	border-right:1px solid #40b7f8;
	height:336px;
}
.scroll-pane {
	height:336px;
	overflow:auto;	
	padding:0 15px 0 25px;
	margin-right:10px;
}
.timeline-awards .scroll-pane {
	height:530px;
}
.timeline-year-wrapper {
	position:absolute;
	left:5px;
	top:0;
	background:#ffffff;
/*	visibility:hidden;	*/
}

.visible {
	visibility:visible !important;
}

#timeline-container {
	position:relative;
}

#content .content-primary #timeline-wrapper p {
	line-height:1.5em;
	margin-bottom:1em;
}
#timeline-wrapper h3 {
	font-weight:bold;
	font-size:11px;
	color:#323436;
}

#content .content-primary #timeline-wrapper h2 {
	font-weight:bold;
	font-size:14px;
	margin-bottom:.5em;
}

#content .content-primary #timeline-wrapper ul {
	margin:0 0 2em 0;
}

#content .content-primary #timeline-wrapper ul li {
	background:none;
	margin-bottom:1em;
	border-bottom:1px solid #e6e8ea;
	padding-left:0;
}

li.active span.arrow {display:block;}

/* Scroll Pane */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ccebfc;
	width:7px !important;
}
.jScrollPaneDrag {
	position: absolute;
	background: #009ff5;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

.scroll-down-hover {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
}

.scroll-up-hover {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:18px;
}
