/* Button styles */
.bttn {
	display: inline-block;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	background-color: #efefef;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(239, 239, 239, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(239, 239, 239, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(239, 239, 239, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(239, 239, 239, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(239, 239, 239, 0) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.85) 0%, rgba(239, 239, 239, 0) 100%);
	padding: 2px 10px 3px;
	text-shadow: 0 1px white;
	color: #3987cc;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #d5d5d5;
	font-weight: bold;
	border-bottom-color: #bcbcbc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.03);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.03);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.03);
	vertical-align: middle;

}
#header_redesign #nav-user-in li a.bttn:hover,
#header_redesign #nav-user-out li a.bttn:hover{
    text-decoration:none;
    text-shadow:none;
}
.bttn:hover { 
	background-color: #e2e2e2;
	color: #3987cc;
	text-decoration: none;
}
.bttn:disabled, .button.disabled { 
	text-shadow: none;
	background-color: white;
	border-color: white;
	color: rgba(57, 135, 204, 0.5);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(239, 239, 239, 0.5)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(239, 239, 239, 0.5) 100%);
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(239, 239, 239, 0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(239, 239, 239, 0.5) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(239, 239, 239, 0.5) 100%);
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(239, 239, 239, 0.5) 100%); }
.bttn.display_more { 
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
	margin: 15px auto;
}
.bttn.blue {
	background-color: #3987cc;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(98, 160, 214, 0.85)), color-stop(100%, rgba(57, 135, 204, 0)));
	background-image: -webkit-linear-gradient(top, rgba(98, 160, 214, 0.85) 0%, rgba(57, 135, 204, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(98, 160, 214, 0.85) 0%, rgba(57, 135, 204, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(98, 160, 214, 0.85) 0%, rgba(57, 135, 204, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(98, 160, 214, 0.85) 0%, rgba(57, 135, 204, 0) 100%);
	background-image: linear-gradient(top, rgba(98, 160, 214, 0.85) 0%, rgba(57, 135, 204, 0) 100%);
	padding: 2px 10px 3px;
	text-shadow: 0 -1px #2b6da7;
	color: #fff;
	border: 1px solid #307abb;
	border-bottom-color: #266093;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
}
.bttn.blue:hover { 
	background-color: #307abb;
	color: #fff;
	text-decoration: none;
}
.bttn.blue:active {
	background: #2c78bc;
    box-shadow:none;
}

.bttn.blue:disabled, .button.blue.disabled {
	text-shadow: none;
	background-color: #d3dce4;
	border-color: #8babc6;
	color: rgba(255, 255, 255, 0.5);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(98, 160, 214, 0.5)), color-stop(100%, rgba(57, 135, 204, 0.5)));
	background-image: -webkit-linear-gradient(top, rgba(98, 160, 214, 0.5) 0%, rgba(57, 135, 204, 0.5) 100%);
	background-image: -moz-linear-gradient(top, rgba(98, 160, 214, 0.5) 0%, rgba(57, 135, 204, 0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(98, 160, 214, 0.5) 0%, rgba(57, 135, 204, 0.5) 100%);
	background-image: -ms-linear-gradient(top, rgba(98, 160, 214, 0.5) 0%, rgba(57, 135, 204, 0.5) 100%);
	background-image: linear-gradient(top, rgba(98, 160, 214, 0.5) 0%, rgba(57, 135, 204, 0.5) 100%);
}
.bttn.green {
	background-color: #629630;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(162, 196, 129, 0.85)), color-stop(100%, rgba(98, 150, 48, 0)));
	background-image: -webkit-linear-gradient(top, rgba(162, 196, 129, 0.85) 0%, rgba(98, 150, 48, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(162, 196, 129, 0.85) 0%, rgba(98, 150, 48, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(162, 196, 129, 0.85) 0%, rgba(98, 150, 48, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(162, 196, 129, 0.85) 0%, rgba(98, 150, 48, 0) 100%);
	background-image: linear-gradient(top, rgba(162, 196, 129, 0.85) 0%, rgba(98, 150, 48, 0) 100%);
	padding: 2px 10px 3px;
	text-shadow: 0 -1px #496f24!important;
	color: white;
	border: 1px solid #000;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.15);
}

.bttn.green:hover{
    background: #83ad5d; 
    background: -moz-linear-gradient(top,  #83ad5d 0%, #7ca854 17%, #6e9e40 38%, #568f20 67%, #468402 92%, #428100 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83ad5d), color-stop(17%,#7ca854), color-stop(38%,#6e9e40), color-stop(67%,#568f20), color-stop(92%,#468402), color-stop(100%,#428100)); 
    background: -webkit-linear-gradient(top,  #83ad5d 0%,#7ca854 17%,#6e9e40 38%,#568f20 67%,#468402 92%,#428100 100%); 
    background: -o-linear-gradient(top,  #83ad5d 0%,#7ca854 17%,#6e9e40 38%,#568f20 67%,#468402 92%,#428100 100%); 
    background: -ms-linear-gradient(top,  #83ad5d 0%,#7ca854 17%,#6e9e40 38%,#568f20 67%,#468402 92%,#428100 100%); 
    background: linear-gradient(top,  #83ad5d 0%,#7ca854 17%,#6e9e40 38%,#568f20 67%,#468402 92%,#428100 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83ad5d', endColorstr='#428100',GradientType=0 ); 
    color: white;
	text-decoration: none;
}
.bttn.green:active{
    background: #418000;
    background: -moz-linear-gradient(top,  #418000 0%, #418000 0%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#418000), color-stop(0%,#418000));
    background: -webkit-linear-gradient(top,  #418000 0%,#418000 0%); 
    background: -o-linear-gradient(top,  #418000 0%,#418000 0%); 
    background: -ms-linear-gradient(top,  #418000 0%,#418000 0%); 
    background: linear-gradient(top,  #418000 0%,#418000 0%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#418000', endColorstr='#418000',GradientType=0 ); 
    text-decoration: none;
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    -o-box-shadow: none;
    box-shadow: none;
}

.bttn.green:disabled, .button.green.disabled {
	text-shadow: none;
	background-color: #bcc7b1;
	border-color: #89a86a;
	color: rgba(255, 255, 255, 0.5);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(162, 196, 129, 0.5)), color-stop(100%, rgba(98, 150, 48, 0.5)));
	background-image: -webkit-linear-gradient(top, rgba(162, 196, 129, 0.5) 0%, rgba(98, 150, 48, 0.5) 100%);
	background-image: -moz-linear-gradient(top, rgba(162, 196, 129, 0.5) 0%, rgba(98, 150, 48, 0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(162, 196, 129, 0.5) 0%, rgba(98, 150, 48, 0.5) 100%);
	background-image: -ms-linear-gradient(top, rgba(162, 196, 129, 0.5) 0%, rgba(98, 150, 48, 0.5) 100%);
	background-image: linear-gradient(top, rgba(162, 196, 129, 0.5) 0%, rgba(98, 150, 48, 0.5) 100%);
}
.bttn.red {
	background-color: #d33030;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(220, 90, 90, 0.85)), color-stop(100%, rgba(211, 48, 48, 0)));
	background-image: -webkit-linear-gradient(top, rgba(220, 90, 90, 0.85) 0%, rgba(211, 48, 48, 0) 100%);
	background-image: -moz-linear-gradient(top, rgba(220, 90, 90, 0.85) 0%, rgba(211, 48, 48, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(220, 90, 90, 0.85) 0%, rgba(211, 48, 48, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(220, 90, 90, 0.85) 0%, rgba(211, 48, 48, 0) 100%);
	background-image: linear-gradient(top, rgba(220, 90, 90, 0.85) 0%, rgba(211, 48, 48, 0) 100%);
	padding: 2px 10px 3px;
	text-shadow: 0 -1px #ac2424;
	color: #fff;
    	border: 1px solid #000;
	border-bottom-color: #972020;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.05);
	-o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 0px rgba(0, 0, 0, 0.05);
}
.bttn.red:hover {
	background-color: #c12929;
	color: #fff;
	text-decoration: none;
}
.bttn.red:active {
	background: #b92222;
    box-shadow:none;
}

.bttn.red:disabled, .button.red.disabled {
	text-shadow: none;
	background-color: #e6d0d0;
	border-color: #cb8585;
	color: rgba(255, 255, 255, 0.5);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(220, 90, 90, 0.5)), color-stop(100%, rgba(211, 48, 48, 0.5)));
	background-image: -webkit-linear-gradient(top, rgba(220, 90, 90, 0.5) 0%, rgba(211, 48, 48, 0.5) 100%);
	background-image: -moz-linear-gradient(top, rgba(220, 90, 90, 0.5) 0%, rgba(211, 48, 48, 0.5) 100%);
	background-image: -o-linear-gradient(top, rgba(220, 90, 90, 0.5) 0%, rgba(211, 48, 48, 0.5) 100%);
	background-image: -ms-linear-gradient(top, rgba(220, 90, 90, 0.5) 0%, rgba(211, 48, 48, 0.5) 100%);
	background-image: linear-gradient(top, rgba(220, 90, 90, 0.5) 0%, rgba(211, 48, 48, 0.5) 100%);
}
.bttn.large { 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	line-height: 21px;
	padding: 3px 15px 4px;
}
.bttn.huge { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	font-size: 20px;
	line-height: 30px;
	padding: 5px 25px 8px;
}
.bttn.darkgrey{
	text-shadow: 0 -1px #333;
    background: #666666; /* Old browsers */
    background: -moz-linear-gradient(top,  #666666 0%, #5d5d5d 25%, #414141 71%, #353535 96%, #353535 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(25%,#5d5d5d), color-stop(71%,#414141), color-stop(96%,#353535), color-stop(100%,#353535)); 
    background: -webkit-linear-gradient(top,  #666666 0%,#5d5d5d 25%,#414141 71%,#353535 96%,#353535 100%); 
    background: -o-linear-gradient(top,  #666666 0%,#5d5d5d 25%,#414141 71%,#353535 96%,#353535 100%); 
    background: -ms-linear-gradient(top,  #666666 0%,#5d5d5d 25%,#414141 71%,#353535 96%,#353535 100%);
    background: linear-gradient(top,  #666666 0%,#5d5d5d 25%,#414141 71%,#353535 96%,#353535 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#353535',GradientType=0 );
    color:#fff;
    border: 1px solid #000;
    text-shadow: 0 -1px #000!important;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bttn.darkgrey:hover{
    background: #535353; /* Old browsers */
    background: -moz-linear-gradient(top,  #535353 0%, #484848 25%, #1f1f1f 88%, #1b1b1b 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#535353), color-stop(25%,#484848), color-stop(88%,#1f1f1f), color-stop(100%,#1b1b1b)); 
    background: -webkit-linear-gradient(top,  #535353 0%,#484848 25%,#1f1f1f 88%,#1b1b1b 100%); 
    background: -o-linear-gradient(top,  #535353 0%,#484848 25%,#1f1f1f 88%,#1b1b1b 100%); 
    background: -ms-linear-gradient(top,  #535353 0%,#484848 25%,#1f1f1f 88%,#1b1b1b 100%);
    background: linear-gradient(top,  #535353 0%,#484848 25%,#1f1f1f 88%,#1b1b1b 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#535353', endColorstr='#1b1b1b',GradientType=0 );

}
.bttn.darkgrey:active{
    background: #191919; /* Old browsers */
    background: -moz-linear-gradient(top,  #191919 0%, #191919 0%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#191919), color-stop(0%,#191919)); 
    background: -webkit-linear-gradient(top,  #191919 0%,#191919 0%);
    background: -o-linear-gradient(top,  #191919 0%,#191919 0%);
    background: -ms-linear-gradient(top,  #191919 0%,#191919 0%); 
    background: linear-gradient(top,  #191919 0%,#191919 0%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191919', endColorstr='#191919',GradientType=0 );
    -moz-box-shadow: none;
	-webkit-box-shadow:none;
	-o-box-shadow: none;
	box-shadow: none;
}
.bttn.darkgrey.left{
    -moz-border-radius: 0;
	-webkit-border-radius:0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.bttn.darkgrey.right{
     -moz-border-radius: 0;
	-webkit-border-radius:0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
    border-left:0;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}
.bttn.darkgrey:hover {
	background-color: #666666;
	color: #fff;
	text-decoration: none;
}

.bttn.active, .button:active { 
	background-image: none;
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}
.bttn.darkbg { 
	border: none;
	-moz-box-shadow: 0 1px 3px black;
	-webkit-box-shadow: 0 1px 3px black;
	-o-box-shadow: 0 1px 3px black;
	box-shadow: 0 1px 3px black;
}
.bttn.greybg {
	border: none; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
bttn::-moz-focus-inner { border: 0; padding: 0; }
/*Style for header and footer*/
#header_redesign{
    background: #3b3b3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #3b3b3b 0%, #383838 16%, #1e1e1e 80%, #191919 98%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(16%,#383838), color-stop(80%,#1e1e1e), color-stop(98%,#191919), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3b3b3b 0%,#383838 16%,#1e1e1e 80%,#191919 98%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3b3b3b 0%,#383838 16%,#1e1e1e 80%,#191919 98%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3b3b3b 0%,#383838 16%,#1e1e1e 80%,#191919 98%,#000000 100%); /* IE10+ */
    background: linear-gradient(top,  #3b3b3b 0%,#383838 16%,#1e1e1e 80%,#191919 98%,#000000 100%); /* W3C */
    height: 46px;
    z-index: 101;
    position:relative;

}
#header_redesign .inner{
    position: relative;
    width: 960px;
    height: 45px;
    margin: 0 auto;
}
#header_redesign #logo {
    display: block;
    float: left;
    width: 133px;
    height: 41px;
    line-height: 41px;
    margin: 0 8px 0 -10px;
    background: url(/images/new_channel/new_header/new_logo.png);
    text-indent: -9999px;
}
#header_redesign #nav-user-in,
#header_redesign #nav-user-out {
    float: right;
	margin:0;
	list-style:none;
}
#header_redesign #nav-user-in li,
#header_redesign #nav-user-out li {
    float: left;
    line-height: 42px;
    color: #999;
   text-shadow: black 0px 1px 0px;
}
#header_redesign #nav-user li a.my_account {
    width: 80px;
    height: 29px;
    margin: 9px 0 0 0;
    background: url(/images/new_channel/nav-user-my_account.png) no-repeat left top;
    text-indent: -9999px;
}
#header_redesign #nav-user-in li a,
#header_redesign #nav-user-out li a {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 8px 0px 0 0;
    color: white;
    text-decoration:none;
}
#header_redesign #nav-user-in li #broadcast_now,
#header_redesign #nav-user-out li #broadcast_now {
	margin-left:20px;
}
#header_redesign #nav-user-in li span.new_notice,
#header_redesign #nav-user-out li span.new_notice{
    position: relative;
    display: inline-block;
    background: url('/images/new_channel/new_notice.png') no-repeat;
    width: 33px;
    height: 23px;
    top: 13px;
}
#page-wrap {
    margin-bottom:0;
}
#footer_wrap{
    line-height:34px;
    height:34px;
    color:#cccccc;
    clear: both;
    width: 100%;
    background: #1f1f1f; /* Old browsers */
    background: -moz-linear-gradient(top,  #1f1f1f 0%, #2b2b2b 6%, #2e2e2e 12%, #343434 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(6%,#2b2b2b), color-stop(12%,#2e2e2e), color-stop(100%,#343434)); 
    background: -webkit-linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%); 
    background: -o-linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%); 
    background: -ms-linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%); 
    background: linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#343434',GradientType=0 ); 
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);

}
#footer_wrap #sub_footer {
	background: #1f1f1f; /* Old browsers */
    background: -moz-linear-gradient(top,  #1f1f1f 0%, #2b2b2b 6%, #2e2e2e 12%, #343434 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(6%,#2b2b2b), color-stop(12%,#2e2e2e), color-stop(100%,#343434));
    background: -webkit-linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%);
    background: -o-linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%);
    background: -ms-linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%);
    background: linear-gradient(top,  #1f1f1f 0%,#2b2b2b 6%,#2e2e2e 12%,#343434 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#343434',GradientType=0 );
    border:0 none;
    position: relative;
    width: 960px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
}
#footer_wrap #sub_footer ul li {
    margin:0;
    font-size:12px;
    line-height:34px;
    color:#cccccc;
    padding-left: 3px;
	margin:0px;
}
#sub_footer ul {
    float: left;
	width:200px;
}
#sub_footer ul.links{
    width: 700px;
    float: right;
	text-align:right;
}
#footer_wrap #sub_footer ul li a{
    font-size:12px;
    line-height:18px;
    color:#ccc;
}
#footer_wrap #sub_footer ul li a:hover{
    text-decoration:underline;
}
#page-wrap.no_related_channels{
	margin:0 auto;
}
#page-wrap-bottom {
    height:0px;
}

body.forum #page-wrap {
    margin: 0 auto -34px;
}
#header_redesign #nav-user li  a#broadcast_now{
    border:solid 1px #000;
    margin:8px 0 0 10px;
}
/* Search Channels */

#header_redesign #search_channels {
    float: left;
    width: 201px;
    height: 27px;
    margin:8px 0 0 0px;
}

#header_redesign #search_channels input {
    display: block;
    float: left;
    font-size:12px;
    width: 153px;
    padding:5px 10px;
    height: 15px;
    border: solid 1px #000;
    border-right:0 none;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
    outline: none;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #353535 20%, #393939 40%, #3b3b3b 70%, #3d3d3d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(20%,#353535), color-stop(40%,#393939), color-stop(70%,#3b3b3b), color-stop(100%,#3d3d3d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#353535 20%,#393939 40%,#3b3b3b 70%,#3d3d3d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#353535 20%,#393939 40%,#3b3b3b 70%,#3d3d3d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#353535 20%,#393939 40%,#3b3b3b 70%,#3d3d3d 100%); /* IE10+ */
    background: linear-gradient(top,  #333333 0%,#353535 20%,#393939 40%,#3b3b3b 70%,#3d3d3d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#3d3d3d',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0px 1px 0px #2b2b2b;
    -webkit-box-shadow: inset 0px 1px 0px #2b2b2b;
    -o-box-shadow: inset 0px 1px 0px #2b2b2b;
    box-shadow: inset 0px 1px 0px #2b2b2b;
     -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#header_redesign #search_channels input:hover {
    background: #384958; /* Old browsers */
    background: -moz-linear-gradient(top,  #334554 0%, #354655 20%, #384958 40%, #3b4c5b 70%, #3d4e5c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#334554), color-stop(20%,#354655), color-stop(40%,#384958), color-stop(70%,#3b4c5b), color-stop(100%,#3d4e5c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #334554 0%,#354655 20%,#384958 40%,#3b4c5b 70%,#3d4e5c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #334554 0%,#354655 20%,#384958 40%,#3b4c5b 70%,#3d4e5c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #334554 0%,#354655 20%,#384958 40%,#3b4c5b 70%,#3d4e5c 100%); /* IE10+ */
    background: linear-gradient(top,  #334554 0%,#354655 20%,#384958 40%,#3b4c5b 70%,#3d4e5c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#334554', endColorstr='#3d4e5c',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0px 1px 0px #2b3b47;
    -webkit-box-shadow: inset 0px 1px 0px #2b3b47;
    -o-box-shadow: inset 0px 1px 0px #2b3b47;
    box-shadow: inset 0px 1px 0px #2b3b47;
}

#header_redesign #search_channels a {
    display: block;
    width: 27px;
    height: 27px;
    float: right;
    background: url(/images/new_channel/new_header/icon-search_channels.png) no-repeat left top;
    border: none;
    text-indent: -9999px;
}

#header_redesign #search_channels a:hover {
    background-position: left center;
}

#header_redesign #search_channels a:active {
    background-position: left bottom;
}

#nav-user-in,
#nav-user-out{
    display:none;
    padding:0px;
}

#header_redesign #nav-user-in .bttn.blue.right,
#header_redesign #nav-user-out .bttn.blue.right{
    margin-right:10px;
    height:19px;
    line-height:19px;
    border:solid 1px #000;
}

.arrow {
	border-bottom: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #fff;
	padding: 0;
	width: 0;
	height: 0;
	/* ie6 height fix */
	font-size: 0;
	line-height: 0;
	/* ie6 transparent fix */
	_border-right-color: pink;
	_border-left-color: pink;
	_filter: chroma(color = pink);
}
.arrow.up {
	border-top: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid #fff;
}
#header_redesign #nav-user-in li#user_account,
#header_redesign #nav-user-out li#user_account{
    position:relative;
}

#header_redesign #nav-user-in li#user_account a,
#header_redesign #nav-user-out li#user_account a{
    padding:3px 10px 4px;
}
#header_redesign #nav-user-in li#user_account a:active,#header_redesign #nav-user-out li#user_account a:active,#header_redesign #nav-user li#user_account a.active{
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
}
#header_redesign #nav-user-in li span.arrow,
#header_redesign #nav-user-out li span.arrow{
   position:relative;
   top:-2px;
   left:7px;
   margin: 0 9px 0 0;
}
#header_redesign #nav-user-in li span.arrow.up,
#header_redesign #nav-user-out li span.arrow.up{
   top:-7px;
}
#header_redesign #nav-user-in .user_drop_down,
#header_redesign #nav-user-out .user_drop_down{
    position:absolute;
    top:36px;
    left:-1px;
    border:solid 1px #000;
    border-top:0 none;
    -webkit-border-bottom-right-radius:6px;
    -moz-border-radius-bottomright:6px;
    border-bottom-right-radius:6px;
     -webkit-border-bottom-left-radius:6px;
    -moz-border-radius-bottomleft:6px;
    border-bottom-left-radius:6px;
    display:none;
    padding:0px;
}
#header_redesign #nav-user-in .user_drop_down li,
#header_redesign #nav-user-out .user_drop_down li{
    display:block;
    float:none;
}
#header_redesign #nav-user-in .user_drop_down li a,
#header_redesign #nav-user-out .user_drop_down li a{
    width:81px;
    padding:0 12px;
    background: #191919;
    border:solid 1px transparent;
    font-weight: normal;
    text-shadow:none;
    border-radius:0px;
    margin: 0px;
    box-shadow:none;
}
#header_redesign #nav-user-in .user_drop_down li a:hover,
#header_redesign #nav-user-out .user_drop_down li a:hover{
     background: #393939; /* Old browsers */
    background: -moz-linear-gradient(top,  #393939 0%, #383838 20%, #373737 40%, #323232 70%, #2f2f2f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#393939), color-stop(20%,#383838), color-stop(40%,#373737), color-stop(70%,#323232), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #393939 0%,#383838 20%,#373737 40%,#323232 70%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #393939 0%,#383838 20%,#373737 40%,#323232 70%,#2f2f2f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #393939 0%,#383838 20%,#373737 40%,#323232 70%,#2f2f2f 100%); /* IE10+ */
    background: linear-gradient(top,  #393939 0%,#383838 20%,#373737 40%,#323232 70%,#2f2f2f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */
    -moz-box-shadow: inset 0px 1px 0px #444444;
    -webkit-box-shadow: inset 0px 1px 0px #444444;
    -o-box-shadow: inset 0px 1px 0px #444444;
    box-shadow: inset 0px 1px 0px #444444;
    border:solid 1px #000000;
}
#header_redesign #nav-user-in .user_drop_down li a:active,
#header_redesign #nav-user-out .user_drop_down li a:active{
     background:#2f2f2f;
     -moz-box-shadow: inset 0px 1px 0px #2f2f2f;
    -webkit-box-shadow: inset 0px 1px 0px #2f2f2f;
    -o-box-shadow: inset 0px 1px 0px #2f2f2f;
    box-shadow: inset 0px 1px 0px #2f2f2f;
}
#header_redesign #nav-user-in .user_drop_down li.last a,
#header_redesign #nav-user-out .user_drop_down li.last a{
   -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius:5px;
     -webkit-border-bottom-left-radius:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius:5px;
}


