﻿/*Timeline Div Table*/

.timelineDecade
{
	background: transparent;
	margin: 0px 16px;
	text-align: center;
	height: 57px;
}

.timelineDecadeC
{
	background: transparent url("../Images/Decade/DecadeBars-C.gif") repeat-x top left;
	margin: 0px 5px;
	text-align: center;
	height: 51px;
}

.timelineDecadeL
{
	float: left;
	width: 5px;
	height: 51px;
	background: transparent url("../Images/Decade/DecadeBars-L.gif") no-repeat top left;
}

.timelineDecadeR
{
	float: right;
	width: 5px;
	height: 51px;
	background: transparent url("../Images/Decade/DecadeBars-R.gif") no-repeat top left;
}

.timelineCentury 
{
	background-color:transparent;
	margin: 0px 16px;
	height: 61px;
}

.timelineCenturyC
{
	background: transparent url("../Images/Century/CenturyBars-C.gif") repeat-x top left;
	margin: 0px 5px;
	text-align: center;
	height: 55px;
}

.timelineCenturyL
{
	float: left;
	width: 5px;
	height: 55px;
	background: transparent url("../Images/Century/CenturyBars-L.gif") no-repeat top left;
}

.timelineCenturyR
{
	float: right;
	width: 5px;
	height: 55px;
	background: transparent url("../Images/Century/CenturyBars-R.gif") no-repeat top left;
}

.timelineSpacer
{
	width: 100%;
	background: transparent;
	height: 13px;
}

.timelineCleaner
{
	clear:both;
	width: 100%;
	height: 6px;
	background:transparent;
}

.timelineEvents
{
	width: 100%;
	background: transparent;
}

