﻿
/*
	= Timeline
*/

#images {
	background: #fff;
	height: 360px;
	position: relative;
	width: 440px;
}

#tlinecontainer {
	border-bottom: 1px solid #ebebc4;
	border-top: 1px solid #ebebc4;
	clear: both;
	height: 298px;
	left: 3px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	width: 435px;
}

/* html #tlinecontainer {
	left: -105px;
	top: -7px;
} */

#tline {
	position: relative;
	top: 0;
}

#tline p {
	clear: both;
}

#tline div.talt { padding: .3em 0; }
#tline div.talt p { 
	width: 180px; 
	clear: none; 
	color: #7c7c7c;
	border: 0; 
	background-color: #fff; 
	font-size: .85em; 
	line-height: 1.4em; 
	margin: 0 0 .3em 0; 
}


#tline img { 
	background-color: #f6f6ef;
	border-right: 1px solid #ebebc4; 
	float: right; 
	padding: .3em;
	position: relative;
}

#tline p { 
	background-color: #f0f0e0; 
	border-top: 1px solid #ebebc4;
	border-left: 1px solid #ebebc4;
	color: #c00;
	font-size: 1em; 
	margin: .7em 0; 
	padding-top: .2em;
	padding-bottom: .3em;
}


#tlinehdr, #tlineftr {
	padding: 3px;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 2px;
	width: 435px;
	z-index: 1000;
}

#tlineftr { top: auto; bottom: 2px; }

/* html #tlinehdr, * html #tlineftr { position: static; } */

#tlinehdr a, #tlineftr a {
	display: block;
	padding: 2px 0;
	margin: 0;
	text-align: center;
}

#tlinehdr a:hover, #tlineftr a:hover {
	background-color: #f6f6ef;
}

#tlbl {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	padding: 1em 2em;
	background: #000;
	color: #fff;
}

