body {
	margin: 0;
	color: #515050;
	padding: 20px 0 80px 0;
	font-size: 12px;
	font-family: Verdana;
	background: url('images/rink-bg.jpg') no-repeat bottom center;
	background-attachment: fixed;
}
.container {
	padding: 0;
}
@media (min-width: 1200px){
	.container {
		width: 960px;
	}
}
@media (min-width: 992px){
	.container {
		width: 960px;
	}
}
.content {
	margin: 0;
	background-color: #f7f8fa;
}
.content .col-sm-6 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.col-header {
	margin-bottom: 25px;
}

.thebox {
	margin: 0;
	padding-top: 25px;
	padding-bottom: 50px;
	background-color: #f7f8fa;
}
.thebox .bordertop {
	margin-top: 10px;
	border-top: 1px solid #515050;
}

#matchup_container {
	width: 100%;
	margin: 0 auto;
}
@media(max-width: 767px ){
	#matchup_container {
		width: 100%;
	}
	.col-header img,
	.thebox-header img {
		margin: 0 auto;
	}
	.content,
	.thebox {
		margin: 0 15px;
	}
	header .row {
		margin: 0;
	}
}

#container {
	margin: 0 auto;
	width: 740px;
	_width: 760px;
}
a:link, a:visited {
	color: #EFEFEF;
}
#nav {
	float:left;
	width: 760px;
	background-color: #005998;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	display:block;
	float:left;
	padding: 3px 10px;
	font-weight: bold;
}
#nav ul li a:hover {
	background-color: #355C8F;
}
table.players {
	margin-top: 5px;
}
table.players td {
	padding: 3px;
}
#wrapper {
	background-color: #123461;
	padding: 5px 10px;
	float:left;
	width: 740px;
	border-top:1px solid #000;
	margin-bottom: 50px;
}
.ajax_picks {
	color: #333;
	padding: 0 5px 5px 5px;
	background-color: #A4D1EF;
	border-bottom:1px solid #2B7AAF;

}
.ajax_picks b {
	color: #139F19;
}
.ajax_picks b.r {
	color: #9F1313;
}

h1 {
	margin: 0 0 10px 0;
}
h2 {
	margin: 0 0 5px 0;
}

#tb_messages {
	border:1px solid #005998;
	margin-bottom: 10px;
}

#tb_messages div.tb_msg {
	font-size: 11px;
	padding: 1px;
	background-color: #355C8F;
}

#tb_messages div.tb_msg span {
	font-weight:bold;
}
#tb_form input {
	border:1px solid #005998;
	font-size: 12px;
	padding-left:2px;
}
#tb_form input.submit_button {
	color: #fff;
	background-color: #005998;
	font-weight: bold;
	border: 1px solid #000;
	padding: 2px 1px;
}

#footer {
	background-color: #000;
	width:756px;
	padding: 2px;
	font-size:10px;
}

#players_container {
	float:right;
	width: 330px;
	font-size:11px;
}

a:link,
a:visited {
	color: #515050;
}
a:hover {
	color: #0F9EA8;
}
a.username:link, a.username:visited {
	color: #515050;
	text-decoration: none;
}
a.username:hover {
	color: #0F9EA8;
}


.series_standings {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	margin-top:6px;
}
#sc08-matchup ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	white-space: nowrap;
}
	
#sc08-matchup li {
	list-style-type: none;
	display: inline-block;
	margin-right: 2px;	
}
	
#sc08-matchup li a {
	//background: transparent url("images/mu-tab-off.gif") no-repeat;
	display: block;
	color: #fff;
	padding: 4px 12px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	background-color: #223762;
}
	
#sc08-matchup li a:hover {
	color: #fff;
}
	
#sc08-matchup li a.active {
	//background: transparent url("images/mu-tab-on.gif") no-repeat;
	color: #fff;
	background-color: #1e489d;
}
	
#sc08-matchup li a.disabled {
	color: #4b7ac0;
	cursor: default;
}
/*	
#sc08-matchup div {
	background-color: #005998;
	padding:2px;
}
*/

#tabA{
	padding:0;
	margin:0;
}


#sc08-matchup table{
	background-color:#a2a2a2;
	border:2px solid #515050;
	border-top: 0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
	width:100%;
}

#sc08-matchup table a{
	color:#fff;
	text-decoration:none;
}

#sc08-matchup table a:hover{
	color:#dd001e;
	text-decoration:underline;
}

#sc08-matchup table td {
	text-align:center;
	position:relative;
}

#sc08-matchup table tr.first{
	text-transform:uppercase;
}
#sc08-matchup table tr.first td {
	background-color: #1e489d;
	color: #fff;
}

#sc08-matchup table td.left{
	border-left:none;
}

#sc08-matchup table td.odd left{
	border-left:none;
}

