@charset "utf-8";
/* CSS Document */
table.scTable {
	border-collapse:collapse;
	background-color:#000;
	width:170px;
	margin-right:auto;
	margin-left:auto;
}

table.scRow {
	background-image: url(http://www.yourteamlook.com/widgets/images/schedule2_l.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#443E3A;
	border-collapse:collapse;
	width:100%;
	height:37px;
}
table.scRow:hover {
	background-color:#000;
}
tr.scBack a {
	text-decoration:none;
}
td.scTime, tr.scLocation {
	white-space:nowrap;
}
table.scRow td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0 3px;
	color:#FFF;
	cursor:pointer;
}
div.scContent {
	width:164px;
	overflow:hidden;
}
div.scContime {
	width:55px;
	overflow:hidden;
}
div.scConteam {
	width:103px;
	overflow:hidden;
}
.scTable tr {
	padding:0 4px;	
}
td.scTime{
	text-align:right;
}
tr.scTeam td {
	color:#0F0;
}