﻿    .normalrow
    {
        background-color:Black;
    }
    .normalrow1
    {
        background-color:#DCDADB;
    }
    .hightlighrow
    {
       
    }


#dhtmltooltip{
position: absolute;
left: -300px;
width: 300px;

padding: 2px;
/*background-color: #DCE0E3;*/
background-color: #8FA02D;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


#Channel
{
	background-color:#464646;
	color:White;
	width:100px;
	font-family:Arial;
	font-size:9pt;
	text-align:center;
}
#Program
{
	background-color:Black;
	color:White;
	border:1;
	width:750px;
	font-family:Arial;
	font-size:9pt;
	text-align:center;
}	

#Main
{
	border:1;
	width:850px;
}
#ChannelTd
{
	background-color:#464646;
	border-bottom-color:#8FA02D; 
	border-bottom-width:1px;
    border-bottom-style:solid;
}
#ProgramTd
{
	background-color:Black;
	border-bottom-color:#8FA02D; 
	border-bottom-width:1px;
    border-bottom-style:solid;
   
}	

#ProgramName
{
	border-right-color:#8FA02D; 
	border-right-width:1px;
    border-right-style:solid;
   
}	