/* Table SDT2 Standings */

.outerDiv {
	bottom: 15px;
	position: relative;
}
.sdt2_standings {
	border-collapse: collapse;
	border-bottom: 2px solid #ccc;
	margin: 0 5px 0 5px;
	text-align: right;
	width: 690px;
}
table.sdt2_standings th {
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	padding: 8px 4px 8px 6px;
	text-align: right;
}
table.sdt2_standings td {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px 6px 6px;
}
table.sdt2_standings th:first-child, td:first-child {
	width: 3%; 
}
table.sdt2_standings th:first-child+th, td:first-child+td {
	text-align: left;
	width: 22%;
}
table.sdt2_standings th:first-child+th+th, td:first-child+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th, td:first-child+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th, td:first-child+td+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th+th, td:first-child+td+td+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td+td+td+td {
	width: 7%;
}
table.sdt2_standings th:first-child+th+th+th+th+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td+td+td+td+td {
	width: 12%;
}
table.sdt2_standings th:first-child+th+th+th+th+th+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td+td+td+td+td+td {
	width: 7%;
}
table.sdt2_standings tbody tr:hover td {
	background-color: #fbfbfb;
	color: #000;
}

/* Table SDT2 Legend */

.legendDiv {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	bottom: 0;
	font-size: .923em;
	margin-right: 5px;
	padding: 15px;
	position: absolute;
	right: 0;
	width: 200px;
}
.legendList {
	line-height: 150%;
	list-style-type: none;
	margin-left: 40px;
	padding: 0;
}
.legendLI {
	background-repeat: no-repeat;
	background-position: 0 .3em;
	padding-left: 1.5em;
}
.legendNotes {
	background-image: url(pict/excl-small-red.png);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	padding-left: 1.5em;
}

/* Tables SDT2 Details */

.sdt2_details {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	margin: 0 10px 0 10px;
	width: 217px;
}
table.sdt2_details th {
	background-image: url(pict/th_bkg.png);
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	padding: 4px 5px 4px 5px;
	text-align: left;
	width: 64%;
}
table.sdt2_details td {
	padding: 4px 5px 4px 5px;
	text-align: left;
}
table.sdt2_details th+th {
	text-align: center;
	width: 18%;
}
table.sdt2_details td+td {
	text-align: center;
}
table.sdt2_details th+th+th {
	text-align: right;
	width: 18%;
}
table.sdt2_details td+td+td {
	text-align: right;
}
.sdt2_details_divider {
	clear: both;
	display: block;
	height: 20px;
}