.timeline {
    margin: 0px;
    overflow: hidden;
    color: #615b4e;
    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 7pt;
}

.timeline_arrows {
    overflow: hidden;
    padding-left: 2px; 
    padding-bottom: 0px;
    zoom: 1;
    font-size: 1.3em;
}

.timeline_arrows div {
    float: left;
}

.timeline_date {
    height: 20px;
    
    font-size: 12px;
    color: #615b4e;
    font-weight: normal;
    text-transform: uppercase;
    padding: 1px 20px 0px 5px;
    line-height: 20px;
}
.timeline_monthplusone {
    padding: 1px 20px 0px 5px !important;
    text-transform: uppercase;
}
.timeline_monthplustwo {
    text-transform: uppercase;
}
.timeline_monthplusone:hover, .timeline_monthplustwo:hover {
	color: #615b4e;
}

.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear,
.timeline_monthplusone,
.timeline_monthplustwo {
    color: #A7A7A7;
    font-size: 12px;

   cursor: pointer;
   padding: 1px 5px 0px 5px;
   width: auto;
   height: 20px;
   line-height: 20px;
   /*  background: url(../images/arrows.png) no-repeat; */
}

.timeline_lastyear {
	display: none;
    border-right: 1px solid #000;
}

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

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

.timeline_lastmonth:hover,
.timeline_nextmonth:hover {
	color: #615b4e;
    /* background-position: -15px -20px; */
}

.timeline_nextyear {
	display: none;
    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;
    margin-right: 0px;
    padding: 2px 2px 0px 2px;
    border-bottom: 1px solid #d7d6d6;
}

.timeline_bottom li {
    border: none;
}

.timeline_bottom li {
    padding: 0px 2px 0px 2px !important;
}

.timeline_top li div, 
.timeline_bottom li div {
    /*text-transform: uppercase;*/
    text-align: center;
    width: 20px;
}

.timeline_top div {
    background: none;
/*    background: url(../images/normal.gif) no-repeat left top;*/
    padding: 3px 0px 3px 0px !important;
} 

.timeline_bottom div {
	background: none;
/*    background: url(../images/normal.gif) no-repeat left bottom;*/
    padding: 2px 0px 4px 0px !important;
}

.timline_bottom .heute .event {
	color: #fff !important;
	background: #615b4e !important;	
	
}
.timeline_bottom .today_is_event {
	color: #FFF !important;
	background: url(../images/today_is_event.gif) no-repeat left top !important;
}

.timeline_top .today {
	background: #d7d6d6;
	color: #615b4e;
/*    background: url(../images/today.gif) no-repeat left top;*/
    padding: 3px 0px 3px 0px !important;
} 

.timeline_bottom .today {
/* 	border-right: 1px solid #d7d6d6;
	border-left: 1px solid #d7d6d6;
	border-bottom: 1px solid #d7d6d6;
	color: #615b4e;*/

	color: #fff;
	background: #615b4e;
    /*background: url(../images/today.gif) no-repeat left top;*/
    padding: 3px 0px 3px 0px !important;
}

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

.timeline_bubble {
    display: none;   
    overflow: hidden;
    width: 250px;

    position: absolute; 

    font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
    font-size: 8pt;
    
    margin-top: -6px;
}

.timeline_bubble .bubble_top,
.timeline_bubble .bubble_bottom,
.timeline_bubble .bubble_mid {
    background: url(../images/bubble.png) repeat-y;
    /*background: #000;*/
    overflow: hidden;
}

.bubbleIE6 {
    background-image: url(../images/bubble.gif) !important;
}

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

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

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

.timeline_bubble .event_title{
	font-size: 13px;
    /*cursor: pointer;*/
    color: #faba00;
    padding: 7px 0px 3px 0px;
    margin: 0px 15px 0px 15px;


    font-weight: normal;
}

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

.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;
    padding: 0;
}

.timeline_bubble a {
    background: url(../images/arrow.gif) no-repeat top left;
    padding: 0px 0px 0px 10px;
    color: #fff;
}
.timeline_bubble a:hover {
    background: url(../images/arrow_mo.gif) no-repeat top left;
    padding: 0px 0px 0px 10px;
    color: #faba00 !important;
}

