﻿body 
{
}

#ScoreBoardTable
{
    margin-top:10px;
    border-collapse:collapse;
    width:700px;
}

.ScoreBoardScoreRow td
{
    background-color:Black;
    border-style:solid;
    border-width:1px 1px 1px 1px;
    border-color:#939598;
}

.ScoreBoardHeaderRow td
{
    text-align:center;
    color:#58595B;
    font-family:Arial Narrow;
    font-size:medium;
}

.BottomTable td
{
    vertical-align:top;
}

.LineupCell
{
    background-image:url(img/Gradient_filler.png);
    height:334px;
    font-family:Arial Narrow;
    width:180px;
}

.TeamTitle
{
    font-size:10;
    font-weight:bold;
}

.PlayerList
{
    font-size:14px;
}

.PlayByPlayBox
{
    width:668px;
    border-color:Black;
    border-width:0px 1px;
    border-style:solid;
    padding:0px 4px;
}

.PlayByPlayBox div
{
    width:100%;
    height:150px;
    overflow:auto;
    font-family:Arial Narrow;
    font-size:small;
}

.InningLog
{
    font-family:Arial;
    font-size:14pt;
    padding-bottom:5px;
}

.CountBasesLogCell
{
    text-align:center;
    vertical-align:top;
    width:268px;     
}

.BsoCell
{
    background-image:url(img/BallStrikeOut.png);
    background-repeat:no-repeat;
    width:251px;
    height:50px;
    padding-top:5px;
}
