#replays_searchHeader
{
    width: 61%;
    background-color: #869BBF;
    margin-left: auto;
    margin-right: auto;
}

#replays_result
{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
#replays_resultTDfirst
{
    border-style: solid;
    border-color: #D1D1E1;
    background-color: #EFF0FB;
}
#replays_resultInner thead
{
    font-size: 15px;
    font-family: Arial;
    color: black;
}
#replays_resultInner tbody a
{
    color: black;
}
#replays_resultInner tbody td
{
    border-style: none;
}

#replays_resultInner
{
    width: 100%;
    border-style: none;
    background-color: #D1D1E1;
}

.replays_detail
{
    background-color: black;
    color: white;
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
}
.replays_detail a
{
    color: white;
}

.replays_navigator
{
    font-family: Arial;
    width: 80%;
}

.replays_tiny
{
    font-family: "Georgia";
    font-size: 12px;
    color: black;
}

.replays_searchgroup
{
    font-family: Arial;
    font-size: 12px;
    color: #111111;
}

.replays_background
{
    background-color: #D1D1E1;
}

.replays_foreground
{
    background-color: #EFF0FB;
}

#listA,
#listB
{
    width: 120px;
    height: 200px;
}

.replays_tdMain
{
    border-style: solid;
    border-top-color: #D1D1E1;
    border-bottom-color: #D1D1E1;
    border-left-color: #D1D1E1;
    border-right-color: white;
    background-color: #D1D1E1
}

#replays_pager
{
    font-family: Arial;
    width: 79%;
}
#replays_pager a
{
    color: blue !important;
}