@font-face {
    font-family: 'scoreboard';
    src: url('../fonts/scoreboard-webfont.eot');
    src: url('../fonts/scoreboard-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/scoreboard-webfont.woff') format('woff'),
         url('../fonts/scoreboard-webfont.ttf') format('truetype'),
         url('../fonts/scoreboard-webfont.svg#score_boardregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#hc-header #MicroHeader #cancel3 {
	margin-top: -2px !important;
}
#hc-header #MicroHeader .microSearchFieldRed {
	height: 31px !important;
}
#hc-header #MicroHeader .findYourBranch {
	height: 52px !important;
}
#hc-header {
	margin-bottom: -16px;
}
#hc-body #hc-wrapper {
	margin: 0 auto 0 auto;
	padding: 1px 10px 0 10px;
	width: 940px;
	min-height: 955px;
}

.roster_table,
.stats_table,
.summary_table,
.summary_table2,
.hockey_game_stats_table,
table.game_report_table,
table.baseball_game_stats_table,
.standings_table,
table.hc-table{
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	width:100%;
	margin:1.0em 0;
}

table.hc-table thead th{
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
}

#ll_target .ll_list .ll_tbl tbody td,
table.baseball_game_stats_table tbody td,
table.game_report_table tbody td,
.roster_table tbody td,
.stats_table tbody td,
.summary_table tbody td,
.summary_table2 tbody td,
.hockey_game_stats_table tbody td,
.standings_table tbody td,
table.hc-table tbody td{
	border:1px solid #CCCCCC;
}

#ll_target .ll_list .ll_tbl tbody td,
#ll_target .ll_list .ll_tbl thead th,
.roster_table tbody td,
.stats_table tbody td,
.summary_table tbody td,
.summary_table2 tbody td,
.hockey_game_stats_table tbody td,
.standings_table tbody td,
table.game_report_table thead th,
table.game_report_table tbody td,
table.baseball_game_stats_table thead th,
table.baseball_game_stats_table tbody td,
table.hc-table thead th,
table.hc-table tbody td{
	padding:2px;
	font-size:10px;
	line-height:1.8em;
	font-family:'Lucida Grande' verdana, tahoma;
}

#ll_target .ll_list .ll_tbl tbody tr:nth-child(2n+1) td,
.roster_table tbody tr:nth-child(2n+1) td,
.stats_table tbody tr:nth-child(2n+1) td,
.summary_table tbody tr:nth-child(2n+1) td,
.summary_table2 tbody tr:nth-child(2n+1) td,
.hockey_game_stats_table tbody tr:nth-child(2n+1) td,
.baseball_game_stats_table tbody tr:nth-child(2n+1) td,
.hockey_game_stats_table tbody tr:nth-child(2n+1) td,
.game_report_table tbody tr:nth-child(2n+1) td,
.standings_table tbody tr:nth-child(2n+1) td,
table.hc-table tbody tr:nth-child(2n+1) td{
	background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#1a000000',GradientType=0 ); /* IE6-9 */
}

#ll_target .ll_list .ll_tbl{
	border-width:1px solid #cccccc;
}

#ll_target .ll_list .ll_tbl td{
	border:0!important;
}

#ll_target .ll_list .ll_tbl tr td:last-child{
	padding-right:0.5em;
}

#ll_target .ll_list .ll_more{
	margin-top:0.5em;
}

ul.hc-subnav{
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.hc-subnav li{
	display:inline-block;
}

ul.hc-subnav#hc-schedules{
	float:right;
}

ul.hc-subnav#hc-schedules:after{
	clear:both;
}

ul.hc-subnav#hc-schedules li a{
	margin-left:0.5em;
}

ul.hc-subnav#hc-team-nav li a{
	margin-right:0.5em;
}

ul.hc-subnav li a{
	color:#000000;
	margin-bottom:1.0em;
	font-family:'bitter', 'Lucida Grande', verdana, tahoma;
}

span.hc-logo-wrapper{
	display:inline-block;
	text-align:center;
	overflow:hidden;
	-webkit-border-radius:0.25em;
	-moz-border-radius:0.25em;
	border-radius:0.25em;
	vertical-align:middle;
	
	width:120px;
	height:60px;
	
	border:1px solid #eeeeee;
}

span.hc-logo-wrapper img{
	width:120%;
	margin-left:-10%;
	
	height:105%;
	margin-top:-1%;
	
	display:block;
	vertical-align:bottom;
}

