 	/* Layout */

#ticker-outer {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px; 
  display: block;
  text-align: left;
  width: 554px;
  margin: 8px auto;
  background: url(../../../images/widgets/gamesOfRound/ticker_bg1.png) top left no-repeat;
}
#ticker-inner{
	background: url(../../../images/widgets/gamesOfRound/ticker_bg2.png) bottom left no-repeat;
	clear: both;
	color: #333;
	padding: 4px 2px;
	overflow: auto;
  font-size: 11px;
}
#ticker-inner h2 {
  margin: 0px;
  padding: 4px 6px 5px;
  color: #0b328d;
  font-weight: bold;
  font-size: 15px;
  line-height: 16px;
}
.ticker-like {
  width: 530px;
  margin: 0px auto;
  padding: 0px 12px;
}

/* Tables */
#ticker-inner table {
	clear: both;
	color: #333;
	width: 100%;
}
#ticker-inner th {
	text-align: left;
}
#ticker-inner table tr td {
	padding: 4px 2px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}
#ticker-inner table th {
  border-bottom: 1px solid #AAA;
}
#ticker-inner td.ticker-datecol {
  text-align: center;
  width: 104px;
}
#ticker-inner td.tickerlink-col {
  text-align: right;
}
#ticker-inner th.reload {
  text-align: right;
}
a.liveticker-reload {
  background: url(../../../images/widgets/gamesOfRound/arrow-circle-double.png) top left no-repeat;
  padding: 0px 4px 0 20px;
  font-weight: normal;
}
#ticker-inner table tr.altrow td {
	background: #f4f4f4;
}
#ticker-inner table tr:hover td {
  background: #E7EEF8;
}
#ticker-inner table tr.goalgetters td {
  font-size: 12px;
  color: #444;
  padding: 2px 2px 4px;
  border-top: 1px solid #E3E3E3;
  background: #FFF url(../../../images/widgets/gamesOfRound/goalgetters.png) bottom repeat-x;
}
#ticker-inner table tr.goalgetters-altrow td {
  font-size: 12px;
  color: #444;
  padding: 2px 2px 4px;
  border-top: 1px solid #FFF;
  background: #F4F4F4 url(../../../images/widgets/gamesOfRound/goalgetters-alt.png) bottom repeat-x;
}
#ticker-inner td.logo_col {
  width: 16px;
}
#ticker-inner td.leftcol {
  text-align: left;
}
#ticker-inner td.logo_col img {
  padding: 0px;
}
#ticker-inner td.wmlogo_col img {
  padding: 2px 0px 0px;
}
#ticker-inner td.hometeam_col, th.hometeam_col {
text-align: right;
padding-right: 4px;
width: 115px;
}
#ticker-inner td.awayteam_col, th.awayteam_col {
text-align: left;
padding-left: 4px;
width: 115px;
}
#ticker-inner img {
  width: 16px;
  height: 16px;
}
a.linkTicker, a.linkTicker:hover {
background: url(../../../images/widgets/gamesOfRound/bullet_go.png) left center no-repeat;
padding: 0 3px 0 16px;
font-weight: normal;
}
.teamLink,
.teamLink:hover {
	color: #333;
	text-decoration:none;
	border-bottom: 1px dotted #333;
}
.tickerlink-col .bttnLink {
background: transparent url(../../../images/widgets/tickeredGames/tickerwidget.png);
width: 78px;
height: 15px;
padding: 1px 12px 0 0;
border:none;
color:#FFF;
text-align:center;
display:block;
font-size:12px;
line-height: 15px;
text-decoration:none;
float: right;
}
.tickerlink-col .bttnLink:hover {text-decoration: none;} 
.tickerlink-col .bttnLink.bttnYellow {color:#5E4910;}
.tickerlink-col .bttnLink.plusBlue {background-position: 0px -96px;}
.tickerlink-col .bttnLink.bttnGreen {background-position: 0px -64px}
.tickerlink-col .bttnLink.bttnRed {background-position: 0px -32px;}
.tickerlink-col .bttnLink.bttnLink:hover {color:#FFF;}
.tickerlink-col .bttnLink.bttnYellow:hover {background-position: 0px -16px; color:#5E4910;}
.tickerlink-col .bttnLink.plusBlue:hover {background-position: 0px -112px;}
.tickerlink-col .bttnLink.bttnRed:hover {background-position: 0px -48px;}
.tickerlink-col .bttnLink.bttnGreen:hover {background-position: 0px -80px}
.tickerlink-col .bttnLink.bttnGreyedOut,
.tickerlink-col .bttnLink.bttnGreyedOut:hover {background-position: 0px -128px; color:#aaa;width: 88px;padding: 1px 1px 0 1px;}