.main_line_solid {	  	
	    background-color: #282B8A; 
	    width: 100%;
	}
	
.main_line_solid:hover{
		background-color: #7378ca; 
	    width: 100%;
}

.event_div {
        border-left: 1.5px solid #282B8A;
        border-top: 1.5px solid #282B8A;
}

.event {	  
		color : #FFFFFF;
	    background-color: #666666; 	  
		cursor: pointer;
		line-height: 10px; 
		font-size:10px;
		text-align: left;
        margin-left: 4px;
        margin-top: -10px;
		float: left;
		width: 100%;
	}
	
.event:hover{
		 	    
}

.event a{
		background: none !important; 	    
		border: none !important; 	    
		line-height: 10px !important; 
		font-size: 10px !important;
		width: auto !important;
		height: auto !important;
		text-align: left !important;
		padding: 4px !important;
}
.event a.eventyear{float:left;}
.event a.eventyear:hover{
	font-weight: bold !important; 
	background-color: #0000FF !important;
	padding: 4px !important;
}

.event a.eventsubject:hover{
	font-weight: bold !important; 
	background-color: #0000FF !important;
	padding: 4px !important;
}

.gap{
	height : 3px;
	background-color: white;
	width : 100%;
}



.myTimeline div{ float:right; clear:both;}
.myTimeline span{color: #282b8a;}

.horizontal-line{
		border: 0px;
	    border-left:1.5px solid #282B8A; 
	    clear:both;
	    height:20px;
	    width: 0px;
		position: absolute;
		z-index: 1;
		top: 30px;
}