﻿/************** BEGIN teamNextLastGameModule **************/
.nextLastGameModule {
	height: auto;
}

.teamNextLastGameModule {
	float: left;
	width: 268px;
	height: auto;
	margin: 0px 0px 0px 0px;
}
.teamNextLastGameModule .teamNextLastGameModuleContent {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	text-align: center;
	background: #fff;
}

table.teamLogo
{
    border:0;
    width: 100%;
    margin: 0;
    padding: 0;
}
td.teamLogo 
{
    vertical-align: middle;
    text-align: center;
    width: 50%;
}    
/**************** the teams line - teamLogo1 AT teamLogo2 ****************/
.teamNextLastGameModule .teamNextLastGameModuleContent .teamsLine {
	float: left;
	width: 100%;
	font-size: 100%;
	margin: 0;
	padding: 0px 0 0px 0;
	_padding: 5px 0 0px 0;
	clear: both;
}
.teamNextLastGameModule .teamNextLastGameModuleContent .teamsLine .at {
	float: left;
	width: 10%;
	height: 100%;
	padding-top: 0px;
}
.teamNextLastGameModule .teamNextLastGameModuleContent .teamsLine .teamLogo.left {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	padding: 0px 0 0px 0;
	_padding: 5px 0 0px 0;
	
}
.teamNextLastGameModule .teamNextLastGameModuleContent .teamsLine .teamLogo.right {
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
	padding: 5px 0 0px 0;
	_padding: 10px 0 0px 0;

}
.teamNextLastGameModule .teamNextLastGameModuleContent .teamsLine .teamName.left {
	float: left;
	width: 44%;
	height: 100%;
	text-align: center;
	color: #AFBCBF;
    font-size: 130%;
	font-weight: bold;
}
.teamNextLastGameModule .teamNextLastGameModuleContent .teamsLine .teamName.right {
	float: left;
	width: 44%;
	height: 100%;
	text-align: center;
	color: #AFBCBF;
    font-size: 130%;
	font-weight: bold;
}

/**************** the score line - team name & final scores ****************/
.teamNextLastGameModule .teamNextLastGameModuleContent .scoreLine {
	float: left;
	width: 100%;
	font-size: 160%;
	font-weight: bold;
	color: #003893;
	clear: both;
	margin: 0;
	padding: 0px 0 0px 0;
	_padding: 5px 0 0px 0;
	
}
.teamNextLastGameModule .teamNextLastGameModuleContent .scoreLine .teamScores {
	float: left;
	width: 50%;
}
.teamNextLastGameModule .teamNextLastGameModuleContent .scoreLine .teamScores.left {
	text-align: center;
}
.teamNextLastGameModule .teamNextLastGameModuleContent .scoreLine .teamScores.right {
	text-align: center;
}
.teamNextLastGameModule .teamNextLastGameModuleContent .scoreLine .emptySpace {
	float: left;
	width: 20%;
}

/**************** game links (recap, scoresheet, highlights) ****************/
.teamNextLastGameModule .teamNextLastGameModuleContent .gameLinksLine {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 100%;
	padding: 0px 0 5px 0;
}

/**************** game ganeScoreboard  ****************/
.teamNextLastGameModule .teamNextLastGameModuleContent .gameScoreboard {
	width: 100%;
	text-align: center;
	font-size: 100%;
	padding: 5px 0 0px 0;
}

/************** END teamNextLastGameModule **************/

/************** BEGIN Standings *************************/
.Standings {
	width: 100%;
	text-align: center;
	font-size: 100%;
	padding: 10px 0 5px 0;
}

