@import "icetv_theme.css";


.header
{
	height:92px;
	margin:0;
}

.header_nav
{
	height:92px;
}

.header_nav a
{
	float:right;
	text-decoration:none;
	width:85px;
	height:92px;
	color:#666666;
	
	font-weight:bold;
	
}

.header_nav a:hover
{
	color:#FFFFFF;
}

.header_nav a:hover span#header_nav_subtxt
{
	display:inline;
}

span#header_nav_txt
{
	float:left;
	padding-top:40px;
	font-weight:bold;
	text-align:center;
	font-size: 14px;
	width:85px;
}

span#header_nav_subtxt
{
	float:left;
	text-align:center;
	font-size: 10px;
	width:85px;
	display:none;
}

.content
{
	min-height:500px;
	min-width:960px;
}

div#spacer
{
	margin:70px 0 0 0;	
}

div#account_callout
{
	text-align:right;
	margin:60px 0 0 0;
	font-size:11px;
	color:#888888;
	
}

div#account_callout a
{
	font-weight:bold;
	text-align:right;
	color:#498CC8;
}

div#account_callout a:hover
{
	background-color:#498CC8;
	color:#FFFFFF;
}

div#content_box_head
{
	min-height:70px;
}

div#content_box_head h2
{
	overflow:hidden;
	position:relative;
	top:5px;
	left:10px;
	width:500px;
	height:34px;
}

div#content_box_head a
{
	font-weight:bold;
	font-size: 13px;
	
	color:#498CC8;
}

.prev
{
	float:left;
	padding:5px;
	width:80px;
	height:50px;
}

.next
{
	float:left;
	padding:5px;
	width:80px;
	height:50px;
}


.prev_next_blank
{
	float:left;
	padding:5px;
	width:80px;
	height:50px;
}

.prev:hover
{
	background-image:url(/images/previous.png);	
}

.next:hover
{
	background-image:url(/images/next.png);	
}

.prev:hover img
{
	filter:alpha(opacity=50); opacity:.50;
	
}

.next:hover img
{
	filter:alpha(opacity=50); opacity:.50;
}

.prev_next_container
{
	float:right;
	padding:5px;
	height:60px;
	width:180px;
}



div#content_box_head_links strong
{
	
	font-weight:bold;
	text-decoration:none;	
}

div#content_box_head_links a:hover
{
	color:#FFF;
	background-color:#498CC8;
}

/*
 *
 * This CSS is Suspect. Investigate further.
 *
 */
#content_box_head_links
{
	position:relative;
	left:10px;
	width:100%;
	display:inline;
}

#content_box_head_image
{
	display:none;
	float:left;
	width:140px;
	height:50px;
	margin:10px;
	background-color:#498CC8;
}
/* End Suspect CSS */


/* "content_box" styles deprecated */
.ictv_module,
#content_box_body, #content_box_body_with_video
{
	min-height:250px;
	padding: 66px 160px;
}

#content_box_body a, #content_box_body_with_video a, .ictv_module a
{
	text-shadow:none;
	font-weight:bold;
	text-decoration:none;
	color:#498CC8;
}

#content_box_body a:hover, #content_box_body_with_video a:hover .ictv_module a:hover
{
	background-color:#498CC8;
}

div#video_table tr
{			
	font-size: 11px;
}

div#video_table td
{
	border:none;
	text-align:center;
	min-height:40px;
	padding-top:15px;
	padding-bottom:15px;
	border-width:2px;
	vertical-align:middle;
}

div#video_table th
{
	border: solid #FFFFFF;
	text-align:center;

	padding-top:15px;
	padding-bottom:15px;
	background-color:#498CC8;
	border-width:2px;
	color:#FFFFFF;
}

div#content_box_foot
{
	margin:0 0 60px 0;
	min-height:70px;
	padding:0 160px;
}

.footer
{
	color: #444444;
	height:300px;	
}


.footer_logo
{
	float:right;
	margin: 10px 0 0 10px;
	width:50px;
	height:50px;
}

.footer_logo a
{
	float:left;
	width:50px;
	height:50px;
}


.footer_content
{	
	float:left;
	margin: 10px 0 0 0px;
	font-size: 9px;
}

.footer_reflections
{
	float:right;
	background-image:url(/images/badge.reflections.png);
	width:50px;
	height:48px;
}

.footer_links
{
	float:right;
	margin: 13px 0 0 0;
	text-align:right;
	font-size:9px;
	height:47px;
}

