
#GameList { font-family: Arial; font-size: 8pt; width: 100%; }
#GameList TR { cursor: pointer; cursor: hand; font-size: 8pt; }
#GameList TD { padding-right: 10px; font-size: 8pt; }

.gameListNavigationPanelTop { border-bottom: 1px solid #D4D4D4; margin-bottom: 2px; }
.gameListNavigationPanelTop A { color: Gray; font-size: 8pt; padding-right: 2px; text-decoration: none; }
.gameListNavigationPanelTop A:hover { color: #0968C1; }

.gameListNavigationPanelBottom { border-top: 1px solid #D4D4D4; margin-top: 2px; }
.gameListNavigationPanelBottom A { color: Gray; font-size: 8pt; padding-right: 2px; text-decoration: none; }
.gameListNavigationPanelBottom A:hover { color: #0968C1; }

.game { color: Black; text-decoration: none; }
.game:hover { background-color: #0968c1; color: White; }
.gameRowOver { background-color: #0968c1; color: White; }
.gameSelected { background-color: #d4d4d4; color: Black; text-decoration: none; }
.gameListSearchingIcon { margin-right: 5px; vertical-align: middle; }
.playerRowOver { cursor: hand; background-color: #0968c1; color: White; }