#sc08-matchup table tr.last td{
	border-bottom:none;
}
 
#sc08-matchup table td{
	border-bottom:1px solid #152a53;
	border-left:1px solid #152a53;
	padding:7px 0;
}

#sc08-matchup table td.odd{
	background-color:#babbbb;
}

#sc08-matchup table td span{
	padding:7px 7px 7px 52px;
}

span.matchup_buttons{
	border:1px solid #005998;
	background-color:#104077;
	margin:10px 0 0;
	padding:5px 21px;
	height:26px;
	display:block;
}

span.matchup_buttons .btn{
	background:url("images/matchup_bt_bk.gif") repeat-x top left;
	padding:4px 0 5px;
	text-align:center;
	float:left;
	display:inline;
	margin:0px 8px;
	/*height:19px;*/
	border-top:1px solid #5479a4;
	border-right:1px solid #0c3a6d;
	border-bottom:1px solid #0c3a6d;
	border-left:1px solid #5479a4;
	line-height:100%;

}

span.matchup_buttons span.btn a{
	background:url("images/matchup_bt_arrow.gif") no-repeat 6px 7px;
	font:11px arial, sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:4px 7px 3px 15px;
	line-height:100%;
}

span.matchup_buttons span.btn a:hover{
	color:#dd001e;
	text-decoration:underline;
}


.elim {
	text-decoration: line-through;
	color: #666;
	-webkit-filter: grayscale(100%) opacity(0.3);
	filter: grayscale(100%) opacity(0.3);
}
.sweptCell::after {
	display:block;
	position:absolute;
	content: url('./images/broom.png');
	top: 0; 
	right: 0;
	z-index:10;
	opacity:.7;
}
.ANA { background:url('images/team_logos/2018/ana.png') no-repeat 10px center; }
.BOS { background:url('images/team_logos/2018/bos.png') no-repeat 10px center; }
.BUF { background:url('images/team_logos/2018/buf.png') no-repeat 10px center; }
.CAL,.CGY { background:url('images/team_logos/2018/cgy.png') no-repeat 10px center; }
.CAR { background:url('images/team_logos/2018/car.png') no-repeat 10px center;}
.CHI { background:url('images/team_logos/2018/chi.png') no-repeat 10px center;}
.COL { background:url('images/team_logos/2018/col.png') no-repeat 10px center; }
.CBJ { background:url('images/team_logos/2018/cbj.png') no-repeat 10px center;}
.DAL { background:url('images/team_logos/2018/dal.png') no-repeat 10px center; }
.DET { background:url('images/team_logos/2018/det.png') no-repeat 10px center; }
.EDM { background:url('images/team_logos/2018/edm.png') no-repeat 10px center; }
.FLA { background:url('images/team_logos/2018/fla.png') no-repeat 10px center; }
.LAK { background:url('images/team_logos/2018/lak.png') no-repeat 10px center; }
.MIN { background:url('images/team_logos/2018/min.png') no-repeat 10px center; }
.MTL { background:url('images/team_logos/2018/mtl.png') no-repeat 10px center; }
.NAS,.NSH { background:url('images/team_logos/2018/nsh.png') no-repeat 10px center; }
.NJD { background:url('images/team_logos/2018/njd.png') no-repeat 10px center; }
.NYI { background:url('images/team_logos/2018/nyi.png') no-repeat 10px center; }
.NYR { background:url('images/team_logos/2018/nyr.png') no-repeat 10px center; }
.OTT { background:url('images/team_logos/2018/ott.png') no-repeat 10px center; }
.PHI { background:url('images/team_logos/2018/phi.png') no-repeat 10px center; }
.ARI,.PHX,.PHO { background:url('images/team_logos/2018/ari.png') no-repeat 10px center; }
.PIT { background:url('images/team_logos/2018/pit.png') no-repeat 10px center; }
.SEA { background:url('images/team_logos/2018/sea.png') no-repeat 10px center; }
.SJS { background:url('images/team_logos/2018/sjs.png') no-repeat 10px center; }
.STL { background:url('images/team_logos/2018/stl.png') no-repeat 10px center;}
.TBL { background:url('images/team_logos/2018/tbl.png') no-repeat 10px center;}
.TOR { background:url('images/team_logos/2018/tor.png') no-repeat 10px center; }
.UTA,.UTAH { background:url('images/team_logos/2018/uta.png') no-repeat 10px center; }
.VAN { background:url('images/team_logos/2018/van.png') no-repeat 10px center;}
.VGK { background:url('images/team_logos/2018/vgk.png') no-repeat 10px center;}
.WAS,.WSH { background:url('images/team_logos/2018/wsh.png') no-repeat 10px center; }
.WPG { background:url('images/team_logos/2018/wpg.png') no-repeat 10px center; }



.ATL { background:url('images/team_logos/new/atl.png') no-repeat 10px center; }

