.epg .shows {
overflow: hidden;
width: 5304px;
background-image: url("../img/epg/bg-tile-expired.gif");
background-color: #3b3b3b;
list-style: none;
height: 40px;
margin-bottom: 3px;
}

.epg .show,
.epg .show-expired,
.epg .showpadding,
.epg .noshow {
float: left;
overflow: hidden;
height: 40px;
border-left: solid 1px #3b3b3b;
/*margin: 0 0 0 1px;*/
padding: 2px 0 0 2px;
color: #ffffff;
font-size: 11px;
line-height: 17px;
background-repeat: repeat-x;
}

a#epg-show-link:active {text-decoration:none;color:#FFFFFF}
a#epg-show-link:link {text-decoration:none;color:#FFFFFF}
a#epg-show-link:visited {text-decoration:none;color:#FFFFFF}
a#epg-show-link:hover {text-decoration:none;color:#FFFFFF}

.epg .show {
background-image: url("../img/epg/bg-tile.gif");
background-color: #7e7e7e;
border-right: #7e7e7e solid 1px;
background-repeat: repeat-x;
}

.epg .show-expired, .epg .showpadding {
background-image: url("../img/epg/bg-tile-expired.gif");
background-color: #595959;
border-right: #595959 solid 1px;
background-repeat: repeat-x;
}

.epg .noshow {
background-image: url("../img/epg/bg-tile-noshow.gif");
background-color: #3b3b3b;
border-right: #3b3b3b solid 1px;
background-repeat: repeat-x;
}

.epg .show-icon {
vertical-align: middle;
margin: 0 0 0 0px;
}

.epg .show-iconposition {
float:right;
width: 18px;
height: 16px;
margin-right: 1px;
}

/* ----- TOOLTIP ----- */

#theToolTip{
position: absolute;
left: -300px;
width: 200px;
padding: 5px 5px 5px 5px;
background-color: #ace141;
filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
visibility: hidden;
z-index: 100;
text-align: left;
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 11px;
color: #262626;
margin-top:5px;
}

#ToolTipTextWrap {
font-weight: normal;
font-size: 11px;
color: #262626;
}

#theToolTip p, #theToolTip table, #theToolTip ul, #theToolTip dl {font-size: 11px}

#theToolTip caption {font-size: 11px}

#theToolTip p {line-height:1.4em;margin:5px 0;}
