/* stadium index */

.stadiumHeader {
    background: #ddd;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
    border: #fff 1px solid;
}

.dataLeft {
    background: #eee;
    text-align: left;
    border: #fff 1px solid;
    vertical-align: middle;
}

.dataRight {
    background: #eee;
    text-align: right;
    border: #fff 1px solid;
    vertical-align: middle;
}

.dataLeft a:link, .dataRight a:link, .dataLeft a:visited, .dataRight a:visited {
    color: #000;
    text-decoration: underline;
}

.dataLeft a:hover, .dataRight a:hover {
    color: green;
    text-decoration: underline;
}



