body
{
	font-family:arial;
	font-size:8pt;
	background-color:#000000;
	margin:0px;
}
select, input
{
	font-size:8pt;
}
input
{
	border:0px;
}
a.link
{
	text-decoration:none;
	font-weight:bold;
	color:#000080;
}
a.link:hover
{
	text-decoration:underline;
}
.title
{
	font-size:10pt;
	font-weight:bold;
}
.name
{
	color:#0183DA;
	/* color:#04BFF4; */
}
.bold
{
	font-weight:bold;
}
.description
{
	font-size:8pt;
}
input.searchInput
{
	color:#808080;
	border-width:0px;
	font-size:8pt;
	background-color:#FFFFFF;
}
.menuBarText
{
	color:#0183DA;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font:14px arial;
	font-weight:bold;
}
.menuBarLabel
{
	color:#ccc;
	font:14px arial;
	font-weight:bold;
}
td.menuitem
{
	border-bottom:1px solid #222222;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	color:#CCCCCC;
	font:10px arial;
	font-weight:bold;
}
td.menuitem_s
{
	color:#0183DA;
}
div.divCover
{
	background-color:#000000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	z-index:1000001;
}
div.divCoverNoAlpha
{
	background-color:#000000;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index:1000001;
}
div.scrollbars
{
	scrollbar-face-color: #333;
	scrollbar-highlight-color: #666;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-shadow-color: #666;
	scrollbar-arrow-color: #ccc;
	scrollbar-track-color: #333;	
}
table.videothumb
{
}
table.videothumb_s
{
	background-color:#999999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
table.videothumb_mo
{
	background-color:#CCCCCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
table.highlightgame
{
	background-image:url(../images/highlightbg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
table.highlightgame_s
{
	background-image:url(../images/highlightbg_s.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
table.highlightgame_mo
{
	background-image:url(../images/highlightbg_mo.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
td.highlightgame_header
{
	font-size:8pt;
	font-weight:bold;
	color:#DDDDDD;
}
td.highlightgame_cell
{
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	color:#404040;
}
table.comingUp
{
	
}
table.comingUp_s
{
	background-color:#000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
table.detailsbg
{
	background-color:#000000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
			
}
.highlightBorder
{
	border-bottom:1px solid #404040;
}
.thumb_title
{
	font-size:11px;
	font-weight:bold;
}
.thumb_desc
{
	font-size:10px;
	color:#333333;
}
.details_title
{
	color:#0183DA;
	font-size:11px;
	font-weight:bold;
}
.details_desc
{
	font-size:10px;
}
.pagination 
{
	font-size: 10px;
	font-weight: bold;
	color:#999999 !important;
	float: none;
}
.pagination:visited
{
	color:#999999 !important;
}
/* NHL Languages */
.langTd
{
	font-family:verdana;
	font-size:9px;
	font-weight:bold;
	color:#999999;
	height:15px;
	border-bottom:#373737 1px solid;
	padding-top:1px;
	padding-left:3px;
	background:-moz-linear-gradient(top,#1c1c1a 0,#3a3a3a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1c1c1a),color-stop(100%,#3a3a3a));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1a', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
	background: -ms-linear-gradient(top, #1c1c1a 0%,#1c1c1a 49%,#3a3a3a 51%,#3a3a3a 100%); /* IE10+ */
}
.langTd span
{
	color:rgb(84,170,227);
}
.langTd a
{
	color:#CCCCCC;
}
.langTd a:hover
{
	color:rgb(84,170,227);
}