.gt-timeline{
	position: relative;
	width: 960px;
	height: 100px;
	border: 0px solid red;
	float:left;
	
	font-family: 'Helvetica Neue', Helvetica, Arial, serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	color: #6d6d6d;
	margin-left: 25px;
	margin-right: auto;
}
	.gt-timeline div.main_line {
	  	border: none;
	    border-top:3px solid #666666; 
	    clear:both; 
	    height:0; 
	    width: 100%;
	    position: absolute;
	    top:50px;
	    left: 14px;
	    z-index: 0;
	    display:none;
	}

	.gt-timeline div.event{
		background: url(/images/inactive.png) 0px 0px no-repeat;
		width: 16px;
		height: 30px;
		cursor: pointer;
		position: absolute;
		z-index: 2;
		top: 43px;
		opacity: 0.75
	}

	.gt-timeline div.selected{
		/*border: 2px dashed #999999;*/
	}
	.gt-timeline div.e-message{
		background-color: #666666;
		position: absolute;
		top: 70px;
		color: white;
	}

		.gt-timeline div.e-message .msg{
			padding: 5px;
			font-size: 11px;
			text-shadow: 0 0 0;
			cursor: pointer;
			position: relative;
			background-color: #d1d3d4;
			box-shadow: 0 0 1px #000000;
			z-index: 6000;
			width: 300px;
			color:#000000;
		}
			.gt-timeline div.e-message .msg:hover{
				background:#9fdfa8;
				color:#000000;
				z-index: 5000;
			}

		.gt-timeline div.e-message .info{
			padding: 5px;
			font-size: 11px;
			text-shadow: 0 0 0;
			cursor: auto;
			z-index: 100;
			position: relative;
			font-weight: bold;
			border-bottom: 1px dashed #999999;
			position: default;
		}

		.gt-timeline div.e-message .message-pointer{
			background: url(../img/main_img.png) no-repeat 0 -122px;
			width: 14px;
			height: 18px;
			position: absolute;
			display:none;
			top: -11px;
			display:none;
			z-index: 1;
		}
		.gt-timeline .icon-close{
			background: url(/images/main_img.png) no-repeat -3px -227px;
			background-color: #999999;
			width: 14px;
			height: 14px;
			position: absolute;
			display:none;
			top: 5px;
			right: 7px;
			cursor: pointer;
		}
	.gt-timeline div.event:hover{
		background: url(/images/active.png) 0px 0px no-repeat;
		z-index:500;
		opacity: 1.0
	}
	
	

	.gt-timeline div.horizontal-line{
		border: 0px;
	    border-left:3px solid #666666; 
	    clear:both;
	    height:20px;
	    width: 0px;
		position: absolute;
		z-index: 1;
		top: 30px;
		display:none;
	}

	
	



.gt-timeline div.event .eventDate {
		position: absolute;
		margin-top: 40px;
		margin-left: 2px;
		background-color: #ffffff;
		width: 62px;
		height: 17px;
		padding-top: 2px;
		padding-left: 2px;
		padding-right: 2px;
		left: -12px;
		color: #000000;
		font-weight: bold;
		white-space: nowrap;
}

.gt-timeline div.event .eventDate:hover {
		background-color: #9fcba8;
}
		
.gt-timeline div.event .lvl1 {
		margin-top:25px;
		margin-left: -8px;
		width:62px;
		text-align: center;
		border: 1px solid #000000;
		z-index: 530;
		font-size: 11px;
}

.gt-timeline div.event .lvl2{
		margin-top:40px;
		margin-left: -8px;
		z-index: 520;
		width:62px;
		text-align: center;
		border: 1px solid #000000;
		font-size: 11px;
}

.gt-timeline div.event .lvl3 {
		margin-top:55px;
		margin-left: -8px;
		width:62px;
		text-align: center;
		border: 1px solid #000000;
		z-index: 510;
		font-size: 11px;
}

.gt-timeline div.event .lvl4{
		margin-top:70px;
		margin-left: -8px;
	 	z-index: 500;
		width:62px;
		text-align: center;
		border: 1px solid #000000;
		font-size: 11px;
}