/*----------------------------------------------------------
2 top columns - Page ID & Channels/Search
----------------------------------------------------------*/
#company-lt{
	padding: 19px 0 0 20px;
	float: left;
	width: 156px;
}


#company-rt{
	padding: 9px 0 0 0;
	float: right;
	width: 596px;
}




/*-------------------------------------------------------------------------
Navigation

UNIQUE FORMATTING FOR NAV CONTAINER
-------------------------------------------------------------------------*/
#channels{
	padding: 0;
	margin: 0;
	width: 162px;
	float: left;
}
#video-clearline{
	clear: both;
	height: 2px;
}
/*-------------------------------------------------------------------------
UL, LI & LI A
-------------------------------------------------------------------------*/
#channels ul{
	list-style-type: none;
	height: 1%;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
}

#channels li{
	float: left;
	background-image: url(/images/video/framework/channels.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 0;
	padding: 0;
}
#channels li:hover, #channels li.sfhover-channels{
	background-image: url(/images/video/framework/channels-rollover.gif);
}

#channels li a{
	display: block;
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------------
Code that makes the submenu disappear and reappear
----------------------------------------------------------*/
#channels li ul {
	position: absolute;
	left: -999em;
	height: auto !important;
	line-height: 1;
}

#channels li:hover > ul{ 
	left: auto;
}
#channels li.sfhover-channels ul {
	left: auto;
}
#channels li:hover {
	position: static;
}
#channels li:hover ul ul,
#channels li.sfhover-channels ul ul {
	left: -999em;
}
#channels li:hover ul,
#channels li li:hover ul,
#channels li.sfhover-channels ul,
#channels li li.sfhover-channels ul { 
	left: auto;
}
#channels ul{
	z-index: 3;
}
/*-------------------------------------------------------------------------
FORMATTING FOR APPEARANCE OF SUBNAVS
-------------------------------------------------------------------------*/
/*border around sublink container*/
#channels ul ul{
	background-color: #0F3263;
	padding: 3px 3px 0 3px;
	margin: 0 0 0 2px;
	border: 1px solid #2D2E30;
	border-top: none;
	width: 170px;
}

/*Sublink Background color and amt of space dividing each*/
#channels li li{
	background-color: #091D3A;
	margin: 0 0 3px 0;
	background-image: none;
	border: 1px solid #061529;
	border-right-color: #2A3B54;
	border-bottom-color: #2A3B54;
	width: 100%;
}
/*Sublink Rollover Background color*/
#channels li li:hover,
#channels li li.sfhover-channels{
	background-color: #000000;
	background-image: none;
}

/*font treatments*/
#channels li li a{
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	display: block;
	margin: 0;
	padding: 6px 15px 8px 15px;
}
#channels li li a:link,
#channels li li a:visited,
#channels li li a:hover,
#channels li li a:active{
	color: #FFFFFF;
	text-decoration: none;
}




/*-------------------------------------------------------------------------
SEARCH
-------------------------------------------------------------------------*/
#video-search{
	width: 434px;
	height: 33px;
	overflow: hidden;
	float: left;
	background-image: url(/images/video/framework/video-search.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#video-search form{
	padding: 3px 0 0 105px !important;
}
#video-search ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#video-search li{
	margin: 0;
	float: left;
}
.video-search-fields{
	padding: 2px 3px 0 0;
}
.video-search-fields input,
.video-search-fields select{
	width: 125px;
	background-color: #FFFFFF !important;
	font-size: 11px;
}


/*-------------------------------------------------------------------------
SEARCH RETURNS - Used on all pages except video player page
-------------------------------------------------------------------------*/
.channel-container{
	border: 1px solid #990000;
	padding: 1px;
	margin: 15px 0 0 0;
}
.channel-content{
	background-image: url(/images/video/framework/channels-header-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;	
	padding: 0;
}
.channel-content h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	margin: 0 0 1em 0;
	padding: 11px 0 0 14px;
}

.video-returns{
	padding: 0 0 30px 16px;
	font-size: 11px;
}
.video-returns ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.video-returns li{
	float: left;
	margin: 0;
	padding: 0 11px;
	width: 151px;
}

.video-thumbnail{
	display: block;
	padding: 0 0 5px 0;
}
.video-returns a{
	display: block;
	padding: 5px;
	cursor: pointer;
}
.video-returns a:link,
.video-returns a:visited{
	text-decoration: none !important;
	color: #000000;
}
.video-returns a:hover,
.video-returns a:active{
	background-color: #DDE1E8;
}
.video-returns h4{
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	padding: 0;
	margin: 0;
}
.video-returns em{
	display: block;
	font-style: normal;
}
