#tlcontainer, #tlcontainertop {
	margin: 2px 1px 8px 4px;
	min-height:155px;
	max-height:500px;
	overflow-y:auto;
}

.item {

/*	background-color:#fff;*/
/*	border-bottom:dotted 1px #B4BBCD;*/
/*	min-height:20px;*/

}

#tlcontainer table  {
	margin: 1px;
	float: left;
	border:solid 1px #000;
	text-align:justify;
	font-size:12px;
	word-wrap:break-word; 
}
#tlcontainer td  {
	border-left:dotted 1px #aaa;
	border-bottom:dotted 1px #000;
	font-size:12px;
	padding:5px 2px;
}

.item div, .topbox div {
	padding:8px;	
}

/*.rightCorner { 
	background-image: url("timelineimages/right1.png");
	display: block;
	height: 16px;
	margin-left: -15px;
	margin-top: 8px;
	padding: 0;
	vertical-align: top;
	width: 23px;
	z-index:2;
	position: absolute;
}*/

.timeline_container{
	width: 16px;
	text-align: center;
	margin: 0 auto;
    display: block;
}
/*.timeline{
	margin: 0 auto;
	background-color:#666;
	display: block;
	float: left;
	height: 100%;
	left: 10px;
	margin-top: 10px;
	position: absolute;
	width: 5px;
}*/

#playerevent_popup{
	position:absolute;
	z-index:10;
	visibility:hidden;
	border-style:solid;
	width:400px;
	height:200px;
	padding: 20px;
/*
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -100px;
*/
    background-color: white;
}
