body {
    background: url("/common/images2010/m8/topnav_bg.gif") repeat-x 0 184px transparent;
}

img {
	border:0px;
}

/* topnav overrides */

div#topnav_wrap {
    width: 922px;
}

div#topnav_wrap img{
    margin-left:17px;
}

div#topnav div a, div#topnav div a:link {
    margin-top:10px;
}


body#overview div#overviewtab, body#channels div#channelstab {
	background: url('/common/images2010/m8/topnav_tab.gif') no-repeat bottom left;
}
   
body#overview div#overviewtab a, body#channels div#channelstab a {
	background: url('/common/images2010/m8/topnav_tab.gif') no-repeat bottom right; color: #e20400;
}
/***********/



/* search tab styles since an <a> tag can't be used */
div#topnav div#searchtab div#search-wrapper {
    display: inline-block;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

body#search div#topnav div#searchtab {
   	background: url("/broadcast/images/2012/topnav_search_tab.gif") no-repeat scroll left bottom transparent;
    display: inline-block;
    height: 40px;
    padding-left: 20px;
}

body#search div#topnav div#searchtab div#search-wrapper {
	background: url("/broadcast/images/2012/topnav_search_tab.gif") no-repeat scroll right bottom transparent;
    display: inline-block;
    height: 40px;
    padding-left: 0px;
    padding-right: 20px;
}
/***********/



/* search tab input styles */
#topnav div#searchtab { 
	float:right;
}

#topnav div#searchtab input.search { 
	height: 24px;
	width: 350px;
	border: 1px solid #b3b3b3;
	padding: 3px;
	color: #555555;
	float: left;
	margin-top:9px;
}

#topnav div#searchtab input.search-button {
	float: left;
	margin-top:9px;
}
/***********/



/* page styles */
#page-wrapper {
	margin:40px 0 0 20px;
	overflow:auto;
}

h1 {
	border-bottom:1px solid #dddddd;
	padding-bottom:10px;
	line-height:20px;
	font-size:20px;
}

h1 span{
	font-weight:normal;
}

div.clearAll {
	clear:both;
}

table#video-results.grid-view, table#video-results.list-view {
	border:0;
	margin:15px 0 70px 0;
}

table#video-results.grid-view td {
	vertical-align: top;
	padding-right:18px;
}

table#video-results.list-view td {
	vertical-align: top;
	padding-right:18px;
	padding-bottom:25px;
}

table#video-results.grid-view td.last, table#video-results.list-view td.last {
	padding-right:0px;
}

table#video-results.grid-view td img, table#video-results.list-view td img {
	border:1px solid #d8d8d8;
}

table#video-results.grid-view div.video-title {
	width: 187px;
	color: #464646;
	font-weight: bold;
	font-size:11px;
	line-height:14px;
	margin:15px 0 20px 0;
}

table#video-results.list-view div.video-title {
	color: #464646;
	font-weight: bold;
	font-size:15px;
	line-height:15px;
}

table#video-results.list-view div.video-author {
	color: #888888;
	font-size:11px;
}

table#video-results.list-view div.video-desc {
	color: #898989;
	font-size:14px;
	margin-top:7px;
}

table#video-results.grid-view div.video-title a, table#video-results.grid-view div.video-title a:link, table#video-results.grid-view div.video-title a:visited,
table#video-results.list-view div.video-title a, table#video-results.list-view div.video-title a:link, table#video-results.list-view div.video-title a:visited {
	color: #464646;
}

table#video-results.grid-view div.video-title a:hover, table#video-results.grid-view div.video-title a:visited:hover,
table#video-results.list-view div.video-title a:hover, table#video-results.list-view div.video-title a:visited:hover {
	color: #e00400;
}

table#video-results.grid-view div.video-title span.length {
	color: #888888;
	font-weight: normal;
	display:block
}

table#video-results.list-view div.video-title span.length {
	font-size:11px;
	color: #888888;
	font-weight: normal;
	display:inline-block;
	margin-left:5px;
}

#page-wrapper .sort {
	margin:11px 0 13px 0;
	color:#777777;
	font: 10px/11px Arial, Helvetica, sans-serif;
	overflow: hidden;
}

#page-wrapper .sort span a, #page-wrapper .sort span a:link, #page-wrapper .sort span a:visited {
	font: 11px/11px Arial, Helvetica, sans-serif;
	color:#777777;
}

#page-wrapper .sort span a:hover, #page-wrapper .sort span a:visited:hover {
	font: 11px/11px Arial, Helvetica, sans-serif;
	color:#bb0000;
}

#page-wrapper .sort span.active, #page-wrapper .sort span.active a {
	color:#e00400;
}

#page-wrapper .sort #grid-view a {
	background: url('/broadcast/images/2012/grid-icon-inactive.png') no-repeat;
	height:13px;
	width:13px;
	display:inline-block;
	margin-right:5px;
	float:left;
}

#page-wrapper .sort #grid-view a:hover {
	background: url('/broadcast/images/2012/grid-icon-active.png') no-repeat;
}

#page-wrapper .sort #grid-view.active a {
	background: url('/broadcast/images/2012/grid-icon-active.png') no-repeat;
}

