﻿Body
{
	overflow: hidden;
	border-style: none;
	padding: 0px;
	border-color: #000000;
	margin: 0;
	border-collapse: collapse;
}
 
p.normal 
{ 
font-weight: bold;
font-family: Arial Narrow
font-size: 16pt;
color: #000000;
}

.Team
{
    font-family: "Arial Narrow";
    font-size: medium;
    font-weight: bold;
    font-style: normal;
    color: #FFFFFF;
    border-style: none;
    position: absolute;
    vertical-align: top;
    top: 0px;
    background-color:transparent;
}
.Scores
{
    padding: 0px;
    margin: 0px;
    font-size: medium;
    font-weight: bolder;
    color: #FFFFFF;
    vertical-align: top;
    text-align: center;
    background-color: #000000;
    border-style: none;
    position: absolute;
    height: 15px;
    overflow: hidden;
    font-family: "Arial Narrow";
    table-layout: fixed;
}
.Comments
{
    font-weight: bold;
    background-color: #000000;
    border-style: none;
    font-size: small;
    color: #FFFFFF;
    position: absolute;
    height: 126px;
    vertical-align: top;
    text-align: left;
    width: 196px;
    font-family: "Arial Narrow";
    left: 6px;
    top: 56px;
    overflow: hidden;
    clip: rect(auto, auto, auto, auto);
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
}
.Button
{
    font-family: "Arial Narrow";
    font-size: small;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    border: thin solid #FFFFFF;
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
}

.Quarter  
{
    background-color: #000000;
    font-size: x-large;
    font-weight: bold;
    color: #c04000;
    vertical-align: top;
    text-align: center;
    border-style: none;
    position: absolute;
    top: 16px;
    height: 34px;
    position: absolute;
    left: 72px;
    width: 68px;
    overflow: hidden;
    font-family: Arial;
}

.Quarter:after    
{
    display: block;    
    content: ".";    
    visibility: hidden;    
    clear: both;    
    height: 0;
}

.BaseballAway
{
    background-color: #000000;
    border-color: #C04000;
    border-style: solid;
    font-weight: bold;
    font-size: small;
    color: #FFFFFF;
    position: absolute;
    top: 18px;
    height: 20px;
    text-align: center;
    vertical-align: top;
}
.BaseballHome
{
    background-color: #000000;
    border-color: #C04000;
    border-style: solid;
    font-weight: bold;
    font-size: small;
    color: #FFFFFF;
    position: absolute;
    top: 42px;
    height: 20px;
    text-align: center;
    vertical-align: top;
}
.BaseballHeader
{
    font-weight: bold;
    font-size: small;
    color: #FFFFFF;
    position: absolute;
    top: 0px;
}

TABLE.tabulardata {
    padding: 0px;
    margin: 0px;
    BACKGROUND-COLOR: #228B46;
    font-family: "Arial Narrow";
    font-size: medium;
    vertical-align: top;
    text-align: left;
    table-layout: fixed;
    empty-cells: show;
    border-collapse: collapse;
    position: absolute;
    overflow: hidden;
    display: table;
    visibility: visible;
    color: #FFFFFF;

}
TABLE.tabulardata TR {
    padding: 0px;
    margin: 0px;
    BACKGROUND-COLOR: #228B46;
    font-family: "Arial Narrow";
    font-size: medium;
    vertical-align: top;
    text-align: left;
    table-layout: fixed;
    empty-cells: show;
    overflow: hidden;
    border-collapse: collapse;
    display: table-row;
    visibility: visible;
}
TABLE.tabulardata TH {
    border: 1px solid #FFFFFF;
    margin: 1px;
    BACKGROUND-COLOR: #228B46;
    PADDING: 1px;
    font-family: "Arial Narrow";
    font-size: medium;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: top;
    text-align: left;
    white-space: normal;
    word-spacing: normal;
    letter-spacing: normal;
    empty-cells: show;
    border-collapse: collapse;
    overflow: hidden;
    table-layout: fixed;
    display: table-header-group;
    visibility: visible;
}
TABLE.tabulardata TD {
    border: 1px solid #FFFFFF;
    margin: 1px;
    padding: 1px;
    font-family: "Arial Narrow";
    vertical-align: top;
    text-align: left;
    background-color: #228B46;
    font-size: medium;
    border-collapse: collapse;
    empty-cells: show;
    overflow: hidden;
    display: table-cell;
    visibility: visible;
    table-layout: fixed;}
.Scores1 {
	padding: 0px;
	margin: 0px;
	font-size: medium;
	font-weight: bolder;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	background-color: #000000;
	border-style: none;
	height: 15px;
	overflow: hidden;
	font-family: "Arial Narrow";
	table-layout: fixed;
}
