@charset "utf-8";

/* LEFT COLUMN HISTORY */

.HISTORY_yearItemTop {
	float:left;
	
	width:925px;
	height:6px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemSides.png);
	background-position:0px 0px;
}

.HISTORY_yearItemBottom {
	float:left;
	
	width:925px;
	height:6px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemSides.png);
	background-position:0px -6px;
}

.HISTORY_yearItem {
	float:left;
	
	width:925px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemBg.png);
	background-repeat:repeat-y;
}

.HISTORY_yearItemIconA {
	float:left;
	
	width:40px;
	height:40px;
	margin-left:6px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemIcons.png);
	background-position:0px 0px;
}

.HISTORY_yearItemIconB {
	float:left;
	
	width:40px;
	height:40px;
	margin-left:6px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemIcons.png);
	background-position:-40px 0px;
}

.HISTORY_yearItemIconC {
	float:left;
	
	width:40px;
	height:40px;
	margin-left:6px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemIcons.png);
	background-position:-80px 0px;
}

.HISTORY_yearItemIconD {
	float:left;
	
	width:40px;
	height:40px;
	margin-left:6px;
	
	background-image:url(../MEDIA/IMAGES/HISTORY/yearItemIcons.png);
	background-position:-120px 0px;
}

.HISTORY_yearItemBody {
	float:left;
	
	width:739px;
	height:40px;
	padding-left:10px;
	padding-right:15px;
	
	font-size:13px;
	line-height:normal;
	color:#A8A8A8;
}

.HISTORY_yearItemDateA {
	float:left;
	
	width:115px;
	height:23px;
	
	font-size:17px;
	line-height:normal;
	text-align:center;
	color:#982500;
}

.HISTORY_yearItemDateB {
	float:left;
	
	width:115px;
	height:17px;
	
	font-size:10px;
	line-height:normal;
	text-align:center;
	color:#982500;
}

.HISTORY_yearItemSpacer {
	float:left;
	
	width:925px;
	height:10px;
}