/* ======= DEMO LAYOUT ======= */

.container {
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:13px;
	width:100%;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	margin:0;
	padding:0;
}

.clear
{
}
.DownloadTM-wrapper
{
    width:100%;
    height:20px;
    float:right;
    text-align:right;
}
.DownloadTMLink
{
    text-align:right;
    padding:5px 5px 5px 23px;
    background-image:url('../../images/downloadTL.jpg');
    background-repeat:no-repeat;
    background-position:0px 3px;
}

/* ============ TIMELINE ============= */

.timelineContainer {
	border-left:0px solid #ccc;
	margin:20px auto;
	width:98%;
	height:100%;
}

div.timelineToggle {
	float:right;
	margin-right:0;
	white-space:nowrap;
}

a.expandAll {
	color:#ccc;
	cursor:pointer;
	background:#000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:12px;
	padding:3px 5px;
}

	a.expandAll:hover {
		color:#7DBADF;
		cursor:pointer;
	}

div.timelineMajor {
	clear:left;
	float:left;
	/*margin:0 0 12px;*/
	width:100%;
	margin:0px;
	padding:0 0 12px;
	border-left:2px solid #CCCCCC;
}

	.timelineMajor h2 {
		background:url(../../images/timeline_century_tick.gif) left center no-repeat;
		font-family:verdana, Times,"Times New Roman", serif;
		cursor: pointer;
		font-size:22px;
		font-weight:400;
		margin:0 0 10px;
		padding:4px 4px 4px 20px;
	}

	.timelineMajor h2 span {
		background:#E5E5E5;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		color:#687074;
		letter-spacing:.1em;
		line-height:1.7em;
		padding:3px 5px 3px 8px;
	}

dl.timelineMinor {
	clear:left;
	float:left;
	margin:0;
	padding:4px 4px 4px 0;
	position:relative;
	width:100%;
display:none;
}
dl.timelineMinor-show {
		background:url(../../images/timeline_decade_tick.gif) left center no-repeat;
		clear:left;
		font-size:16px;
		list-style-type:none;
		line-height:1.2em;
		margin:0 0 12px;
		padding:0 0 0 24px;
		white-space:nowrap;

}

	.timelineMinor dt {
		background:url(../../images/timeline_decade_tick.gif) left center no-repeat;
		clear:left;
		font-size:13px;
		font-weight:bold;
		list-style-type:none;
		margin:0 0 2px;
		padding:0 0 0 24px;
		/*white-space:nowrap;*/

	}
		.timelineMinor dt a {
			color:#999;
			cursor:pointer;
			font-size:12px!important;
		}

		.timelineMinor dt a.closed {
			color:#999;
			font-size:1em;
			margin-left:0;
		}

		.timelineMinor dt a.open {
			color:#687074;
		}

		.timelineMinor dt a:hover {
			color:#7DBADF;
		}

	.timelineMinor dd {
		padding-left:10%;
		width:90%;
		min-height:20px;
		margin-left:0px;
	}

		.timelineMinor dd h3 {
			color:#687074;
			clear:both;
			float:left;
			font-size:12px;
			font-weight:bold;
			margin: 5px 0;
			white-space:nowrap;
		}

.timelineEvent p {
	clear:left;
	margin:6px 0 6px;
	font-size:13px;
    text-align: justify;
    display:block;
    padding: 0;
    line-height:16px;
}
.timelineMinor img
{
  float:right;
  width:100px; 
  height:67px;
  display: inline-block;
}

.timelineEvent h4 {
	clear:left;
	float:left;
	font-size:1.4em;
	font-weight:400;
	margin:10px 0 0;
	padding:0 0 0 20px;
}

.timelineEvent blockquote {
	border-left:2px solid #ccc;
	clear:left;
	float:left;
	font-size:1.8em;
	margin-left:0;
	padding:0 30px;
	width:400px;
}

.timelineEvent blockquote .attribution{
	font-size:0.7em;
	text-align: right;
}


.timelineEvent div.media {
	float:right;
	padding:0 0 12px;
	width:300px;
}

	.timelineEvent .media img {
		border:2px solid #000;
		margin:0;
		  float:right;
	}

	.timelineEvent .media p {
		font-size:1.2em;
		margin:0;
		padding:0;
	}

	.timelineEvent .media a:link,.timelineEvent .media a:visited {
		color:#ab221b;
	}

	.timelineEvent .media a:hover {
		color:#7DBADF;
	}