.outerDiv {
	bottom: 15px;
	position: relative;
}

/* Table RUST01 Standings */

.RUST01_standings {
	border-collapse: collapse;
	border-bottom: 2px solid #ccc;
	margin-left: 5px;
	text-align: center;
	width: 680px;
}
table.RUST01_standings th {
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	padding: 8px 4px 8px 4px;
}
table.RUST01_standings td {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px 6px 4px;
}
table.RUST01_standings th:first-child, td:first-child {
	text-align: right;
	width: 5%; 
}
table.RUST01_standings th:first-child+th, td:first-child+td {
	text-align: left;
	width: 20%;
}
table.RUST01_standings tbody tr:hover td {
	background-color: #fbfbfb;
	color: #000;
}
.final_three {
	background-color: #fbfbfb;
	border: 1px solid #ccc;
}

/* Table RUST01 Legend */

.legendDiv {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	bottom: 0;
	margin-right: 15px;
	padding: 15px;
	position: absolute;
	right: 0;
	width: 180px;
}
.legendList {
	line-height: 225%;
	list-style-type: none;
	margin-left: 40px;
	padding: 0;
}
.legendLI {
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 2.5em;
}

/* RUST Table Images Align */

.RUST_img {
	vertical-align: bottom;
}

/* RUST Details */

.details_header_multi {
	float: left;
	padding: 0 8px 4px 0;
	margin: 0 17px 0 5px;
	width: 210px;
}
.details_header_multi_below {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	float: left;
	padding: 0 0 4px 8px;
	margin: 0 15px 20px 5px;
	width: 210px;
}