/* Table SDT3 Standings */

.outerDiv {
	bottom: 15px;
	position: relative;
}
.sdt3_standings {
	border-collapse: collapse;
	border-bottom: 2px solid #ccc;
	margin: 0 5px 0 5px;
	text-align: right;
	width: 950px;
}
table.sdt3_standings th {
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	padding: 8px 4px 8px 6px;
	text-align: right;
}
table.sdt3_standings td {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px 6px 6px;
}
table.sdt3_standings th:first-child, td:first-child {
	width: 3%; 
}
table.sdt3_standings th:first-child+th, td:first-child+td {
	text-align: left;
	width: 13%;
}
table.sdt3_standings th:first-child+th+th+th+th+th+th+th+th+th+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+td+td+td+td+td+td+td+td+td {
	width: 5%;
}
table.sdt3_standings tbody tr:hover td {
	background-color: #fbfbfb;
	color: #000;
}

/* Tables SDT3 Details */

.sdt3_details {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	margin: 0 10px 0 10px;
	width: 220px;
}
table.sdt3_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: 62%;
}
table.sdt3_details td {
	padding: 4px 5px 4px 5px;
	text-align: left;
}
table.sdt3_details th+th {
	text-align: center;
	width: 16%;
}
table.sdt3_details td+td {
	text-align: center;
}
table.sdt3_details th+th+th {
	text-align: right;
	width: 22%;
}
table.sdt3_details td+td+td {
	text-align: right;
}
.sdt3_details_divider {
	clear: both;
	display: block;
	height: 20px;
}
.sdt3_notes {
	margin: 15px 0 0 39px;
}