/*for timeline*/
#border {
	position:relative;
	left:0px;
	top:10px;
	width:1012px;
	height:530px;
	z-index:5;
	border: 1px solid #B7AE9D;
}

#headings {
	position:absolute;
	left:0px;
	top:0px;
	width:152px;
	height:530px;
	z-index:1;
	background-image: url(/images/timeline_headers.gif);
}

#headings2 {
	position:absolute;
	left:0px;
	top:0px;
	width:152px;
	height:530px;
	z-index:1;
}

#container {
	position:absolute;
	left:152px;
	top:0px;
	width:876px;
	height:550px;
	z-index:1;
	overflow: auto;
	clip: rect(0px 860px 550px 0px);
}

#timelineContent {
	position:absolute;
	left:0px;
	top:0px;
	width:4842px;
	height:530px;
	z-index:2;
	background-image: url(/images/timeline200-bkd-4.gif);

}

#Events {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:50px;
	z-index:3;
	vertical-align: top;

}

#SubEvents {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:50px;
	z-index:3;
}

#DatePrezCourt {
	position:absolute;
	left:0px;
	top:100px;
	width:4842px;
	height:69px;
	z-index:3;
	background-image: url(/images/dateprezcourt200px2-all.gif);
}

#Subthemes {
	position:absolute;
	left:0px;
	top:169px;
	width:4842px;
	height:336px;
	z-index:3;
	background-image: url(/images/timeline-arrow-small.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}


#BottomDates {
	position:absolute;
	left:0px;
	top:336px;
	width:4842px;
	height:25px;
	z-index:4;
	background-image: url(/images/timeline-btmdates.gif);
}


a.case {
	color: #990000;
	text-decoration: none;
}

a.case:hover {
	color: #003FCD;
	text-decoration: none;
}




ul.case,li.case{margin:2px;padding:4px;list-style-type:square;text-indent:0;}

ol.case{margin:2px;padding:4px;text-indent:0;}



a.casetitle {
	color: #000000;
	text-decoration: none;
}
a.casetitle:hover {
	color: #000000;
	text-decoration: none;
}

