.shadow{
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
}
.trDate 
{
    background-image:url(images/V3/epg_top.png);
    background-repeat:repeat-x;
    background-position:bottom;
}
.tdDate 
{
    font-family:Arial;
    width:60px;
    text-align:center;
    vertical-align:top; 
    color:#af60a2;
    background-image:url(images/V3/epg_top.png);
    background-repeat:repeat-x;
    background-position:bottom;
}
.tdDate_selected 
{
    cursor:default;
    background:url(images/V3/epg_selected_date_arrow.png) no-repeat center bottom;
    color:#434343;
}
.tdDate_selected div
{
    background-color:#EFEFEF;
    height:64px;
    background-image:url(images/V3/epg_selected_date_arrow.png);
    background-repeat: no-repeat;
    background-position:20px 64px;
}
.divHour 
{
    height:15px;
    width:<%=hourBlockWidth%>px;
    float:left;
    color:#A0A0A0;
    font-size:11px;
    cursor:default;
}
.imgIcon 
{
    cursor:pointer;
    vertical-align:middle;
    width:10px;
    height:15px;
}
#divChannelsBtn
{
    padding: 0px 3px 0px 3px;
    width:60px;
    font-size:11px;
    cursor:pointer;
}
.divChannelsBtn_regular
{
    color:#5291BE;
    background-color:transparent;
}
.divChannelsBtn_selected
{
    color:White;
    background-color:#F49719;
}
.divChIcon 
{
     width:145px;
     height:30px;
     margin:1px;
     cursor:pointer;
     float:left;
     font-size:11px;
     font-family: Arial, Helvetica, sans-serif;
     color:#393939;
     border:1px solid transparent;
}
.divChannel 
{
    width:76px;
    height:40px;
    margin:0;
    border-bottom:1px solid #BFBFBF;
    border-right:1px solid #BFBFBF;
    cursor:pointer;
    font-size:10px;
    line-height: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color:#393939;
}
.divChannel_selected
{
    background-color:#EDEDED;
}
.divChannel img
{
    width:30px;
    height:30px;
    vertical-align:top;
    margin-right:2px;
    float:left;
}
.divChannel div
{
    float:right;
    width:38px;
    padding-top:3px;
}
.divChannel a
{
    text-decoration:none;
    color:#393939;
}
.divChannel a:hover
{
    text-decoration:underline;
}
.divEp 
{
    float:left;
    height:40px;
    border-right:1px solid #BFBFBF;
    border-left:1px solid transparent;
    font-size:11px;
    cursor:pointer;
    overflow:hidden;
}
.divEp_selected 
{
    background-color:#EDEDED;
}
.divEp_small 
{
    background-image:url(images/TVGuide_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}
.divEp_chomp 
{
    background:url(images/TVGuideNote.gif) top right no-repeat;
}
.SiteParaHead a 
{
    color:#F17E0C;
    text-decoration:none;
}
.SiteParaHead a:hover
{
    color:#F17E0C;
    text-decoration:underline;
}
