
/* CSS Document */

/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline
}
img{ border:0px;} /* for ie img border */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block
}
body {
	line-height:1;
	background:#000;
}
a img {
	border:none
}
table {
	border-collapse:separate;
	border-spacing:0
}
caption, th, td {
	text-align:left;
	font-weight:normal
}
table, td, th {
	vertical-align:middle
}
blockquote:before, blockquote:after, q:before, q:after {
	content:""
}
blockquote, q {
	quotes:""""
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
button::-moz-focus-inner {
border:0
}

/* ------------------ page starts  --------------------------------- */
.wrap {
	margin:0 auto;
	padding:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* ------------------ header  --------------------------------- */
header {
	height:110px;
	min-width:960px;
	background-color: #282828;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282828), to(#191919));
	background: -webkit-linear-gradient(top, #282828, #191919);
	background: -moz-linear-gradient(top, #282828, #191919);
	background: -ms-linear-gradient(top, #282828, #191919);
	background: -o-linear-gradient(top, #282828, #191919);
	border-bottom:4px solid #feb101;
}
.hd-content {
	margin:auto;
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
}
.Livelogo {
	display:block;
	float:left;
	outline:none;
	border:none;

}
.secondary-nav {
	float:right;
	margin-top:15px;
	width: 700px;
}
.secondary-nav li {
	float:right;
	list-style:none;
	margin-left:28px;
	line-height:30px;
/*	min-width:120px;
	max-width:210px;*/
}

.light-gray {
	font-size:12px;
	color:#a8a8a8;
/*	margin-top: -9px;*/
}
.toll-free{
	float:left; 
	line-height:5px;
}
.btn-primary a {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #f7681a;
	border:1px solid #ee8930;
	background-color: #f7681a;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f7681a), to(#d35816));
	background: -webkit-linear-gradient(top, #f7681a, #d35816);
	background: -moz-linear-gradient(top, #f7681a, #d35816);
	background: -ms-linear-gradient(top, #f7681a, #d35816);
	background: -o-linear-gradient(top, #f7681a, #d35816);
	padding: 6px 8px;
	font-size: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration:none;
	letter-spacing: 0.05em
}
.btn-primary a:hover {
	color: #ffffff;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff7930), to(#f7681a));
	background: -webkit-linear-gradient(top, #ff7930, #f7681a);
	background: -moz-linear-gradient(top, #ff7930, #f7681a);
	background: -ms-linear-gradient(top, #ff7930, #f7681a);
	background: -o-linear-gradient(top, #ff7930, #f7681a);
}
.primary-nav {
	/*width:710px;*/
	float:right;
	margin:15px 0 0 0px;
}
.primary-nav li {
	float:left;
	list-style:none;
	line-height:30px;
	margin-left: 8px;
}
.primary-nav li a {
	color:#b1b1b1;
	text-decoration:none;
	font-size:17px;
	padding:6px 8px;
	border:1px solid transparent;
}
.primary-nav li a:hover {
	color:#fff;
}
.primary-nav li a.active {
	color:#fff;
	border:1px solid #808181;
	padding:6px 8px;
	background:#333333;
	-moz-box-shadow:    inset 0 0 10px #202020;
	-webkit-box-shadow: inset 0 0 10px #202020;
	box-shadow: inset 0 0 10px #202020;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wl-usr a{ color:#dddddd; text-decoration:none; border-bottom:1px dotted #999; font-size:13px; }
.wl-usr a:hover{text-decoration:none;}

/* ------------------ search  --------------------------------- */
#search-form{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	border: #aaa 1px solid;
	background: #DDDDDD;
	background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 );
	width: 285px;
	float: left;
	padding: 0 4px;
	border-top-left-radius: 4px 4px;
	border-top-right-radius: 4px 4px;
	border-bottom-right-radius: 4px 4px;
	border-bottom-left-radius: 4px 4px;
	margin-left:10px;
}
#search-form #search-input-text, .nh_search_box_new{
	width: 260px;
	float: left;
	border: 0;
	background: #DDDDDD;
	background: -moz-linear-gradient(top, #C4C4C4 0%, #EAEAEA 0%, #D3D3D3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C4C4C4), color-stop(0%,#EAEAEA), color-stop(100%,#D3D3D3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C4C4C4', endColorstr='#D3D3D3',GradientType=0 ); /* ie */
	color: #777;
	line-height: 100%;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top:3px;margin-bottom:3px;
	height:20px;
	text-indent:5px;
}
#search-form #search-input-text:focus{
	outline:none;
	color:#333;
}
#search-form #search-input-submit, .nh_search_button_new{
	background: url(../indexnew/search-zoom-icon.png) no-repeat 8px 7px;
	border: 0;
	float: left;
	width: 22px;
	z-index: 100;
	cursor: pointer;
	border-left: 1px solid #c4c4c4;
	padding-top: 7px;
	height:26px;
}

/* firefox */
@-moz-document url-prefix() { 
  #search-form #search-input-submit {
     background: url(../indexnew/search-zoom-icon.png) no-repeat 8px 9px;
	 padding-top: 10px;
  }
}

/* ie */
#search-form #search-input-text{
	*width: 245px;
}

/* ------------------ ajax loader ----------------------------------- */

#divAjaxLoader {  
    position:fixed;
    left: 45%;
    top: 40%;
    width:100px;
    height:100px;
    z-index:1000;
    background-color:#CCCCCC;
    opacity: .5;
 }

.ajax-loader {
    background:url(../indexnew/ajax-loader.gif) no-repeat;
    /*left: 50%;
    top: 50%;*/
   /* margin-left: -32px;  -1 * image width / 2 */
   /* margin-top: -32px; */  /* -1 * image height / 2 */
    display: block;
     width:100px;
    height:100px;

}

.ajax-loader_sub {
    background:url(../indexnew/ajax-loader_n.gif) no-repeat;
    /*left: 50%;
    top: 50%;*/
   /* margin-left: -32px;  -1 * image width / 2 */
   /* margin-top: -32px; */  /* -1 * image height / 2 */
    display: block;
     width:16px;
    height:16px;
    float:right;
    position:absolute;
    right:30px;
    bottom:80px;
}

/* ------------------ main content  --------------------------------- */
.main {
	margin:0px;
	padding:0px;
	display: block;
	clear: both !important;
	overflow:hidden;
	margin-bottom:50px;
	font-family:Arial, Helvetica, sans-serif;
}
.banner{
	height:381px; 
}
#tabs {
	margin:0px auto;
	padding:0px;
	padding-top: 25px;
	min-width:960px;
	background:#141414;
}
#tab-content {
	border-top:2px solid #2f2f2f;
	background:#000;
	margin-top:-1px;
	min-height:500px;
	max-height:auto;
}

/* ------------------ Dropdown  --------------------------------- */
.category{
	border-bottom:1px solid #2a2a2a; 
	height:48px; 
	-moz-box-shadow:  0px 1px 0px 0px #121212;  
	-webkit-box-shadow: 0px 1px 0px 0px #121212;  
	box-shadow: 0px 1px 0px 0px #121212;
	position: relative;
}
div.dropdown {
	/*color: #555;
	margin: 3px -22px 0 0;
	width: 176px;
	height: 32px;
	text-align:left;
	background:#993;*/
	position: absolute;
}
div.submenu
{
	border:1px solid #e5e5e5; 
	background: #dedede;
	position: absolute;
	top: 36px;
	right: -178px;
	z-index: 100;
	min-width: 176px;
	max-width: auto;
	display: none;
	margin-left: 10px;
	padding: 0px 0 5px;
	border-radius: 6px;
}

.dropdown  li a {
	color:#555;  
	font-size:13px; 
    display: block;
    font-family: arial;
    font-weight: normal;
    padding: 6px 15px;
    cursor: pointer;
	text-decoration:none;
	border-top:1px solid transparent;
	border-bottom:1px solid transparent;
}

.dropdown li a:hover{
    background:#2e2e2e;
    color: #fff;
    text-decoration: none;   
}
a.account {
	font-size: 14px;
	line-height: 16px;
	/*color: #555;*/	
	z-index: 110;
	display: block;
	padding: 7px 0 0 10px;
	height: 23px;
	width: 165px;
	position: absolute;
	/*margin: -11px 0 0 -10px;
	text-decoration: none;*/

	cursor:pointer;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	background: #2b2b2b url(../indexnew/arrow.png) 156px 15px no-repeat;	
	border:1px solid #414141;
	text-shadow:1px 1px 1px #000;
}
.root
{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
}

/* ------------------ event videos  --------------------------------- */
.event-category{
	float: right;
	margin-top:6px;
}

.event-count{
	width:300px;
	float:left;
	margin:18px 0 0 10px;
}

.channel-wrap{
	height:214px;
	width:192px;
	margin:50px 24px 0 24px;
	float:left;
	display:block;
	cursor:pointer;
	position:relative;
}

.onclick-channel-wrap{
	height:214px;
	width:192px;
	display:block;
	cursor:pointer;
	position: absolute;
	top:0px;
	left:0px;
	z-index:9999999999999999999999999999999 !important;
}

.search_channel-wrap{
	height:214px;
	width:192px;
	margin:10px 15px 0 15px;
	float:left;
}
.channel-bg{
	height:163px;
	width:190px;
	background:url(../indexnew/channel-bg.png) left top no-repeat;
}

.channel-logo 
{
     line-height: 125px;
     text-align:center;
	  height: 125px;
	  width:188px;
	  position:relative;
	  display:block;
	  padding-top: 12px;
	
}
.channel-logo img:hover
{
-webkit-animation: logoAnim .2s steps(19) forwards; 
}

.live-txt{
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
  	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	clear:both;
	width: 190px \9;
}
.playlist-txt{
	background: url(../indexnew/rgt-arrow.png) left center no-repeat;
	padding-left: 15px;	
	font-size:14px;
	float: right;
	margin-right: 15px;
	font-weight:normal;
	text-shadow:1px 1px 1px #000;	
}

/* .pnlpevods_bg, .event-videos{ _background:#000000;
               *background:#000000; background-color:#000000
               }*/

a.links{text-decoration:none; text-shadow:1px 1px 1px #000; font-size:15px; font-weight:bold; letter-spacing:1px;display:block;border:1px solid transparent;
        }
a.links:hover{color:#faaa3b; border:1px solid #fff;}

a.links_pre{text-decoration:none; text-shadow:1px 1px 1px #000; height:200px; font-size:15px; font-weight:bold; letter-spacing:1px;display:block;border:1px solid transparent;
        }
a.links_pre:hover{color:#faaa3b; border:1px solid #fff;}


.links_pre {
    display:block; /* For Other standard browsers */
    display: block\9; /* For IE9 (Note: There is "NO" space before \9) */
    display: block \9; /* For IE8 (Note: There is "ONE" space before \9) */
    *display: block; /* For IE7 */
    _display: block; /* For IE6 */
}
/* @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
    .links{
        display:block; /* For IE10 */
/*         position:relative;
        z-index:99999 !important;
        width:214px;
        height:192px;
    }
}*/


.channel-desc{
	height:50px;
	color:#faaa3b;
	font-size:15px;
	margin:10px 0 0 5px;
}
.channel-desc a{ text-decoration:none}

.channel-desc1{
	height:40px;
	color:#faaa3b;
	font-size:15px;
	margin:10px 0 0 5px;
	line-height:20px;
}
.channel-desc1 a{ text-decoration:none}

/* ------------------ footer  --------------------------------- */
.footer-wrap{ margin-top:40px;height:280px; border-top:2px solid #2a2a2a; background:#191919; clear:both; font-family:Arial, Helvetica, sans-serif;}
.footer1{margin:auto; margin-top:20px; padding:0px 50px 0px 50px; height:215px; width:860px; display:block;}
.foot-links{width:25%; float:left; font-size:18px; color:#dedede;}
.foot-links li span{line-height:40px;}
.foot-links li{list-style:none; font-size:15px; line-height:23px;}
.foot-links li a{color:#909090; text-decoration:none;}
.foot-links li a:hover{color:#d09440;}
.foot-links img{margin-right:5px;}

.footer2{display:block; background:#000; height: 55px;}
.footer2 p{margin:auto; color:#403f3f; width:860px; padding:22px 50px 15px 50px; font-size:12px;}
.connect{float:right;}
.connect img{margin-right:6px; margin-top: -8px;}


.ui-frontk {
	z-index: 100;
}

.ui-autocompletek { position: absolute; cursor: default; top:91px !important;  min-width:280px; font-family:Arial, Helvetica, sans-serif;}	

/* workarounds */
* html .ui-autocompletek { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-autocompletek .ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	font-size: 13px;
	background: #000000;
	color: #141414;
	border:0px;
}

.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	line-height:1.5;
	zoom:1;
	padding:.2em .4em;
	background:#d8d7d7;
	color: #141414;
	border:0px;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:active {
	font-weight: normal;
	background:#3399ff;
	color: #fff;
	border:0px;
	cursor:pointer;cursor:hand;
}

.ui-autocompletek .ui-state-hover,
.ui-autocompletek .ui-widget-content .ui-state-hover,
.ui-autocompletek .ui-state-focus,
.ui-autocompletek .ui-widget-content .ui-state-focus
 {
	background: #3399ff !important; 
	color: #ffffff !important;
}

#back-top {
	position: fixed;
	right:0px;
	bottom: 150px;
	margin-right:50px;
	/* margin-left: -150px;*/
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #676767;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #242424 url(../indexnew/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}


.button_back
{
 border:none;
-webkit-border-radius: 3px; width:60px; height:31px; display:block; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 4px 10px 4px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 cursor:pointer;
 background: #333333 url(../indexnew/back_button.gif) 0px 0px repeat-x;
}

.button_back:hover{
background: #333333 url(../indexnew/back_button.gif) 0px -31px repeat-x;
}