body {
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	margin:0px;
	}

body a {
 font-weight: bold;
 text-decoration: none;
 color: #0000ff;
 }
 
 #matchview {
 width:494px;
 margin-left: auto;
 margin-right: auto;
 }
 
 
  h3 {
 font-family:verdana;
 font-size: 14px;
 padding-left:13px;
 border-bottom: 3px solid;
 border-color: #cfcfcf;
 }
 
.game_title {
  color: black;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 2px solid #898989;
  background-color:white;
  }
 
 /* STATS */
 
 .ColumnContainer {
	background-color:#efefef;
	width:232px;
	border-right:6px solid #dedddd;
	float:left;
	margin-left:8px;
	padding-bottom:4px;
	min-height:480px;
	}

#StatPageColumn {
	height:399px;
	width:420px;
	float:left;
	margin-left:8px;
	}

#StatHeaderContainer {
	width:492px;
	}

#TeamsContainer {
	height:24px;
	border-bottom:8px solid #dedddd;
	}

.TeamName {
	width:230px;
	font-family:Verdana;
	font-size:18px;
	float:left;
	padding-left:16px;
	}

.TeamScore {
	font-size:14px;
	}
	
#Time {
	height:26px;
	padding-top:2px;
	border-bottom:2px solid #dedddd;
	margin-bottom:3px;
	font-family:Verdana;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	}

	
.PCdark {
	width:144px;
	margin-right:2px;
	background-color:#e2e1e1;
	line-height:22px;
	padding-left:2px;
	float:left;
	}
	
.PClight {
	width:144px;
	margin-right:2px;
	background-color:#efefef;
	line-height:22px;
	padding-left:2px;
	float:left;
	}
	
.PChighlight {
	width:144px;
	margin-right:2px;
	background-color:#c0f0F0;
	line-height:22px;
	padding-left:2px;
	float:left;
	}


.PChighlight a:link,.PChighlight a:visited {
color:#00009C;
font-weight:100;
}


.PCdark a:link, .PClight a:link, 
.PCdark a:visited, .PClight a:visited {
color:#111111;
font-weight:100;
}

.PCdark a:hover, .PClight a:hover, .PChighlight a:hover {
color: #0000aa;
font-weight:100;
text-decoration: underline;
}

.PCfirstgamer, .PCfirstgamer a:link, .PCfirstgamer a:visited {
	color:#ff0000;
	}

.PCimage {
	width:16px;
	height:16px;
	float:left;
	margin:2px;
	margin-top:4px;
	}


/*PLAYER INFO BACKGROUNDS*/
.PIsub {
    background-image: url("/images/icons/match/sub.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIsub_on {
    background-image: url("/images/icons/match/sub_on.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIsub_off {
    background-image: url("/images/icons/match/sub_off.png");
    background-position:right center;
    background-repeat:no-repeat;
}
.PIinjury {
    background-image: url("/images/icons/match/injury.png");
    background-position:right center;
    background-repeat:no-repeat;
}

/*Stat Container colors*/
.SCnegwhite{ 
	background-color:#ffffff; 
	font-weight:bold; 
	color: #ff0000;
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }

.SCwhite{ 
	background-color:#ffffff; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }
 
.SCblue{ 
	background-color:#99ccff; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }
 
.SCgreen{ 
	background-color:#9fcc9f; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }
 
.SCpurple{ 
	background-color:#9e83ee; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }
 
.SCorange{ 
	background-color:#ec836b; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }
 
.SCred{ 
	background-color:#db5e5e; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:0px;
	border-bottom-width:0px; 
	width:56px;
	float:left;
 }
 
 .SCgray{ 
	background-color:#e2e1e1; 
	font-weight:bold; 
	text-align: center; 
	margin-left:2px;
	line-height:22px;
	border:3px solid white;
	border-top-width:1px;
	border-bottom-width:1px; 
	width:56px;
	float:left;
 }
 
 
 
 .tmpG{
 color:green;
 }
 
 .tmpR{
 color:red;
 }
 
 /* FIXTURE */
 
 #TPfixtureContain {
	height:auto;
	overflow:hidden;
	width: 800px;
	background-color:#fffffff;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.TPFcontain{
	font-size:10px;
	width:97px;
	height:52px;
	margin:0px;
	float:center;
	background-color:#f0f0f0;
	text-align:center;
	display: inline-block;  
    vertical-align: middle;
	}
	
.TPnormal{

	padding-top:4px;
	}
	
.TPlive {
	background-color:#c9f0ed;
	font-weight:bold;

	}

.TPdelaybox {
	background-color:#c9f0ed;
	font-weight:bold;
	padding-bottom:6px;
	}
.TPsubmit {
	width:32px;
	height:12px;
	padding-left:6px;
	border:1px solid #000000;
	font-size: 11px;
	}

.TPFsubmitbutton {
width:100%;
float:left;
text-align:center;
}