table {
border-collapse: collapse;
border-spacing: 0;
}
.table td,
.table th {
background-color: #fff;
text-align: left;
}
.table {
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=»col-«] {
float: none;
display: table-column;
}
table td[class*=»col-«],
table th[class*=»col-«] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.table1 { border-collapse: collapse;
}
.table1 { width: 100%;
margin-bottom: 20px;
}
14ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ
29 Αυγούστου-8 Σεπτεμβρίου 2002
Ιντιανάπολις-ΗΠΑ
Προκριματική Φάση
| Α Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Γιουγκοσλαβία-Ανγκόλα | 113-63 |
| Καναδάς-Ισπανία | 54-85 |
| Ανγκόλα-Καναδάς | 84-74 |
| Ισπανία-Γιουγκοσλαβία | 71-69 |
| Ανγκόλα-Ισπανία | 55-88 |
| Καναδάς-Γιουγκοσλαβία | 71-87 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Βαθμοί |
|---|
| 1. | Ισπανία | 3-0 | 6 |
| 2. | Γιουγκοσλαβία | 2-1 | 5 |
| 3. | Ανγκόλα | 1-2 | 4 |
| 4. | Καναδάς | 0-3 | 3 |
Ισπανία, Γιουγκοσλαβία και Ανγκόλα προκρίθηκαν
| Β Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Βραζιλία-Λίβανος | 102-73 |
| Πουέρτο Ρίκο-Τουρκία | 78-75 |
| Λίβανος-Πουέρτο Ρίκο | 77-99 |
| Τουρκία-Βραζιλία | 86-88 |
| Λίβανος-Τουρκία | 80-107 |
| Πουέρτο Ρίκο-Βραζιλία | 86-90 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Βαθμοί |
|---|
| 1. | Βραζιλία | 3-0 | 6 |
| 2. | Πουέρτο Ρίκο | 2-1 | 5 |
| 3. | Τουρκία | 1-2 | 4 |
| 4. | Λίβανος | 0-3 | 3 |
Βραζιλία, Πουέρτο Ρίκο και Τουρκία προκρίθηκαν
| Γ Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Κίνα-Γερμανία | 76-88 |
| ΗΠΑ-Αλγερία | 110-60 |
| Γερμανία-ΗΠΑ | 87-104 |
| Αλγερία-Κίνα | 82-96 |
| Αλγερία-Γερμανία | 70-102 |
| Κίνα-ΗΠΑ | 65-84 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Βαθμοί |
|---|
| 1. | ΗΠΑ | 3-0 | 6 |
| 2. | Γερμανία | 2-1 | 5 |
| 3. | Κίνα | 1-2 | 4 |
| 4. | Αλγερία | 0-3 | 3 |
ΗΠΑ, Γερμανία και Κίνα προκρίθηκαν
| Δ Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Νέα Ζηλανδία-Ρωσία | 90-81 |
| Αργεντινή-Βενεζουέλα | 107-72 |
| Βενεζουέλα-Νέα Ζηλανδία | 85-98 |
| Ρωσία-Αργεντινή | 81-100 |
| Βενεζουέλα-Ρωσία | 69-86 |
| Νέα Ζηλανδία-Αργεντινή | 85-112 |
| Βαθμολογία |
|---|
| # | Ομάδα | Ν-Η | Βαθμοί |
|---|
| 1. | Αργεντινή | 3-0 | 6 |
| 2. | Νέα Ζηλανδία | 2-1 | 5 |
| 3. | Ρωσία | 1-2 | 4 |
| 4. | Βενεζουέλα | 0-3 | 3 |
Αργεντινή, Νέα Ζηλανδία και Ρωσία προκρίθηκαν
Αγώνες Κατάταξης
| Για θέσεις 13-16 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Καναδάς-Λίβανος | 91-67 |
| Αλγερία-Βενεζουέλα | 83-98 |
| Για θέσεις 15-16 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Λίβανος-Αλγερία | 70-100 |
| Για θέσεις 13-14 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Καναδάς-Βενεζουέλα | 98-97 |
Προημιτελική Φάση
| Ε Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Πουέρτο Ρίκο-Γιουγκοσλαβία | 85-83 |
| Τουρκία-Ισπανία | 64-87 |
| Βραζιλία-Ανγκόλα | 86-83 |
| Ανγκόλα-Τουρκία | 66-86 |
| Ισπανία-Πουέρτο Ρίκο | 65-73 |
| Γιουγκοσλαβία-Βραζιλία | 90-69 |
| Πουέρτο Ρίκο-Ανγκόλα | 89-87 |
| Τουρκία-Γιουγκοσλαβία | 78-110 |
| Βραζιλία-Ισπανία | 67-84 |
| ΣΤ Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Νέα Ζηλανδία-Γερμανία | 64-84 |
| Ρωσία-ΗΠΑ | 82-106 |
| Αργεντινή-Κίνα | 95-71 |
| Κίνα-Ρωσία | 68-95 |
| ΗΠΑ-Νέα Ζηλανδία | 110-62 |
| Γερμανία-Αργεντινή | 77-86 |
| Νέα Ζηλανδία-Κίνα | 94-88 |
| Ρωσία-Γερμανία | 85-103 |
| Αργεντινή-ΗΠΑ | 87-80 |
Προημιτελικοί
| Ε Ομιλος |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Πουέρτο Ρίκο-Νέα Ζηλανδία | 63-65 |
| Γιουγκοσλαβία-ΗΠΑ | 81-78 |
| Ισπανία-Γερμανία | 62-70 |
| Βραζιλία-Αργεντινή | 67-78 |
Αγώνες Κατάταξης
| Για θέσεις 9-12 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Τουρκία-Κίνα | 94-86 |
| Ανγκόλα-Ρωσία | 66-77 |
| Για θέσεις 11-12 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Κίνα-Ανγκόλα | 84-96 |
| Για θέσεις 9-10 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Τουρκία-Ρωσία | 91-86 |
| Για θέσεις 5-8 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Πουέρτο Ρίκο-ΗΠΑ | 74-84 |
| Ισπανία-Βραζιλία | 105-89 |
| Για θέσεις 7-8 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Πουέρτο Ρίκο-Βραζιλία | 91-84 |
| Για θέσεις 5-6 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| ΗΠΑ-Ισπανία | 75-81 |
| Ημιτελικοί |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Νέα Ζηλανδία-Γιουγκοσλαβία | 78-89 |
| Γερμανία-Αργεντινή | 80-86 |
Τελικοί
| Για θέσεις 3-4 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Νέα Ζηλανδία-Γερμανία | 94-117 |
| Για θέσεις 1-2 |
|---|
| Αγώνας | Αποτέλεσμα |
|---|
| Γιουγκοσλαβία-Αργεντινή | 84-77 |
| Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ |
|---|
| # | Ομάδα |
|---|
| 1. | ΓΙΟΥΓΚΟΣΛΑΒΙΑ |
| 2. | ΑΡΓΕΝΤΙΝΗ |
| 3. | ΓΕΡΜΑΝΙΑ |
| 4. | Νέα Ζηλανδία |
| 5. | Ισπανία |
| 6. | ΗΠΑ |
| 7. | Πουέρτο Ρίκο |
| 8. | Βραζιλία |
| 9. | Τουρκία |
| 10. | Ρωσία |
| 11. | Ανγκόλα |
| 12. | Κίνα |
| 13. | Καναδάς |
| 14. | Βενεζουέλα |
| 15. | Αλγερία |
| 16. | Λίβανος |
Newsroom ΑΛΤΕΡ ΕΓΚΟ