#page-wrapper .sort #list-view a {
	background: url('/broadcast/images/2012/list-icon-inactive.png') no-repeat;
	height:13px;
	width:13px;
	display:inline-block;	
	margin-right:12px;
	float:left;
}

#page-wrapper .sort #list-view a:hover {
	background: url('/broadcast/images/2012/list-icon-active.png') no-repeat;
}

#page-wrapper .sort #list-view.active a {
	background: url('/broadcast/images/2012/list-icon-active.png') no-repeat;
}

#page-wrapper .sort #sort-order {
	float:left;
}

#page-wrapper .sort .pagination {
	float:right;
	font: 11px/11px Arial, Helvetica, sans-serif;
}

#page-wrapper .sort .pagination a, #page-wrapper .sort .pagination a:link, #page-wrapper .sort .pagination a:visited {
	color:#777777;
}

#page-wrapper .sort .pagination a:hover, #page-wrapper .sort .pagination a:visited:hover {
	color:#bb0000;
}


/* overriding footer styles */
div#m8footer {
    margin: 10px 0px -5px 14px !important; 
}



body {
			background: url("/common/images2010/m8/topnav_bg.gif") repeat-x 0 180px transparent;
		}
		body.video{
			background: url("/broadcast/images/2012/topnav_video_bg.gif") repeat-x 0 180px;
		}
		a {
			text-decoration:none;
		}
		#menuspace {
			margin-top:18px;
		}
		#topnav_wrap {
			
		}
		
		#topnav div#searchtab #search-wrapper {
			width:450px;
		}
		#topnav div#searchtab input.search {
			height:25px;
			width:260px;
			float:none;
		}
		#topnav div#searchtab select {
			height:25px;
			margin-top:9px;
		}
		#topnav div#searchtab input.search-button {
			color:#FFFFFF;
			font-weight:bold;
			background-color:#e00400;
			background: -webkit-gradient(linear, left top, left bottom, from(#F67777), to(#D60101));
			background: -moz-linear-gradient(top,  #F67777,  #D60101);
			border-radius: .5em;
			border:1px solid #EC6B57;
			float:right;
			padding:2px 3px 2px 3px;
		}
		

		#share_bar {
			
			float:left;
			position:absolute;
			bottom:8px;
			left:-40px;
			text-align:left;
		}
		#passwordBox {
			width:550px;
			height:200px;
			text-align:center;
			padding-top:70px;
			background-color:rgba(200,200,200,0.1);
		}
		#passwordBox p {
			font-weight:bold;
			color:#e00400;
		}
		#passwordBox p a {
			color:#B30805;
			font-size:18px;
			line-height:30px;
			
		}
		#passwordBox p a:hover {
			color:#F93A37;
			
		}
		#feedback {
			width:250px;
			padding-right:75px;
			text-align:right;
			
		}
		#yesORno p {
			color:white;
		}
		#yeshelp, #nohelp {
			color:white;
			background-color:#888888;

			padding:1px 10px 1px 10px;
			border:0px;
			border-radius:3px;
			width:40px;
			
			background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#666666));
			background: -moz-linear-gradient(top,  #aaaaaa,  #666666);
		}
		#yeshelp:hover, #nohelp:hover {
			background-color:#e00400;
			background: -webkit-gradient(linear, left top, left bottom, from(#d00400), to(#d00000));
			background: -moz-linear-gradient(top,  #d00400,  #d00000);
		}
		#comments-form {
			
			border-top:3px solid #e00400;
			background-color:white;
			height:130px;
			
			
		}
		#comments-form p {
			color:black;
			background-color:white;
			font-weight:bold;
			font-size:20px;
			padding:4px;
			text-align:left;
		}
		#comments-form textarea {
			width:210px;
			
		}
		#commentsForm2 {
			
			padding:3px;
			font-size:20px;
			text-align:right;
			height:130px;
		}
		#comment_submit {
			margin-left:100px;
			color:white;
			background-color:#e00400;
			border:1px solid #e00400;
			padding:3px 10px 3px 10px;
			border-radius: .5em;
		}
		#comment_submit:active {
			background-color:#d00000;
		}
		#thanks {
			border-top:3px solid #e00400;
			height:130px;
			background-color:white;
			color:black;
			text-align:center;
		}
		#subtitles {
			position:relative;
			top:-120px;
			left:50%;
			margin-left:-225px;
			padding:5px 10px 5px 10px;
			width:400px;
			height:50px;
			line-height:25px;
			font-size:18px;
			color:white;
			background-color:black;
			z-index:10;
			background-color:rgba(0,0,0,0.8);
			border-radius: .5em;
			display:none;
		}
		
		#comments-form a#commentsFormExit {
			display: block;
			position:relative;
			top:0px;
			margin: 0;
			padding: 0;
			float: right;
			width: 19px;
			height: 19px;
			cursor: pointer;
			background-image:url('/broadcast/images/2012/exit.jpg');
		}
		#featured-channels {
			width:950px;
			height:170px;
		}
		#introImage {
			width:100%;
			height:100%;
			display:none;
			position:relative;
			top:0px;
			left:0px;
			cursor: pointer;
		}