h1.hc-team-page span.hc-logo-wrapper{
	margin-right:1.0em;
}

/*h1.hc-team-page span.hc-logo-wrapper img{
	width:144px;
	margin-left:-12px;
	
	height:63px;
	margin-top:-1px;
}*/

h1.hc-team-page{
	vertical-align:middle;
	margin-top:0;
}

div.hc-left-col,
div.hc-right-col{
	display:inline-block;
	vertical-align:top;
}

div.hc-left-col{
	width:70%;
}

div.hc-left-col div.hc-widget-spacing{
	padding-right:1.0em;
}

div.hc-right-col{
	width:30%;
}

div.hc-game-preview{
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
	background-color:#333333;
	color:#ffffff;
}

div.hc-game-preview div.hc-spacer{
	padding:0.5em;
	white-space:nowrap;
}

div.hc-game-preview span.hc-logo-wrapper{
	border-color:#333333;
}

div.hc-game-preview div.hc-game-footer,
table.hc-box-score tr.hc-game-footer{
	background-color:#CCCCCC;
	color:#000000;
	-webkit-border-radius:0 0 0.5em 0.5em;
	-moz-border-radius:0 0 0.5em 0.5em;
	border-radius:0 0 0.5em 0.5em;
}

table.hc-box-scores-list div.hc-game-preview div.hc-game-footer,
table.hc-box-scores-list div.hc-game-preview div.hc-vs{
	display:none;
}

table.hc-box-scores-list div.hc-game-preview div.hc-winner{
	margin-bottom:-6px;
	margin-top:-4px;
	border-bottom-color:#ffffff;
}

table.hc-box-scores-list td table.hc-box-score{
	width:100%;
	border-collapse:collapse;
	border:0;
	font-size:12px;
	font-family:'Lucida Grande', verdana;
}

th.hc-score-col{
	background-image:url(/images/row_accent.png)!important;
	background-repeat:repeat-x;
	background-position:0 100%;
}

td.hc-score-col{
	background-color:#DDDDDD!important;
}

td.hc-score-col:last-child{
	font-weight:bold;
}

table.hc-box-scores-list td table.hc-box-score thead tr th{
	background-color:#333333;
	color:#ffffff;
	padding:8px 7px!important;
}

table.hc-box-scores-list td table.hc-box-score thead tr th:first-child{
	-webkit-border-radius:0.5em 0 0 0;
	-moz-border-radius:0.5em 0 0 0;
	border-radius:0.5em 0 0 0;
	text-align:left;
}

table.hc-box-scores-list td table.hc-box-score thead tr th:last-child{
	-webkit-border-radius:0 0.5em 0 0;
	-moz-border-radius:0 0.5em 0 0;
	border-radius:0 0.5em 0 0;
}

table.hc-box-scores-list td table.hc-box-score tbody tr.hc-game-footer td{
	-webkit-border-radius:0 0 0.5em 0.5em;
	-moz-border-radius:0 0 0.5em 0.5em;
	border-radius:0 0 0.5em 0.5em;
	border-bottom:0!important;
	position:relative;
}

table.hc-box-scores-list td table.hc-box-score tbody tr.hc-game-footer td div.hc-game-info{
	padding-left:0;
	padding-right:0.5em;
	padding-bottom:0;
	font-family:'Lucida Grande', verdana;
}

table.hc-box-scores-list td table.hc-box-score tbody tr.hc-game-footer td .hc-game-summary-link{
	width:75px;
	position:absolute;
	right:5px;
	top:15px;
}

table.hc-box-scores-list td table.hc-box-score tbody tr td{
	background-color:#eeeeee;
	border-bottom:1px solid#dddddd;
	border-top:1px solid #FFFFFF;
	text-align:center;
}

table.hc-box-scores-list td table.hc-box-score tbody tr td:first-child{
	text-align:left;
	width:75%;
}

table.hc-box-scores-list tr td:first-child{
	padding-right:0.5em;
}

table.hc-box-scores-list tr td.hc-game-preview{
	padding-bottom:1.0em;
}

table.hc-box-scores-list tr td.hc-game-preview:first-child{
	padding-right:1.0em;
}

table.hc-box-scores-list td table.hc-box-score thead tr th,
table.hc-box-scores-list td table.hc-box-score tbody tr td{
	padding:7px;
	font-family:'Lucida Grande', verdana;
	font-size:12px;
}

