/* @override http://siptv.eu/codes/css/view.css */


body { 
	background:#222;
	
	
	margin:8px 0 16px;
	text-align:left;
}


#outerContainer {
	position: relative;
	
}

#container {
	float: left;
	background:#fff;
	margin:0 auto;
	text-align:left;
	width:760px;
	min-height: 530px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:small;
}

#header {
	background: #555;
	height: 45px;
	line-height: 45px;
	padding-left: 30px;

}

#header a {
	text-decoration: none;
}

#menu {
	float: right;
	background: #444;
	color: white;
	width: 130px;
	height: 34px;
	line-height: 34px;
	font-size: medium;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;

}

#menu ul {
	margin: 0;
	padding: 0 0 0 0px;
	 list-style-type: none;
	 background: #444;
}

#menu li {

	padding: 0 16px;
	cursor: pointer;
	border-bottom: 1px solid #333;
}

#menu li:hover {
	background: #c42557;
}


#information {
	display: inline-block;
	padding: 0 0px 0 20px;
	margin: 0 0 20px 10px;
	width: 300px;
}

#autocomplete {
	display: inline-block;
	position: relative;
	float: right;
	margin: 41px 32px 0 0;
}

#autocomplete span {
	display: none;
}

input#channels {
	
	width: 200px;
	height: 25px;
	font-size: 13px;
	padding-left: 5px;
}

#ac_results {
	position: relative;
	min-height: 50px;
/*
	position: absolute;
	max-height: 200px;
	overflow-y: scroll;

	background: #ccc;
*/
	display: none;
	padding-bottom: 40px;
}

.ui-autocomplete {
    position: static !important;
    width: 86% !important;
    margin: 0 auto;
    padding: 0 0;
    list-style-type: none;
    
}

.ui-autocomplete-category {
	background: #ddd;
	padding: 5px;
	text-align: center;
	border: 1px solid #333;
}

li.ui-menu-item a {
	box-shadow: 1px 0px 0 #ccc;
	border-bottom: 1px solid #ccc;
	width: 50%;
	display: inline-block;
	text-align: center;
	padding: 5px 0;
}

.result_line {
	border-top: 1px solid #ccc;
	display: table;
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #333;
}

.epg_name {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 5px 0;

}

.epg_code {
	display: table-cell;
	width: 50%;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #333;
}

/* table, th, tr, td {
  border: 1px groove #aaa;
} */

th.header { 
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right; 
    background-color: #ddd;
}

th.header:hover {
	background-color: #ccc;
}

th.headerSortUp { 
    background-image: url(../images/asc.gif); 
    background-color: #ddd; 
}

th.headerSortDown { 
    background-image: url(../images/desc.gif); 
    background-color: #ddd; 
}

td.popularity div {
	color: #c42557;
}

#percentage {
	background: #c42557;
	overflow: hidden;
	border-radius: 2px;
}




#footer {
	margin-bottom: 30px;
}