.t-highlight1{
    background-color: #ccf;
}

#timeline-band-1 table{
    display: none;
}

div.simileAjax-bubble-container{
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    z-index: 1000
}
div.simileAjax-bubble-innerContainer{
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible
}
div.simileAjax-bubble-contentContainer{
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #fff
}
div.simileAjax-bubble-border-left{
    position: absolute;
    left: -50px;
    top: 0;
    width: 50px;
    height: 100%
}
div.simileAjax-bubble-border-left-pngTranslucent{
    background: url(src/images/bubble-left.png) top right repeat-y
}
div.simileAjax-bubble-border-right{
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    height: 100%
}
.simileAjax-bubble-border-right-pngTranslucent{
    background: url(src/images/bubble-right.png) top left repeat-y
}
div.simileAjax-bubble-border-top{
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px
}
.simileAjax-bubble-border-top-pngTranslucent{
    background: url(src/images/bubble-top.png) bottom left repeat-x
}
div.simileAjax-bubble-border-bottom{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px
}
.simileAjax-bubble-border-bottom-pngTranslucent{
    background: url(src/images/bubble-bottom.png) top left repeat-x
}
div.simileAjax-bubble-border-top-left{
    position: absolute;
    top: -50px;
    left: -50px;
    width: 50px;
    height: 50px
}
.simileAjax-bubble-border-top-left-pngTranslucent{
    background: url(src/images/bubble-top-left.png) bottom right no-repeat
}
div.simileAjax-bubble-border-top-right{
    position: absolute;
    top: -50px;
    right: -50px;
    width: 50px;
    height: 50px
}
.simileAjax-bubble-border-top-right-pngTranslucent{
    background: url(src/images/bubble-top-right.png) bottom left no-repeat
}
div.simileAjax-bubble-border-bottom-left{
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 50px;
    height: 50px
}
.simileAjax-bubble-border-bottom-left-pngTranslucent{
    background: url(src/images/bubble-bottom-left.png) top right no-repeat
}
div.simileAjax-bubble-border-bottom-right{
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 50px;
    height: 50px
}
.simileAjax-bubble-border-bottom-right-pngTranslucent{
    background: url(src/images/bubble-bottom-right.png) top left no-repeat
}
div.simileAjax-bubble-arrow-point-left{
    position: absolute;
    left: -100px;
    width: 100px;
    height: 49px
}
.simileAjax-bubble-arrow-point-left-pngTranslucent{
    background: url(src/images/bubble-arrow-point-left.png) center right no-repeat
}
div.simileAjax-bubble-arrow-point-right{
    position: absolute;
    right: -100px;
    width: 100px;
    height: 49px
}
.simileAjax-bubble-arrow-point-right-pngTranslucent{
    background: url(src/images/bubble-arrow-point-right.png) center left no-repeat
}
div.simileAjax-bubble-arrow-point-up{
    position: absolute;
    top: -100px;
    width: 49px;
    height: 100px
}
.simileAjax-bubble-arrow-point-up-pngTranslucent{
    background: url(src/images/bubble-arrow-point-up.png) bottom center no-repeat
}
div.simileAjax-bubble-arrow-point-down{
    position: absolute;
    bottom: -100px;
    width: 49px;
    height: 100px
}
.simileAjax-bubble-arrow-point-down-pngTranslucent{
    background: url(src/images/bubble-arrow-point-down.png) bottom center no-repeat
}
div.simileAjax-bubble-close{
    position: absolute;
    right: -10px;
    top: -12px;
    width: 16px;
    height: 16px;
    cursor: pointer
}
.simileAjax-bubble-close-pngTranslucent{
    background: url(src/images/close-button.png) no-repeat
}
.timeline-container{
    position: relative;
    overflow: hidden
}
.timeline-copyright{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer
}
.timeline-message-container{
    position: absolute;
    top: 30%;
    left: 35%;
    right: 35%;
    z-index: 1000;
    display: none
}
.timeline-vertical .timeline-ether-weekends,
.timeline-vertical .timeline-highlight-decorator,
.timeline-vertical .timeline-highlight-label,
.timeline-vertical .timeline-highlight-point-decorator{
    width: 100%;
    left: 0
}
.timeline-horizontal .timeline-ether-weekends,
.timeline-horizontal .timeline-highlight-decorator,
.timeline-horizontal .timeline-highlight-label,
.timeline-horizontal .timeline-highlight-point-decorator{
    height: 100%;
    top: 0
}
.timeline-message{
    font-size: 120%;
    font-weight: 700;
    text-align: center
}
.timeline-message img{
    vertical-align: middle
}
.timeline-band{
    position: absolute;
    background: #eee;
    z-index: 10
}
.timeline-band-inner{
    position: relative;
    width: 100%;
    height: 100%
}
.timeline-band-input{
    position: absolute;
    width: 1em;
    height: 1em;
    overflow: hidden;
    z-index: 0
}
.timeline-band-input input{
    width: 0
}
.timeline-band-layer{
    position: absolute;
    width: 100%;
    height: 100%
}
.timeline-band-layer-inner{
    position: relative;
    width: 100%;
    height: 100%
}
.timeline-ether-lines{
    border-color: rgb(251, 233, 226);
    border-style: dotted;
    position: absolute
}
.timeline-horizontal .timeline-ether-lines{
    border-width: 0 0 0 1px;
    height: 100%;
    top: 0;
    width: 1px
}
.timeline-vertical .timeline-ether-lines{
    border-width: 1px 0 0;
    height: 1px;
    left: 0;
    width: 100%
}
.timeline-ether-weekends{
    position: absolute;
    background-color: #FFFFE0
}
.timeline-highlight-decorator,
.timeline-highlight-point-decorator{
    position: absolute;
    overflow: hidden
}
.timeline-highlight-decorator{
    background-color: #FFC080
}
.timeline-highlight-point-decorator{
    background-color: #ff5
}
.timeline-highlight-label{
    position: absolute;
    overflow: hidden;
    font-size: 200%;
    font-weight: 700;
    color: #999
}
.timeline-horizontal .timeline-highlight-label td{
    vertical-align: middle
}
.timeline-horizontal .timeline-highlight-label-start{
    text-align: right
}
.timeline-horizontal .timeline-highlight-label-end{
    text-align: left
}
.timeline-vertical .timeline-highlight-label td{
    vertical-align: top
}
.timeline-vertical .timeline-highlight-label-end,
.timeline-vertical .timeline-highlight-label-start{
    text-align: center
}
.timeline-date-label{
    position: absolute;
    border: solid #F6F6F6;
    color: #F6F6F6;
    width: 5em;
    height: 1.5em
}
.timeline-date-label-em{
    color: #F6F6F6;
    font-weight: bold;
}
.timeline-horizontal .timeline-date-label{
    padding-left: 2px;
    border-width: 0 0 0 1px
}
.timeline-horizontal .timeline-date-label-em{
    height: 2em
}
.timeline-vertical .timeline-date-label{
    padding-top: 2px;
    border-width: 1px 0 0
}
.timeline-vertical .timeline-date-label-em{
    width: 7em
}
.timeline-ether-highlight{
    position: absolute;
    background-color: #fff
}
.timeline-horizontal .timeline-ether-highlight{
    top: 2px
}
.timeline-vertical .timeline-ether-highlight{
    left: 2px
}
.timeline-event-icon,
.timeline-event-label,
.timeline-event-tape{
    position: absolute;
    cursor: pointer
}