div.hc-game-preview div.hc-game-footer div,
table.hc-box-score tr.hc-game-footer div{
	display:inline-block;
	font-size:10px;
	padding-left:0.5em;
	padding-bottom:0.5em;
}

div.hc-game-preview div.hc-game-footer div span,
table.hc-box-score tr.hc-game-footer div span{
	font-size:9px;
	color:#666666;
}

table.hc-box-score tr.hc-game-footer div span{
	
}

div.hc-game-preview div.hc-team-results, div.hc-game-preview div.hc-vs{
	display:inline-block;
	vertical-align:middle;
}


div.hc-game-preview div.hc-vs{
	border:1px outset #9f9f9f;
	background-color:#444444;
	padding:3px;
	margin:7px 7px 7px 6px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	
}

div.hc-game-preview div.hc-team-results span{
	display:block;
	text-align:center;
}

div.hc-game-preview span.hc-logo-wrapper{
	width:110px;
	height:55px;
	font-size:2.0em;
}

span.hc-score-display{
	font-family:'scoreboard';
}

div.hc-game-preview span.hc-team-abrv{
	font-size:16px;
}

div.hc-game-preview span.hc-score-display{
	font-size:40px;
	color:#ffcc00
}

div.hc-game-preview div.hc-game-info{
	vertical-align:middle;
}

div.hc-game-preview div.hc-winner{
	height:0;
	width:0;
	border-color:#333333;
	border-bottom-color:#CCCCCC;
	border-style:solid;
	border-width:0 10px 10px 10px;
	margin:-2px auto -12px;
}

div.hc-game-summary-link{
	width:115px;
	text-align:center;
}

div.hc-game-summary-link a{
	color:#ffffff;
	text-decoration:none;
	vertical-align:middle;
	display:inline-block;
}

table.hc-table span.hc-logo-wrapper{
	width:31px;
	height:20px;
	margin-right:0.5em;
}

table.hc-table span.hc-logo-wrapper img{
	width:45px;
	margin-left:-7px;
}

table.hc-team-leaders tbody tr:first-child td{
	background-color:#FFFFDD;
}

table.hc-team-leaders tbody tr td:first-child,
table.hc-team-leaders tbody tr td:last-child,
table.hc-team-leaders thead tr th:first-child,
table.hc-team-leaders thead tr th:last-child{
	text-align:right!important;
	padding-right:8px;
}

table.hc-team-leaders tbody tr td:last-child{
	width:35px;
}


/* start league landing page styles */
div.hc-box {
	float: left;
	margin: -10px 10px 10px 10px;
	width: 450px;
}
div.hc-box h2 {
	margin-bottom: 5px;
}
div.hc-box h4 {
	color: #333333;
	margin: 5px auto 5px auto;
	font-size: 12px;
}
div.hc-box h4 a {
	color: #990000;
}
div.hc-conf-box div.hc-conf-box-teams {
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}
div.hc-conf-box .hc-team {
	padding: 10px 10px 0 10px;
}
div.hc-conf-box .hc-team a {
	font-weight: bold;
}
div.hc-conf-box .hc-logo-wrapper {
	width: 100px;
	height: 50px;
	margin-right: 10px;
}
/* start league landing page styles */

/* start tab styles */
.hc-tabs { 
    background: transparent; 
    border: none!important; 
} 
.hc-tabs .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}
.hc-tabs .ui-tabs-panel {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px; 
    margin-left: 0;
    margin-right: 0;
}
.hc-tabs .ui-tabs-nav {
	padding-left: 0!important;
}
.hc-tabs .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: 1px solid #CCCCCC; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 35px;
    padding-top: 5px;
    margin-right: 5px;
    background-image: webkit linear-gradient( #f3f3f3 90%,#e9e9e9 100%);
    background-image: linear-gradient( #f3f3f3 90%,#e9e9e9 100%);
} 
.hc-tabs .ui-tabs-nav .ui-state-active { 
    border-bottom: 1px solid #FFFFFF;
    border-top: 3px solid #BEAA63;
    padding-top: 3px;
    background-image: none;
    padding-left:0!important;
} 
.hc-tabs .ui-tabs-nav .ui-state-default a { 
    color: #333333;
    font-weight: bold;
    font-size: 13px;
} 
.hc-tabs .ui-tabs-nav .ui-state-active a { 
    color: #333333;
    font-weight: bold;
    font-size: 13px;
}

.hc-tabs .ui-tabs-panel{
	border:1px solid #CCCCCC!important;
	border-top-width:0!important;
}
/* end tab styles */

/* league navbar styles */
div#hc-nav {
	margin-top: -10px;
}
div#hc-nav div {
	color: #999999;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
}
ul.hc-subnav li a.ui-state-default {
/*
	background: #f6f6f6 url(images/ui_bg_glass_75_f6f6f6_1x400.png) 50% 50% repeat-x;
	color: #808080;
*/
	color: #333333;
	border-color: #999999;
}
ul.hc-subnav li a.ui-state-active {
	background: #4f4f4f url(images/ui_bg_glass_75_4f4f4f_1x400.png) 50% 50% repeat-x;
	border-color: #7f7f7f;
	color: #ffffff;
}
ul#hc-league-nav.hc-subnav li:first-child a.ui-state-default {
	width: 20px;
	height: 20px;
	background-position: 2px -111px;
