
/***   BODY   ***/
body {
    color: black;
    background-color: white;
    font-family: "Arial", sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4;
    text-decoration: none;
    text-align: left;
    vertical-align: top;
    padding: 0;
    border: 0;
    margin: 0;
}


/***   LINKS   ***/
a         { color: #0033cc; text-decoration: none; }
a:hover   { color: #0033cc; text-decoration: underline; }
a:visited { color: #0033cc; }
a:active  { color: #3366ff; background-color: black; }


/***   Headings   ***/
h1, h2, h3, h4, h5, h6 {
    color: black;
    font-family: "Verdana", "Tahoma", sans-serif;
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    line-height: 1.0;
    text-decoration: none;
    text-align: left;
    padding: 0;
    border: 0;
    margin: 0;
}
h1 {
    text-align: right;
    margin-top: 2pt;
}
h2 {
    font-size: small;
    font-style: italic;
    text-align: right;
    margin-bottom: 4pt;
}
h3 {
    color: navy;
    margin-top: 8pt;
    margin-bottom: 2pt;
}
h4 {
    color: navy;
    font-size: small;
    font-style: italic;
    margin-top: 2pt;
    margin-bottom: 8pt;
}
h5 {
    color: maroon;
    font-size: small;
    margin-top: 8pt;
    margin-bottom: 2pt;
}
h6 {
    color: olive;
    font-size: small;
    text-decoration: underline;
    margin-top: 6pt;
    margin-bottom: 2pt;
}


/***   Horizontal Rule   ***/
hr {
    height: 1px;
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}


/***   Containers   ***/
img, form,fieldset, frame, frameset, noscript {
    padding: 0;
    border: 0;
    margin: 0;
}

div {
    text-align: left;
    vertical-align: top;
    line-height: 1.125
    padding: 0;
    border: 0;
    margin: 0;
}
p {
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    padding: 0;
    border: 0;
    margin: 0 12pt 8pt 6pt;
}
pre {
    font-family: "Lucida Console", "Courier New", "Courier", monospace;
    text-align: left;
    vertical-align: top;
    line-height: 1.3
    padding: 0;
    border: 0;
    margin: 0;
}

/***   Tables   ***/
table, tr, thead,tbody,tfoot, colgroup,col {
    border-spacing: 0;
    padding: 0;
    border: 0;
    margin: 0;
}
th {
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    padding: 2px 5px 4px 5px;
    border: 0;
    margin: 0;
}
td {
    font-size: x-small;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    vertical-align: top;
    padding: 1px 6px 2px 6px;
    border-top: 1px solid black;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid black;
    margin: 0;
}

table.GameInfo {
    margin: 12pt 0;
}

table.Listing {
    margin: 12pt 18pt;
}
table.Listing th {
    text-align: left;
}
table.Listing td {
}

table.BoxScoreInnings {
    background-color: white;
    margin: 9pt 0 12pt 0;
}
table.BoxScoreInnings th {
    font-size: x-small;
}
table.BoxScoreInnings td {
    font-size: medium;
}

table.BoxScoreDetails {
    background-color: white;
    margin: 2px 0;
}
table.BoxScoreDetails th {
    font-size: xx-small;
}
table.BoxScoreDetails td {
    font-size: xx-small;
}

/***   Page Styles   ***/
#PageHead {
    background-color: #e8f0fc;
    padding: 0;
    border-bottom: 1px solid #8099cc;
    margin: 0;
}

#PageBody {
    padding: 4pt 9pt 0 9pt;
    margin: 0;
}

#PageFoot {
    color: #336633;
    background-color: #e0f8ec;
    font-family: sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    padding: 3px 0 5px 0;
    border-top: 1px solid #809980;
    margin: 16px 0 0 0;
}
#PageFoot .Left {
    float: left;
    text-align: left;
    margin-left: 10px;
}
#PageFoot .Right {
    float: right;
    text-align: right;
    margin-right: 10px;
}