.footer_links a
{	
	text-decoration: none;
	text-align:right;
	color: #666666;
	font-weight:bold;
	font-size: 11px;
}

.footer_links a:hover
{
	color:#498CC8;
}

.content h1
{
	
	font-size:67px;
	letter-spacing: -3px;
	line-height: .5;
}

h2
{
	letter-spacing: -2px;
}

.content strong
{
	color:#888888
}

.content p
{
	font-weight:bold;
}

.content ul
{
	list-style-image: url(/images/listsquare.gif);
}

.content li
{
	margin:1em;	
}

.content a
{
	text-decoration:none;
	color:#498CC8; 
}

div#video_table a
{
	
	font-weight:bold;
	text-decoration:none;
	
}

div#video_table th a
{
	color:#FFFFFF;
	
}

.video_info_duration
{
	margin:0 0 10px 0;
	font-size:10px;
}

.video_info_tags
{
	margin:30px 0 0 0;
	font-size:10px;
}
div#code
{
	padding:20px 0 20px 0;
}

select
{
	border-width:2px;
	border-color:#888888;
	
	
	font-size:11px;
	font-weight:bold;
	color:#498CC8;
}

input.btn
{
	width:150px;
	height:40px;
	
	font-size: 13px;
	border: none;
	color:#FFFFFF;
	background-color: rgb(73,140,200);
	margin:20px 10px 0 10px; /* I intend to remove this */
	font-weight: bold;
	
}

input.login
{
	font-size: 18px;
	letter-spacing: 0px;
	padding:5px;
}

input.txt
{
	width:100%;
	border:3px solid #CCCCCC;
	color:#888888;
	/*height:25px;*/
	font-size: 18px;
	letter-spacing: 0px;
	padding:5px;
}

textarea.txt
{
	height:43px;
	border:3px solid #CCCCCC;
	color:#888888;
	font-size: 12px;
	letter-spacing: 0px;
	width:100%;
	padding-top:7px;
}

.ictv_input_submit
{
	width:150px;
	height:40px;
	
	font-size: 13px;
	font-weight:bold;
	border: none;
	color:#666666;
	background-color:#498CC8;
	margin:20px 0 0 0;
}

.msg
{
	font-weight:bold;
	color:#498CC8;
}

.content_box_sub_body
{
	padding:20px;
	overflow:hidden;
}

/* Moved to Folder CSS? */
.content_box_sub_body_form
{
	margin:0 0 20px 0;
	padding:20px;
}

.transcode_form_encoder_txt
{
	float:left;
	text-align:right;
	padding:7px 5px 0 0;
	width:155px;
}

div#ad_channel_box, #encoder_box, .combobox
{
	border:3px solid #CCCCCC;
	padding:5px;
}


a img
{
	display:block;
}

.feed_help_right
{
	margin:3px;
	float:right;
}

div#access_form_box
{
	float:left; 
	border:3px solid #CCCCCC; 
	padding:4px 0 0 4px; 
	width:25px;
	height:25px;
	margin:0 5px 10px 0;
}

input.access_txt
{
	float:left;
	margin:0 5px 10px 0;
	width:150px;
	height:18px;
	border:3px solid #CCCCCC;
	color:#666666;
	font-size: 12px;
	letter-spacing: 0px;
	padding-top:7px;
}


.content_box_sub_body_important_info
{
	margin:0 0 20px 0;
	padding:20px;
	color:#666666
	border:solid;
	border-width:5px;
	border-color:#498CC8;
}

div#content_box_head a.my_videos_link
{
	cursor:pointer;
	color:#498CC8;
	font-weight:bold;
	font-size:23px;
	letter-spacing:-2px;
}

div#content_box_head a.my_videos_link:hover
{
	background:#498CC8;
	color:white;
}















div#table_help tr
{		
	font-size: 12px;
}

div#table_help td
{
	border:none;
	text-align:left;
	min-height:40px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	border-width:2px;
	vertical-align:top;
}

div#table_help th
{
	border: solid #FFFFFF;
	text-align:center;
	min-height:40px;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#498CC8;
	border-width:2px;
	color:#FFFFFF;
}


div#table_help a
{
	font-weight:bold;
	text-decoration:none;
}

div#table_help th a
{
	color:#FFFFFF;
}

.line-height_input
{
	line-height:36px;
}

.line-height_textarea
{
	line-height:36px;
}

.line-height_combobox
{
	line-height:36px;
}

.line-height_file
{
	line-height:36px;
}