
body
{
	background-color: #373839;
	color: #ffffff;
	font: message-box;
	font-size: 90%;
}
/* Link Color */
a
{
	color: #008000;
}

#mainBody
{
	width: 450px;
	margin: 0px auto 0px auto;
}
#mainBody .Left
{
	width: 33%;
	float: left;
}
#mainBody .Middle
{
	width: 33%;
	float: left;
}
#mainBody .Right
{
	width: 33%;
	float: left;
}

.RefreshDatetime
{
	color: #ffffff;
}

.LivescoreTable
{
	width: 100%;
	border-collapse: collapse;
}
.CaptionCategory
{
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}
.CaptionCategory td
{
	padding-top: 4px;
}
.CaptionDateTime
{
}
.CaptionDateTime .Left2
{
	float: left;
	width: auto;
	font-size: 110%;
	padding-left: 4px;
}
.CaptionDateTime .Right2
{
	float: right;
	width: 50%;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #fffffff;
}


.ItemLivescore, .AlternateItemLivescore
{
	color: #ffffff;
}
.ItemLivescore td:first-child , .AlternateItemLivescore td:first-child
{
	padding-left: 4px;
}
.ItemLivescore td , .AlternateItemLivescore td
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.ItemLivescore
{
	background-color: #f1f1f1;
}
.AlternateItemLivescore
{
	background-color: #d1d1d1;
}
.LivescoreTableSTATUS
{
	width: 100px;
	color: #000000;
}
.LivescoreTableLOCALTEAM
{
	width: 125px;
	text-align: right;
	color: #000000;
}
.LivescoreTableGOALS
{
	width: 50px;
	text-align: center;
	color: #000000;
}
.LivescoreTableVISITORTEAM
{
	width: 125px;
	text-align: left;
	color: #000000;
}
.LivescoreTableEXPAND
{
	width: 50px;
	color: #000000;
	font-size: 80%;
}


.EventTable
{
	background-color: #3a3a3a;
	border-collapse: collapse;
	width: 100%;
	color: #3a3a3a;
	font-size: 70%;
}
.EventTableMINUTE
{
	width: 25px;
}
.EventTableTYPE
{
	width: 75px;
}
.EventTableLOCALPLAYER
{
	width: 125px;
	text-align: right;
}
.EventTableCENTERSPACE
{
	width: 50px;
}
.EventTableVISITORPLAYER
{
	width: 125px;
	text-align: left;
}
.EventTableRIGHTBORDER
{
	width: 50px;
}
