/* Table SDT1 Standings */

.outerDiv {
	bottom: 15px;
	position: relative;
}

.sdt1_standings {
	border-collapse: collapse;
	border-bottom: 2px solid #ccc;
	margin-left: 5px;
	text-align: right;
	width: 460px;
}
table.sdt1_standings th {
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	padding: 8px 4px 8px 6px;
	text-align: right;
}
table.sdt1_standings td {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px 6px 6px;
}
table.sdt1_standings th:first-child, td:first-child {
	width: 5%; 
}
table.sdt1_standings th:first-child+th, td:first-child+td {
	text-align: left;
	width: 25%;
}
table.sdt1_standings th:first-child+th+th, td:first-child+td+td {
	width: 14%; 
}
table.sdt1_standings th:first-child+th+th+th, td:first-child+td+td+td {
	width: 14%; 
}
table.sdt1_standings th:first-child+th+th+th+th, td:first-child+td+td+td+td {
	width: 14%; 
}
table.sdt1_standings th:first-child+th+th+th+th+th, td:first-child+td+td+td+td+td {
	width: 14%; 
}
table.sdt1_standings th:first-child+th+th+th+th+th+th, td:first-child+td+td+td+td+td+td {
	width: 14%; 
}
table.sdt1_standings tbody tr:hover td {
	background-color: #fbfbfb;
	color: #000;
}

/* Tables SDT1 Details */

.sdt1_details {
	background-color: #f3eeeb;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
	margin: 0 10px 0 10px;
	width: 179px;
}
table.sdt1_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.sdt1_details td {
	padding: 4px 5px 4px 5px;
	text-align: left;
}
table.sdt1_details th+th {
	text-align: right;
	width: 36%;
}
table.sdt1_details td+td {
	text-align: right;
}
.sdt1_details_divider {
	clear: both;
	display: block;
	height: 20px;
}