﻿#tooltip-bubble { 
    display:none;
    width: 246px;
    font-size:12px;
    z-index: 1000;
}

#tooltip-bubble a.tip-wrap
{
	display: block;
	text-decoration: none;
	border: none;
	cursor: pointer;
}

#tooltip-bubble a.tip-wrap p
{
	padding: 20px 25px 10px 25px;
	margin: 0;
    background:transparent url(../Images/tlinepusher_tip_background.png) top left no-repeat; 
    font: 16px "Arial","Geneva",sans-serif;
    font-weight: bold;
    color: #756e61;
    text-decoration: none;
}
#tooltip-bubble a.tip-wrap p small 
{
    font-size: 11px;
    font-weight: normal;
}
#tooltip-bubble .tip-footer 
{
	display: block;
	width: 246px;
	height: 45px;
	background: transparent url(../Images/tlinepusher_learnmore_background.png) top left no-repeat; 
	text-decoration: none;
	border: none;
}

.timeline-wrapper 
{
	height: 81px; 
	width: 730px; 
	background: transparent url(../Images/tlinepusher_background.png) top left no-repeat; 
	margin: 0 auto 0 auto; 
	padding: 0 0 0 13px;
}

.timeline-wrapper .timepoint 
{
	display: block;
	width: 59px;
	height: 81px;
	float: left;
	margin-right: 1px;
	background-color: #000000;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
}
