
.timeline-div {
    width : 174px;
    overflow : scroll;
    overflow : -moz-scrollbars-horizontal;
    overflow-x : scroll;
    overflow-y : hidden;
}

.timeline a img {
    border : 0px;    
}

.tl-displayed img {
    /* border-bottom : 2px solid black !important; */   
}

table.timeline {
    font-size       : xx-small;
    font-family     : Trebuchet MS, Georgia, Times, Times New Roman;
    border-collapse : collapse;
    border : none;
    margin : 0px;
} 

table.timeline a {
    text-decoration : none; 
}

table.timeline td {
    padding : 1px;
    text-align : center;
    white-space:nowrap;
}

.tl-year a {
    color: #F3F6ED;
}

.tl-month a{
    color: #F3F6ED;
}

.tl-day a{
    color: #676E04;
}

.tl-post a{
    color: #F3F6ED;
}

.tl-year-even {
    background-color : #999999;
}

.tl-year-odd {
    background-color : #29303B;
}

.tl-month-even {
    background-color : #676E04;
}

.tl-month-odd {
    background-color : #909D73;   
}

.tl-day-even {
    background-color : #BBBBBB;
}

.tl-day-odd {
    background-color : #CCCCCC;    
}

.tl-posts-even {
    background-color : #E7EBDE;
}

.tl-posts-odd {
    background-color : #BBC4A3;    
}

#tooltip {
    font-family: verdana, sans-serif;
    font-size:10pt;
    font-weight: bold;
    font-color: #909D73;
    background-color:#F3F6ED;
    padding:5px;
    border:1px solid #E1D6C6;
    z-index:100;
}
