.timeline {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    color: #FFF;
    font-size: 8pt;
}

.timeline_arrows {
    overflow: hidden;
    padding-left: 2px; 
    padding-bottom: 10px;
    zoom: 1;
}

.timeline_arrows div {
    float: left;
}

.timeline_date {
    color: #001c58;
    font-size: 24px;
    font-weight: bold;
}

.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
    cursor: pointer;
    width: 15px;
    height: 20px;
    /*background: url(../images/arrows.png) no-repeat;*/
}

.timeline_lastyear {
/*    border-right: 1px solid #000;*/
}

.timeline_lastyear:hover {
    background-position: 0px -20px;
}

.timeline_lastmonth,
.timeline_nextmonth {
    background-position: -15px 0px;
}


.timeline_nextyear {
    background-position: -30px 0px;
    border-left: 1px solid #000;
}

.timeline_nextyear:hover {
    background-position: -30px -20px;
}

.timeline_top {
    overflow : hidden;
    display: block;
}

.timeline_bottom {
    overflow : hidden;
    display: block;
}

.timeline_top ul, 
.timeline_bottom ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.timeline_top li, 
.timeline_bottom li {
    float: left;
}

.timeline_bottom li {
    border: none;
}

.timeline_top li div, 
.timeline_bottom li div {
    text-transform: capitalize;
    text-align: center;
}

.timeline_top .event, 
.timeline_bottom .event {
    background-color: #fff;
    cursor: pointer;
}

.timeline_bubble {
    display: none;   
    overflow: hidden;
    width: 142px; 
    position: absolute; 
    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 8pt;
}

.timeline_bubble .bubble_top{
    height: 10px;
    background-position: -142px 0px;
}

.timeline_bubble .bubble_bottom{
    height: 10px;
    background-position: -142px -38px;
}

.timeline_bubble .bubble_mid {
    background-position: -284px -1px;
    overflow: hidden;
}

.timeline_bubble .event_title{
    cursor: pointer;
    color: #FFF;
    padding: 3px 0px 3px 0px;
    margin: 0px 5px 0px 5px;
    border-bottom: 1px solid #999;
    font-weight: bold;
}

.timeline_bubble .event_title:hover{
    color: #C1E20D;
}

.timeline_bubble .event_title:hover + next{
    display: block;
}

.timeline_bubble .event_data {
    overflow: hidden;
    display: none;
    color: #fff;
    font-weight: normal;
    margin: 3px 0px 0px 0px;
}

/*日历点击事件*/
.select_bgColor { background-color: #f5bf6c; } 

/*MAC*/

@media screen (min-width: 1280px) {
   .timeline_top li, .timeline_bottom li {
        width: 30px !important;
   }
}

@media screen (min-width: 1024px) and (max-width: 1280px) {
   .timeline_top li, .timeline_bottom li {
        width: 28px !important;
   }
}