.timeline-event-label{
    color: #F6F6F6;
    /*font-weight: bold;*/
    font-family: 'Montserrat', sans-serif;
    margin-left: 5px;
    font-size: 13px;
}

.timeline-event-tape,
.timeline-small-event-icon,
.timeline-small-event-tape{
    background-color: red;
    overflow: hidden
}
.timeline-small-event-icon,
.timeline-small-event-tape{
    position: absolute
}
.timeline-small-event-icon{
    /*width: 1px;
    height: 6px*/
    border: 2px solid red;
    border-radius: 100%;
}
.timeline-ether-bg{
    width: 100%;
    height: 100%
}
.timeline-band-0 .timeline-ether-bg{
    background-color: rgb(80, 90, 116);
}
.timeline-band-1 .timeline-ether-bg{
    background-color: rgb(50, 72, 127);
}
.timeline-band-2 .timeline-ether-bg{
    background-color: #ccc;
}
.timeline-band-3 .timeline-ether-bg{
    background-color: #aaa;
}
.timeline-duration-event{
    position: absolute;
    overflow: hidden;
    border: 1px solid #00f;
}
.timeline-instant-event2{
    position: absolute;
    overflow: hidden;
    border-left: 1px solid #00f;
    padding-left: 2px
}
.timeline-instant-event{
    position: absolute;
    overflow: hidden
}
.timeline-event-bubble-title{
    color:rgb(68,68,68);
    font-weight: 700;
    border-bottom: 1px solid #888;
    margin-bottom: .5em
}
.timeline-event-bubble-wiki{
    margin: .5em;
    text-align: right;
    color: #A0A040
}
.timeline-event-bubble-wiki a{
    color: #A0A040
}
.timeline-event-bubble-time{
    color: #aaa
}
.timeline-event-bubble-image{
    float: right;
    padding-left: 5px;
    padding-bottom: 5px
}
table.timeline-highlight-label tbody{
    background-color: transparent;
    border: 0;
}
