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

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


.timeline_date {
    width:255px;
	height:auto;
	float:left;
	text-align:right;
	margin-top: 5px;
	color:#1E2E3E;
	font-size: 14px;
    font-family: sans-serif;
}

.timeline_lastyear,
.timeline_lastmonth,
.timeline_nextmonth,
.timeline_nextyear {
    cursor: pointer;
    color: #121212;
    font-size: 14px;
    font-family: sans-serif;
}

.timeline_lastyear {
    width:0;
    height: 0;
    display: none;
}

.timeline_lastmonth {
	width:100px;
	height: auto;
	float: left;
	margin-top: 5px;
	text-align: left;
	color:#1E2E3E;
	cursor: pointer;
}

.timeline_nextmonth {
	width:118px;
	height:auto;
	margin-top: 5px;
	float:right;
	text-align:right;
	color:#1E2E3E;
	margin-right: 25px;
}	

.timeline_nextyear {;
    width:0;
    height: 0;
    display: none;
}

.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: 2px;
    padding: 3px 0px 0px 0px;
    border-bottom: 1px solid #FFF;
}

.timeline_bottom li {
    border: none;
}

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

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

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

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

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

.timeline_bottom .today {
    background: url(../images/normal.gif) no-repeat left bottom;
    padding: 5px 0px 3px 0px !important;
}

.timeline_top .event {
    background: url(../images/today.gif) no-repeat left top;
    padding: 3px 0px 5px 0px !important;
} 

.timeline_bottom .event {
    background: url(../images/today.gif) no-repeat left bottom;
    padding: 5px 0px 3px 0px !important;
}

.timeline_top .event, 
.timeline_bottom .event {
    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,
.timeline_bubble .bubble_bottom,
.timeline_bubble .bubble_mid {
    background: url(../images/bubble.png) repeat-y;
    overflow: hidden;
}

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

.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;
    font-size: 12px;
}

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

.timeline_bubble .event_data a {
	color: #496D8C;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	float: right;
}

.timeline_bubble .event_data a:hover {
	color: #1E2E3E;
}