/*
	background: transparent !important;
	border-color: #999999;
	color: #808080;
*/
}
ul#hc-league-nav.hc-subnav li:first-child a.ui-state-active {
	background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_ffffff_256x240.png);
}
ul.hc-subnav li a {
	color: #808080;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
ul.hc-subnav#hc-league-nav {
	float: left;
}
ul.hc-subnav#hc-schedule {
	float: right;
	margin-left: 5px;
}
ul.hc-subnav#hc-schedule li a {
	margin-left:0.5em;
}

ul.hc-subnav#hc-league-nav li a {
	margin-right:0.5em;
}
/* league navbar styles */

/* timeline play by play */
table.hc-timeline{
	border-collapse:collapse;
	border:0;
	width:100%;
}
table.hc-timeline tr td{
	border:0;
}

table.hc-timeline tr.hc-timeline-period-header td{
	text-transform:uppercase;
	color:#ffffff;
	background-image:url(../../images/period-heading-title.png?23)!important;
	background-position:50% 50%!important;
	background-repeat:repeat!important;
	vertical-align:middle;
	padding-top:2px!important;
	padding-bottom:2px!important;
}

table.hc-timeline tr.hc-timeline-period-header td.hc-timeline-visitor{
	text-align:left;
	width:50%;
	vertical-align:middle;
}

table.hc-timeline tr.hc-timeline-period-header td.hc-timeline-home{
	text-align:right;
	width:50%;
	vertical-align:middle;
}

table.hc-timeline tr td.hc-timeline-visitor{
	text-align:right;
	padding:5px 5px 10px 10px;
	background-color:#666666;
	vertical-align:top;
}

table.hc-timeline tr td.hc-timeline-home{
	text-align:left;
	padding:5px 10px 10px 5px;
	background-color:#999999;
	vertical-align:top;
}

table.hc-timeline tr td.hc-timeline-period{
	text-align:center;
	width:70px;
	padding:5px 20px;
	background-color:#333333;
	color:#ffffff;
	vertical-align:top;
	padding-top:1.0em;
	background-image:url(../../images/vertical-sep.png);
	background-position: 50% 0;
	background-repeat:repeat-y;
}

table.hc-timeline .hc-logo-wrapper{
	width:60px;
	height:30px;
}

td.hc-timeline-visitor .hc-logo-wrapper{
	margin-right:0.5em;
}

td.hc-timeline-home .hc-logo-wrapper{
	margin-left:0.5em;
}

table.hc-timeline .hc-bubble{
	padding:0.5em 0.8em;
	margin:0 0 1.0em 0;
	background-color:#ffffff;
	display:block;
	
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
}

.hc-bubble .hc-bullet{
	font-size:8px;
	vertical-align:middle;
	display:inline-block!important;
	padding-bottom:2px;
}

div.hc-timeline-goal .hc-timeline-heading,
.hc-bubble:hover .hc-timeline-heading{
	transition: all 0.1s linear 0;
	-webkit-transition: all 0.1s linear 0; /* Safari */
	background-color:#000000;
	color:#ffffff;
}

div.hc-bubble .hc-timeline-heading{
	padding:0.25em 0.5em;
	
	margin-bottom:0.5em;
	
	-webkit-border-radius:0.5em;
	-moz-border-radius:0.5em;
	border-radius:0.5em;
}

div.hc-timeline-penalty .hc-timeline-heading,
div.hc-timeline-shots .hc-timeline-heading{
	background-color:#cccccc;
}

div.hc-timeline-shots .hc-timeline-heading{
	margin-bottom:0;
}

div.hc-timeline-heading{
	text-transform:uppercase;
}

div.hc-timeline-heading{
	text-transform:uppercase;
}

