/* CSS Document */
body{
	color: #fff;
}

.06Scoreboard{
padding:0px;
margin:0px;
}
.head {
font-size:12px;
color:black;
font-weight:500;
}
td.outerL {
background-image:url(/images/whiteBorderBox_04.png);
background-repeat:repeat-y;
}
td.outerR {
background-image:url(/images/whiteBorderBox_06.png);
background-repeat:repeat-y;
}
td.scoreE {
font-size:12px;
color:#000;
background-image:url(/images/efcScoreboard_02.png);
background-repeat:repeat-x;
height:50px;
width:44px;
}
td.scoreO {
font-size:12px;
color:#000;
background-image:url(/images/oppScoreboard_02.png);
background-repeat:repeat-x;
height:50px;
width:44px;
}
td.scoreE_f {
font-size:12px;
color:#000;
background-image:url(/images/efcScoreboard_06.png);
background-repeat:repeat-x;
height:50px;
width:44px;
}
td.scoreO_f {
font-size:12px;
color:#000;
background-image:url(/images/oppScoreboard_06.png);
background-repeat:repeat-x;
height:50px;
width:44px;
}
td.small {
	font-size:10px;
}
table.06Scoreboard {
	padding:0;
	margin:0;
}
td.greyTD {
background-color:#DDD;
}

