@charset "utf-8";
/* CSS Document */
#history {	
	width: 100%;
	height: 30px;
	background: #fff9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff9f9 43%, #e9e4e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,#fff9f9), color-stop(100%,#e9e4e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fff9f9 43%,#e9e4e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fff9f9 43%,#e9e4e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fff9f9 43%,#e9e4e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fff9f9 43%,#e9e4e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9f9', endColorstr='#e9e4e4',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
#history .hist-cont {
	width: 940px;
	margin: 0 auto;
}
#history ul{
}

#history ul li {
	display: inline-block;
}

#history ul li.active {
	font-weight: bold;
	
}
#history ul li a {
	text-decoration: none;
	color: #666;
	font-size: 14px;
}

#history ul li a:hover {
	color: black;
}

#history ul li .text {
	float: left;
	padding: 7px 0 7px 0;
}
#history ul li .arrow-right {
	float: left;
	font-family: Helvetica;
	padding: 5px 5px 7px 10px;
	font-weight:normal;
}.header {
	background-color: #FFF;
}
.container .content1 {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	background-color: #6C0000;
	text-indent: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-left: 30px;
	padding-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
}
.container .content2 {
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	background-color: #000;
	margin: 30px;
	padding: 30px;
	border-top-width: 7px;
	border-right-width: 7px;
	border-bottom-width: 7px;
	border-left-width: 7px;
	border-left-style: solid;
}
.footer {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	color: #FFF;
	background-color: #CC0;
}
