.timeline-ether-marker-bottom {
	width:          5em;
	height:         1.5em;
	padding-left:   2px;
	color: #FFFFFF;
}

.timeline-ether-marker-bottom-emphasized {
	width:          5em;
	height:         2em;
	border-left:    1px solid white;
	padding-left:   2px;
	color: #FFFFFF;
}

.timeline-ether-marker-top {
	width:          5em;
	height:         1.5em;
	border-left:    1px solid white;
	padding-left:   2px;
}

.timeline-ether-marker-top-emphasized { 
    width:          5em; 
    height:         2em; 
    border-left:    1px solid white; 
    padding-left:   2px; 
    color:          black;
}


.timeline-ether-marker-right {
    width:          5em; 
    height:         1.5em; 
    border-top:     1px solid white; 
    padding-top:    2px; 
    color:          #aaa;
}

.timeline-ether-marker-right-emphasized {
    width:          7em; 
    height:         1.5em; 
    border-top:     1px solid white; 
    padding-top:    2px; 
    color:          black;
}
.timeline-ether-marker-left {
    width:          5em; 
    height:         1.5em; 
    border-top:     1px solid white; 
    padding-top:    2px; 
    color:          #aaa;
}

.timeline-ether-marker-left-emphasized {
    width:          7em; 
    height:         1.5em; 
    border-top:     1px solid white; 
    padding-top:    2px; 
    color:          black;
}
.timeline-duration-event {
    position: absolute;
    overflow: hidden;
    border: 1px solid blue;
}

.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-title {
	font-weight: bold;
	color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	display: none;
}

.timeline-event-bubble-body {
	color: #333333;
	
}

.timeline-event-bubble-wiki {
	margin:     0.5em;
	text-align: right;
	color:      #A0A040;
	background-color: #FF0000;
}
.timeline-event-bubble-wiki a {
    color: #A0A040;
}

.timeline-event-bubble-time {
	display: none;
}

.timeline-event-bubble-image {
	padding-left: 5px;
	padding-bottom: 5px;
	clear: both;
	float: none;	
		
}.timeline-container {
	position: relative;
	overflow: hidden;
	border: 1px solid #0000FF;
}

.timeline-copyright {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.timeline-message-container {
	position:   absolute;
	top:        30%;
	left:       35%;
	right:      35%;
	z-index:    1000;
	display:    none;

}
.timeline-message {
	font-size:      120%;
	font-weight:    bold;
	text-align:     center;
}
.timeline-message img {
	vertical-align: middle;
}

.timeline-band {
	position:   absolute;
	z-index:    10;
	background-color: transparent;
}

.timeline-band a {
	color: #FF0000;	
}

.timeline-band img {
	margin-right: 10px;
	height: 25px;
	width: 25px;
}

.timeline-band img:hover {
	background-image: url(images/x_hover.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

.timeline-band-inner {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.timeline-band-input {
	position:   absolute;
	width:      1em;
	height:     1em;
	overflow:   hidden;
	z-index:    0;
	background-color: transparent;
	}
.timeline-band-input input{
	width:      0;
	background-color: transparent;
	}

.timeline-band-layer {
	position:   absolute;
	width:      100%;
	height:     100%;
	background-color: transparent;
		
}

.timeline-band-layer-inner {
	position:   relative;
	width:      100%;
	height:     100%;
	background-color: transparent;
	}
