
.timeline {
}

.tltitlecontainer {
    width: 150px;
    float: left;
    border: 1px solid #9FA4A9;
}

.tldatacontainer {
    border-top: 1px solid #9FA4A9;
    border-right: 1px solid #9FA4A9;
    float: left;
    overflow: auto;
}

.tldatarows {
}

.tldatarow {
    padding-top: 1px;
}

.tltoolbar {
    text-align: right;
    padding-right: 8px;
}

.tlrow {
    position: relative;
    height: 20px;
}

.tlrow.evenrow {
}

.tlrow.oddrow {
    background: #f0f0f0;
}

img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: none;
}

.tldates {
    border-bottom: 1px solid #9FA4A9;
    height: 19px; /* tlrow.height-1 because of border */
}

.tldatesweeks {
    height: 15px;
}

.tldatemajor {
    float: left;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #9FA4A9;
    font-size: 0.85em;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
}

.tldateminor {
    float: left;
    text-align: center;
    border-left: 1px solid #9FA4A9;
    font-size: 0.85em;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
}

.tldateweek {
    float: left;
    text-align: center;
    border-left: 1px solid #9FA4A9;
    font-size: 0.85em;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
}

.tldatetoday {
    color: #4c4;
}

.tltitle {
    font-size: 0.9em;
    vertical-align: middle;
    line-height: 19px;
    padding-right: 5px;
    padding-top: 1px;
    text-align: right;
    overflow: hidden;
}

.tltitle.evenrow {
}

.tltitle.oddrow {
    background: #f0f0f0;
}

.tlelement {
    border: 1px solid #660000;
    background: white;
    text-align: center;
    position: absolute;
    font-size: 0.8em;
    overflow: hidden;
    line-height: 14px;
    vertical-align: middle;
    height: 18px; /* tlrow.height-2 because of border */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
}

.tlelement.tlelementslim {
    line-height: 14px;
    margin-top: 2px;
    height: 14px;
}

.tlelement.tlelementultraslim {
    line-height: 10px;
    margin-top: 4px;
    height: 10px;
}

.tllegends {
}

.tlcolorbox {
    float: left;
    border: 1px solid black;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.tlcolordesc {
   float: left;
   margin-right: 20px;
   font-size: 0.8em;
   margin-top: 5px;
   margin-bottom: 2px;
}

.tlsep {
    height: 11px;
    background: #cccccc;
}

.tlseptitle {
    height: 11px;
    background-color: #cc6;
    line-height: 11px;
    font-size: 9px;
    font-weight: bold;
    padding-right: 8px;
    text-align: right;
}

.tlwhenpopup {
    border: 1px solid #888;
    border-radius: 4px;
    background: white;
    font-size: 0.8em;
    width: 50px;
    position: absolute;
    left: 0px;
    top: -8px;
    text-align: center;
    display: none;
    z-index: 1000;
}


.tltabcontainer {
   padding-left: 12px;
}

.tltabs {
    list-style: none;
    padding: 0px;
    margin: 0px 0px -3px 0px;
    overflow-x: visible;
    white-space: nowrap;
}

.tltab {
   display: inline-block;
   border-top: 1px solid #9fa4a9;
   border-left: 1px solid #9fa4a9;
   border-right: 1px solid #9fa4a9;
   border-radius: 4px 4px 0px 0px;
   background-color: white;
   color: black;
   font-size: 0.8em;
   padding: 1px 6px;
   cursor: pointer;
   overflow: hidden;
}

.tltabselected {
   background-color: #820262;
   padding-top: 3px;
   color: white;
}
