
.timeline-duration-event {
    position: absolute;
    overflow: hidden;
}

.timeline-instant-event2 {
    position: absolute;
    overflow: hidden;
    border-left: 1px solid blue;
    padding-left: 2px;
}

.timeline-instant-event {
    position: absolute;
    overflow: hidden;
}

.timeline-event-bubble {
  padding: 0px;
}


.timeline-event-bubble-title {
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 6px;
	padding-bottom: 6px;
	color:#32266E;
	font-size: 14px;
	font-family: trebuchet ms;
}

.timeline-event-bubble-title a {
	text-decoration: none;
	color:#32266E;
	font-size: 14px;
}

.timeline-event-bubble-body {
	font-size: 12px;
	font-family: trebuchet ms;
}

.timeline-event-bubble-body a.linkOn {
	font-size: 12px;
	font-family: trebuchet ms;
	background: url(/Global/CssImages/Flight/timeline/arrows.gif) top left no-repeat;
	display: block;
	padding-left: 20px;
	color:#32266E;
	text-decoration: none;
	margin-top: 5px;
}

.timeline-event-bubble-body a.linkOn:hover {
	color:#32266E;
	text-decoration: underline;
}


.timeline-event-bubble-wiki {
color:  white;
height: 1px;
font-size: 1px;
}
.timeline-event-bubble-wiki a {
    color:      red;
	display:none;
}

.timeline-event-bubble-time {
    color: #aaa;
	display:none;
}

.timeline-event-bubble-image {
    float: none;
	clear:both;
    padding:0px;
	text-align: center;
	margin: 0px auto 5px auto;
	display: block;
	width: 255px; 
	position: relative;
	
}
