table.timeline
	{
	position: absolute;
	margin: 0 0 0 28px;

	height: 90px;
	color: #FFFFFF;
	}


/* Rows */

table.timeline tr.years td
	{
	padding: 2px 0 2px 4px;
	width: 48px;
	color: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	vertical-align: bottom;
	border-left: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	}

table.timeline tr.zoom td
	{
	padding: 2px 4px 0 4px;
	height: 50px;
	width: 318px;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	vertical-align: top;
	border-left: #FFFFFF 1px solid;
	}

table.timeline tr.milestone td
	{
	padding: 1px 4px 1px 4px;
	width: 318px;
	font-size: 9px;
	font-weight: normal;
	line-height: 15px;
	vertical-align: top;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	}



/* Cells */

table.timeline td.left
	{
	border-left: #DCF0FF 1px solid;
	}

table.timeline td.right
	{
	border-right: #DCF0FF 1px solid;
	}



/* Zoom */

#rightimgcol #zoom
	{
	padding-top: 135px;
	height: 100px;
	width: 280px;
	font-size: 11px;
	color: #003366;
	}

#rightimgcol #zoom span
	{
	font-weight: bold;
	}