/** baseball.css **/


body {
    font-size: small;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    margin: 0;
}

div, form, fieldset {
    padding: 0;
    border: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Tahoma", "Verdana", "Arial", sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    padding: 0;
    border: 0;
    margin: 0;
}
h1 {
    font-weight: normal;
    font-style: italic;
}
h2 {
    color: navy;
}
h3 {
    margin-left: 12pt;
}
h4 {
    color: navy;
    font-size: small;
    margin-left: 12pt;
}

sub, sup {
    font-family: sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: italic;
}

#PageHead {
    background-color: #e0e0e0;
    font-family: sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    padding: 2pt 12pt 4pt 12pt;
    border-bottom: 1px solid #999999;
    margin: 0;
}
#PageBody {
    font-family: serif;
    vertical-align: top;
    padding: 6pt 9pt 12pt 9pt;
    border: 0;
    margin: 0;
}
#PageFoot {
    background-color: #cccccc;
    font-family: sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    vertical-align: top;
    padding: 2pt 12pt 4pt 12pt;
    border-top: 1px solid #999999;
    margin: 0;
}


.Lt {
    float: left;
    text-align: left;
}
.Rt {
    float: right;
    text-align: right;
}
.Bold {
    font-weight: bold;
}
.Centered {
    text-align: center;
}
.Number {
    font-family: monospace;
    text-align: right;
}
.GameWon {
    color: green;
    text-align: center;
}
.GameLost {
    color: red;
    text-align: center;
}
.SHO {
    background-color: #ff9999;
    font-weight: bold;
    text-align: right;
}
.Total {
    background-color: #ffff99;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
}
.Percent {
    background-color: #80ffff;
    text-align: right;
}
.HomeRuns {
    background-color: #80ff80;
    font-weight: bold;
    text-align: right;
}
.Runs {
    background-color: #bbffbb;
    font-weight: bold;
    text-align: right;
}
.Hits {
    background-color: #ffffbb;
    text-align: right;
}
.Errs {
    color: red;
    background-color: #e0e0e0;
    text-align: right;
}
.AVG {
    background-color: #ffcc99;
    font-family: monospace;
    font-weight: bold;
}
.SO {
    background-color: #ffe0ff;
    text-align: right;
}
.BB {
    background-color: #e0e080;
    text-align: right;
}
.ER {
    text-align: right;
    background-color: #ffe0e0;
}
.ERA {
    background-color: #d0f0ff;
    font-weight: bold;
    text-align: right;
}
.IP {
    background-color: #fff0e0;
    text-align: right;
}


.LeagueHead {
    color: white;
    background-color:#003399;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    padding: 2pt 24pt 4pt 24pt;
}

.DivisionHead {
    color: white;
    background-color:#3366cc;
    font-weight: bold;
    text-align: right;
    margin-right: 24pt;
}


.Team {
    white-space: nowrap;
    padding-left: 6pt;
    padding-right: 9pt;
    border-top: 1px solid black;
    border-left: 1px solid black;
}

.NatLeg {
    background-color:#4080ff;
    text-align: center;
}
.AmLeg {
    background-color:#ff8080;
    text-align: center;
}

.WestDiv {
    background-color:#99ff99;
    text-align: center;
}
.CentDiv {
    background-color:#e0e080;
    text-align: center;
}
.EastDiv {
    background-color:#ff99cc;
    text-align: center;
}


#DebugPane {
    color: #ffffff;
    background-color: #000000;
    font-family: sans-serif;
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    line-height: 1.25;
    border: 2px groove #3fbf3f;
    margin: 12pt 8pt 6pt 6pt;
}

#DebugBody {
    color: #3fff3f;
    padding: 4pt 12pt 6pt 9pt;
    border-top: 1px groove #3fbf3f;
    border-bottom: 1px groove #3fbf3f;
    margin: 0;
}

#DebugHead, #DebugFoot {
    background-color: #1f1f1f;
    padding: 2pt 4pt;
    margin: 0;
}

#DebugPane .Link {
    color: #7f9fff;
    text-decoration: underline;
}



/**eof**/
