/*CSS for OBC History page*/

div#historyList {
	width: 470px;
}

div#historyYears {
	padding: 5px;
	border: 1px solid #dbdac1;
	margin: 0 0 10px 0;
	text-align: center;
}

div#historyYears a {
	line-height: 1.5em;
}

div#historyYears a.current {
	font-weight: bold;
}

div#historyItems {
	margin: 0 0 10px 0;
	border-top: 5px solid #dbdac1;
	border-bottom: 5px solid #dbdac1;
}

div.historyItem {
	padding: 5px;
	background-color: #ebebe0;
	position: relative;
	overflow: hidden;	
	background: url(history_bg4.jpg) repeat-y top left;
	border-bottom: 1px solid white;
}

div#historyItems div.even {
	background-color: transparent;
}

div#historyItems div.first {
	border-top: 1px solid white;
}

div.historyItem div.historyYear {
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	position: absolute;
	left: 0;
	padding-left: 10px;
	margin-left: 5px;
}

div.historyItem div.historyYear.current {
	/*background-image: url(../images/arrow_right.gif);*/
	background-image: url(arrow_green.gif);
}

div.historyItem div.historyText {
	margin-left: 5em;
}





/*
ul#historyYears {
	list-style: none;
	padding: 5px;
	border: 1px solid #dbdac1;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
}

ul#historyYears li {
	width: 3em;
	float: left;
	border-left: 1px solid #004c4c;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

ul#historyYears li.first {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

ul#historyYears li a.current {
	font-weight: bold;
}

ul#historyYears li.nextline {
	clear: left;
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
*/