body
{       background: #fff url(/static/img/tv/bg.png) 0 0 repeat-y;
        margin: 0;
        font: 80%/120% Trebuchet MS, Arial, Helvetica, Sans-Serif;
}
a
{       color: #00f;
}
a:hover
{	color: #006;
}
#title
{	position: absolute;
	top: 0;
	height: 57px;
	width: 100%;
	background: #fff url(/static/img/tv/bgtop.png) 0 0 repeat-x;
}
#title h1
{
        background: transparent url(/static/img/tv/title.png) no-repeat top left;
        margin: 0;
        position: absolute;
        top: 0;
        left: 0;
	width: 476px;
	height: 57px;
}
#title h1 span
{
        display:none
}
#search
{	position: absolute;
	top: 15px;
	left: 340px;
	font-weight: bold;
}
#search p
{	margin: 0;
}
#search .txtBox
{	width: 150px;
	height: 15px;
	border: 1px solid #B9C7FF;
}
#search .but
{	font-size: 10px;
	height: 18px;
	width: 100px;
	background-color: #B9C7FF;
	border-top: 1px solid #fff;
	border-right: 1px solid #006;
	border-bottom: 1px solid #006;
	border-left: 1px solid #fff;
}
#channels
{	width: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 57px;
	left: 0;
}
#channels ul
{       list-style-type: none;
        margin: 0;
        padding: 0;
}
#channels ul li
{       border-bottom: 1px solid #B9C7FF;
        padding: 0 0 1px 0;
        color: #555;
        text-align:center;
}
#channels ul li:hover
{       background-color: #B9C7FF;
}
#channels ul li a
{       text-decoration: none;
}
#content
{	padding-right: 15px;
	position: absolute;
	top: 67px;
	left: 160px;
}
#listing td,th
{	background-color: #ddf;
	border-bottom: 1px solid #ccf;
	border-right: 1px solid #ccf;
	text-align: left;
	padding: 3px 2px 3px 2px;
}
#listing th
{	width: 250px;
}
.l2
{	font-weight: bold;
}
#listing .top
{	font-size: 16px;
	font-weight: bold;
	background-color: #B9C7FF;
}
#listing a
{	text-decoration: none;
	color: #000;
}
#listing a:hover
{	text-decoration: underline;
}
#days
{	padding: 4px;
	font-size: 14px;
	font-weight: bold;
	background-color: #B9C7FF;
	text-align: center;
}
#days ul
{ display: inline;
  list-style-type: circle;
  margin: 0;
  padding: 0;
}
#days li
{ list-style-type: circle;
  display: inline;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
}
#footer a
{	color: #aaf;
}
#footer
{	font-size: 10px;
	text-align: center;
	margin: 13px;
}
#ads
{
        float: right;
        display: inline;
}

#login
{
	position: absolute;
	top: 3px;
	right: 5px;
	z-index: 9999;
}

.login table
{
        border: 1px solid #B9C7FF;
	width: 400px;
        margin-bottom: 20px;
}

.login input
{
        border: 1px solid #B9C7FF;
}

#listing .fav
{
	background-color: #ff8;
}

.editfaves table
{
        border: 1px solid #B9C7FF;
        margin-bottom: 20px;
}

.editfaves input
{
        border: 1px solid #B9C7FF;
}

.num
{
	color: #778;
}