table.hc-timeline .hc-bubble{
	position:relative;
}

td.hc-timeline-visitor .hc-bubble{
	box-shadow:-2px 2px 5px 3px rgba(0, 0, 0, 0.3);
}

td.hc-timeline-home .hc-bubble{
	box-shadow:2px 2px 5px 3px rgba(0, 0, 0, 0.3);
}

table.hc-timeline .hc-bubble .hc-timeline-footer{
	border-top:1px dotted #CCCCCC;
	color:#666666;
	margin-top:0.5em;
	padding-top:0.5em;
	font-size:9px;
	font-style:italic;
	clear:both;
}

.hc-timeline-home, .hc-timeline-visitor{
	position:relative;
}


.hc-timeline .hc-arrow{
	position:absolute;
	height:0;
	width:0;
	border-style:solid;
	border-color:transparent;
	border-width: 10px;
	margin:-10px;
	z-index:10000;
}

.hc-timeline-home .hc-arrow{
	border-right-color:#ffffff;
	left:-5px;
	top:20px;
}

.hc-timeline-visitor .hc-arrow{
	border-left-color:#ffffff;
	right:-5px;
	top:20px;
}

table.hc-timeline .hc-bubble a{
	margin-top:15px;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
}

table.hc-timeline .hc-bubble span{
	display:block;
	font-weight:bold;
	color:#000000;
}

table.hc-timeline img.hc-player-photo{
	width:50px;
	height:60px;
	border:1px solid #cccccc;
}

table.hc-timeline td.hc-timeline-home img.hc-player-photo{
	float:left;
}

table.hc-timeline td.hc-timeline-visitor img.hc-player-photo{
	float:right;
}

table.hc-timeline td.hc-timeline-home img.hc-player-photo{
	margin-right:5px;
}

table.hc-timeline td.hc-timeline-visitor img.hc-player-photo{
	margin-left:5px;
}

/*
czech   - 08298C
sweden  - 0852A5
canada  - DE1818
germany - 000000
usa     - 09096C
russia  - DE1018
*/
/* canada */
.hc-team-401686, .hc-team-401688, .hc-team-401690, .hc-team-401687, .hc-team-401689,
.hc-team-401686 .hc-side-highlight, .hc-team-401688 .hc-side-highlight, .hc-team-401690 .hc-side-highlight, .hc-team-401687 .hc-side-highlight, .hc-team-401689 .hc-side-highlight{
	background-color:#DE1818!important;
}

/* czech */
.hc-team-401693, .hc-team-401693 .hc-side-highlight{
	background-color:#08298C!important;
}

/* sweden */
.hc-team-401694, .hc-team-401694 .hc-side-highlight{
	background-color:#0852A5!important;
}

/* germany */
.hc-team-401692, .hc-team-401692 .hc-side-highlight{
	background-color:#000000!important;
}

/* usa */
.hc-team-401691, .hc-team-401691 .hc-side-highlight{
	background-color:#09096C!important;
}

/* russia */
.hc-team-401695, .hc-team-401695 .hc-side-highlight{
	background-color:#DE1018!important;
}

.hc-timeline-visitor{
	background-image: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background-image: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.hc-timeline-home{
	background-image: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background-image: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

.hc-display-time{
	background-color:#333333;
	display:block;
	text-align:center;
}
/* end of timeline play by play */

/* player profile */
div.hc-player-profile table.stats_table{
	border:1px solid #CCCCCC;
}

div.hc-player-profile table.stats_table tr td{
	border:1px solid #CCCCCC;
	color:#000000;
	font-family:'Lucida Grande', verdana;
	padding:4px;
}

div.hc-player-profile table.stats_table tr.stats_header td,
div.hc-player-profile table.stats_table tr.stats_header td.column_accent{
	background-color:#DDDDDD!important;
}

div.hc-player-profile table.stats_table tbody tr td.column_accent{
	background:#FFFFDD!important;
}

div.hc-player-profile table.stats_table tr.row_accent td,
div.hc-player-profile table.stats_table tbody tr:nth-child(2n) td{
	background:#EEEEEE;
}

div.hc-player-profile table.stats_table tr td:first-child{
	text-align:left;
}


div.hc-player-profile h1{
	color:#000000!important;
	font-family:'bitter'!important;
}

div.hc-player-profile h3{
	font-style: normal !important;
	color:#000000!important;
	font-family:'bitter'!important;
	white-space: nowrap!important;
}
/* end of player profile */

