@import url('black_tan.css');

body {
	background-color:#eeeeee;
	background-repeat:repeat-x;
	background-position:top left;
}

body.mn_maximized {
	background-image:none;
}

#mn_header {
	//height:145px;
	background-color:#141414;
}

#mn_header h1 {
	margin:0;
	padding:0;
}

#mn_header h1 a {
}

h2 {
	color:#eee;
	margin:0;
	padding:0;
}

#mn_container {
	padding:20px;
	width:920px;
	margin:0 auto;
}

#mn_player_container {
	position:absolute;
	top:20px;
	left:0px;
	width:652px;
	height:512px;
}

#mn_playlist_container, #mn_send_friend {
	position:absolute;
	top:20px;
	left:672px;
	width:279px;
	height:512px;
	background:url('../images/playlist_bg_blue.gif');
}

#mn_channel_dropdown, #mn_content_dropdown {
	border:1px solid #30425c;
	padding:1px;
	position:absolute;
	left:6px;
}

#mn_channel_dropdown {
	top:6px;
}

.ie #mn_channel_dropdown {
	top:4px;
}

#mn_content_dropdown {
	top:34px;
}

#mn_send_friend {
	display:none;
	width:259px;
	padding:0 10px;
}

#mn_playlist_scroller {
	position:absolute; 
	top:57px;
	right:3px;
	width:24px; 
	height:449px; 
	margin:0;
	//background:#839791;
	background:#3a3a3a;
	border-left:1px solid #3a3a3a;
}

#mn_playlist_page_nav_1 {
	padding:0 0 5px 180px;
	position:absolute;
	top:37px;
	right:8px;
}

.playlist_page_nav li { 
	color:#c8d1ce;
}

#mn_playlist {
	position:absolute;
	top:58px;
	left:0;
	height:448px;
	clear:both;
	margin:0 5px;
	width:100%;
}

#mn_playlist h2 {
	font-size:13px;
	display:inline;
	padding-right:5px;
}

#mn_playlist h2 span {
	color:#363636;
}

.mn_clip {
	width:249px;
	position:relative;
	border-bottom-color:#767574;
}

.mn_clip:hover, .mn_highlight {
	background-color:#c6c5c4;
}

.mn_show_title {
	color:#333434;
}

#mn_search_link {
	color:#eee;
	text-decoration:none;
	margin:14px 2px 0 0;
	display:none;
	float:right;
}

.gecko #mn_search_link {
	margin-top:0px;
}

#mn_search_link:hover {
	text-decoration:underline;
}

.ie #mn_search_box {
	text-align:right;
}

#mn_search_box h2, #mn_search_box label {
	color:#eee;
}

#mn_search_box input {
	width:200px;
	margin-bottom:5px;
	float:left;
}

.ie #mn_search_box input {
	width:200px;
	padding:2px;
	margin:0;
}

#mn_search_submit {
	background:url('../images/btn_search.gif');
	width: 34px;
	height: 16px;
	float:right;
	margin:3px 0 0 15px;
}

#mn_search_box select {
	width:170px;
}

.webkit #mn_search_box select {
	width:170px;
}

#mn_categories {
	width: 187px;
	height: 512px;
	padding-left:5px;
	float:left;
	margin-left:-197px;
	background:url('../images/channel_repeater.gif') right top repeat-y;
}

.ie #mn_categories {
/*	float:none;*/
}

#mn_live_header {
	width:187px;
	height:44px;
	text-indent:-9000px;
	background:url('../images/live_header.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/live_header.png');	
}

#mn_live_box {
	text-align:center;
	padding:10px 0 10px 8px;
}

#mn_live_box h3, #mn_live_box h3 label {
	color:#666666 !important;
	font-size:11px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-align:center;
	float:none;
	display:block;
}

#mn_lb_current_show {
	color:#80aa00;
	font-size:15px;
	display:block;
	padding-bottom:10px;
}

#mn_link, #mn_search_submit, #mn_new_button, #mn_save_submit {
	display:block;
	text-indent:-9000px;
	background-repeat: no-repeat;
	cursor:pointer;
}

#mn_channel_header {
	width:187px;
	height:25px;
	text-indent:-9000px;
	background:url('../images/channel_header.png') no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/channel_header.png');	
}

#mn_category_list {
	padding:0;
	position:relative;
	z-index:20;
	margin: 16px 0 0 6px;
	overflow:auto;
	height:375px;
}

#mn_category_list li {
	list-style:none;
}

#mn_category_list li a, .mn_draggable_li a {
	padding:5px 5px 5px 20px;
	display:block;
	background:url('../images/cl_arrow.gif') no-repeat 8px 7px;
	text-decoration:none;
	color:#3d3d3d;
	width:156px;
}

#mn_category_list li a:hover, #mn_category_list li.mn_current_category_item a {
	background-color:#b8c9d7;
	background-image:url('../images/cl_arrow_current.gif');
}

#copyright {
	clear:both;
	position:absolute;
	top:600px;
	left:200px;	
	color:white;
}