div.timeline-frame {
    border: 1px solid #BEBEBE;
    position: relative;
    overflow: hidden;
}

div.timeline-content {
    position: relative;
    overflow: hidden;
}

div.timeline-axis {
    border-color: #BEBEBE;
    border-width: 1px;
    border-top-style: solid;
}
div.timeline-axis-grid {
    border-left-style: solid;
    border-width: 1px;
}
div.timeline-axis-grid-minor {
    border-color: #e5e5e5;
}
div.timeline-axis-grid-major {
    border-color: #bfbfbf;
}
div.timeline-axis-text {
    color: #4D4D4D;
    padding: 3px;
    white-space: nowrap;
}

div.timeline-axis-text-minor {
}

div.timeline-axis-text-major {
}

div.timeline-event {
    color: #585858;
    border-color: #bbbbbb;
    /*background-color: #D5DDF6;*/
    display: inline-block;
    font-family: Arial;
    font-size: 9px;
}

div.timeline-event_org {
    color: #585858;
    border-color: #bbbbbb;
    /*background-color: #D5DDF6;*/
    display: inline-block;
    font-family: Arial;
    font-size: 9px;

background: -moz-linear-gradient(top,  rgba(248,248,248,0.7) 0%, rgba(255,255,255,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,0.7)), color-stop(100%,rgba(255,255,255,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,248,248,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,248,248,0.7) 0%,rgba(255,255,255,0.7) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,248,248,0.7) 0%,rgba(255,255,255,0.7) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,248,248,0.7) 0%,rgba(255,255,255,0.7) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f8f8f8', endColorstr='#b3ffffff',GradientType=0 ); /* IE6-9 */

}

div.timeline-event-selected {
    z-index: 999;
    border: 1px solid #68abf9;
	font-weight: normal;
	color: #212121;
    /*New styles
    height: 40px;
    background-color: #F8F8F8;*/
}

div.timeline-navigation-selectactions {
    z-index: 999;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -moz-border-radius: 2px; /* For Firefox 3.6 and older */
    
    height: 21px;
    padding-left: 2px;
    padding-right: 1px;
    background-color: #F8F8F8;
}


div.timeline-event-cluster {
    /* TODO: use another color or pattern? */
    background: #585858 url('img/cluster_bg.png');
    color: white;
}
div.timeline-event-cluster div.timeline-event-dot {
    border-color: #D5DDF6;
}

div.timeline-event-box {
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* For Firefox 3.6 and older */
}

div.timeline-event-dot {
    border-style: solid;
    border-width: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;  /* For Firefox 3.6 and older */
}

div.timeline-event-range {
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;  /* For Firefox 3.6 and older */
}

div.timeline-event-range-drag-left {
    cursor: w-resize;
    z-index: 1000;
}

div.timeline-event-range-drag-right {
    cursor: e-resize;
    z-index: 1000;
}

div.timeline-event-line {
    border-left-width: 1px;
    border-left-style: solid;
}

div.timeline-event-content {
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
}

div.timeline-groups-axis {
    border-color: #BEBEBE;
    border-width: 1px;
}

div.timeline-groups-axis-onleft {
    border-style: none solid none none;
}

div.timeline-groups-axis-onright {
    border-style: none none none solid;
}

div.timeline-groups-text {
    color: #4D4D4D;
    padding-left: 10px;
    padding-right: 10px;
}

div.timeline-currenttime {
    background-color: #FF7F6E;
    width: 2px;
}

div.timeline-customtime {
    background-color: #6E94FF;
    width: 2px;
    cursor: move;
}

div.timeline-navigation {
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    color: gray;

    border: 1px solid #BEBEBE;
    background-color: #F5F5F5;
    border-radius: 2px;
    -moz-border-radius: 2px;  /* For Firefox 3.6 and older */

    opacity: 0.8;
}

div.timeline-navigation-delete {
    /*cursor: pointer;*/
    padding: 10px 10px;
    float: left;
    text-decoration: none;
    border-color: #BEBEBE; /* border is used for the separator between new and navigation buttons */

    width: 16px;
    height: 16px;
}

div.timeline-navigation-new,
div.timeline-navigation-zoom-in,  div.timeline-navigation-zoom-out,
div.timeline-navigation-move-left, div.timeline-navigation-move-right {
    cursor: pointer;
    padding: 10px 10px;
    float: left;
    text-decoration: none;
    border-color: #BEBEBE; /* border is used for the separator between new and navigation buttons */

    width: 16px;
    height: 16px;
}

div.timeline-navigation-new {
    background: url('img/16/new.png') no-repeat center;
}

div.timeline-navigation-new-line {
    border-right: solid 1px;
}

/*div.timeline-navigation-delete {
    padding: 0px;
    padding-left: 5px;
    background: url('img/16/delete.png') no-repeat center;
}*/

div.timeline-navigation-delete {
    padding: 0px;
    padding-left: 0px;
    margin-left: 5px;
    width: 16px; height: 16px;
    background: url('../../img/larm.png') 16px 0px;
}


div.timeline-navigation-zoom-in {
    background: url('img/16/zoomin.png') no-repeat center;
}

div.timeline-navigation-zoom-out {
    background: url('img/16/zoomout.png') no-repeat center;
}

div.timeline-navigation-move-left {
    background: url('img/16/moveleft.png') no-repeat center;
}

div.timeline-navigation-move-right {
    background: url('img/16/moveright.png') no-repeat center;
}

.timelineitemselect_btn {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    -moz-border-radius: 2px; /* For Firefox 3.6 and older */
    margin: 2px 2px 1px 1px;
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    display:inline-block;
    overflow: hidden;
    text-wrap:none;
    white-space: nowrap;
}

.timelineitemselect_btn:hover {
    border: 1px solid #6E94FF;
}

#timelineitemselect_play {
    background-image: url(img/timeline_icons.png);
    background-position: -17px -1px;    
}
#timelineitemselect_metadata {
    background-image: url(img/timeline_icons.png);
    background-position: -1px -1px;    
}
#timelineitemselect_edit {
    background-image: url(img/timeline_icons.png);
    background-position: -33px -1px;    
}
#timelineitemselect_loop {
    background-image: url(img/timeline_icons.png);
    background-position: -49px -1px;    
}
#timelineitemselect_loop.on {
    background-image: url(img/timeline_icons.png);
    background-position: -49px -33px;    
}