﻿
.TimelineLegend {
	width: 400px;
	border: 1px solid #012220;
	margin: 10px auto 0px auto;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	background-color: #f5fff5;
}

.TimelineLegend table {
	margin: 0px;
	width: 100%;
}

.tdLegend1 {
	color: #012220;
	font-weight: bold;
	padding: 3px 25px 3px 15px;
}

.tdLegend2 {
	color: #000000;
	background: url("../Graphics/Menus/bullet_black.gif") no-repeat top left;
	padding: 3px 5px 3px 20px;
}

.tdLegend3 {
	color: #802400;
	background: url("../Graphics/Menus/bullet_orange.gif") no-repeat top left;
	padding: 3px 15px 3px 20px;
}

.TimelineYear {
	font-size: 26px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	line-height: 26px;
	color: #012220;
	margin: 30px 0px 10px 0px;
}

.TimelineEntry {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 20px;
	background: url("../Graphics/Menus/bullet_black.gif") no-repeat top left;
}

.TimelineEntryGRC {
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 20px;
	background: url("../Graphics/Menus/bullet_orange.gif") no-repeat top left;
}

