﻿#tune-in-container .two-column {
    padding: 25px 0px;
    clear: both;
}
#tune-in-container .leftcol {
    width: 650px;
    margin-right: 20px;
}
#tune-in-container .rightcol {
    width: 270px;
}
#tune-in-container .video-container {
    border: 5px solid #ffffff;
}
#tune-in-container #tv-guide {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 25px;
}
#tv-guide h3.Title {
    display: block;
    height: 20px;
    background-image: url(../images/tv-guide-header.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#tv-guide #guide-container {
    margin: 20px 0px 0px; 
}
#tv-guide #Scroller {
    height: 275px;
}
#tv-guide ul#listings {
    padding-right: 18px;       
}
ul#listings li.Item {
    border-top: 1px dotted #000000;
    padding: 10px;
    overflow: hidden;
    background-color: #ffffff;
    color: #000000;
    display: block;
}
ul#listings li.selected {
    border-top: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
}
ul#listings li.last {
    border-bottom: 1px dotted #000000;
}
ul#listings li.after {
    border-top: none;
}
ul#listings li .Listing {
    display: block;
}
ul#listings li a.ShowInfo {
    display: block;
    float: left;
    width: 380px;
    font-family: "Times New Roman", Times, Serif;
    font-size: 11px; 
    cursor: pointer;   
}
ul#listings li .Description {
    float: left;
    width: 265px;
    text-transform: uppercase;
}
    ul#listings li.selected .Description {
        color: #f9d40d;
    }
ul#listings li .Title,
ul#listings li .Date {
    display: block;
}
ul#listings li .Title {
    font-weight: bold;
    font-size: 12px;
}
    ul#listings li.selected .Title {
        color: #ffffff;
    }
ul#listings li .Time {
    float: left;
    display: block;
    width: 90px;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    line-height: 30px;
}
    ul#listings li.selected .Time {
        color: #f9d40d;
    }
ul#listings li .RecordInfo {
    float: right;
    width: 150px;
    line-height: 30px;
}
.RecordInfo .Record {
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    color: #8a8a8a;
    text-transform: uppercase;
    margin-right: 15px;
    float: left;
}
.RecordInfo .iQ,
.RecordInfo .MyStar {
    display: block;
    height: 30px;
    background-image: url(../images/tv-guide-record-logos.gif);  
    background-repeat: no-repeat;  
    float: left;
}
.RecordInfo .iQ {
    width: 22px;
    background-position: -10px -7px;
}
.RecordInfo .MyStar {
    width: 47px;
    background-position: -10px -42px;
}
    li.selected .RecordInfo .iQ {
        background-position: -10px -87px;
    }
    li.selected .RecordInfo .MyStar {
        background-position: -10px -122px;
    }
.RecordInfo .seperator {
    font-family: Arial, Sans-Serif;
    color: #8a8a8a;
    font-size: 16px;
    float: left;
    margin: 0px 8px;
}
#the-adventures {
    margin-top: 25px;
}
#the-adventures h3.Title {
    display: block;
    height: 21px;
    background-image: url(../images/adventures-heading.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 11px;
}
#the-adventures #adventure-list li.Item {
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 3px solid #ffffff;
    text-transform: uppercase;
}
#the-adventures #adventure-list li.Item a {
    display: block;
    cursor: pointer;
}
#adventure-list li.Item .Location {
    display: block;
    font-weight: bold;
    font-family: "Avant Garde", "Century Gothic", Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 3px;
}
#adventure-list li.Item .Presenter,
#adventure-list li.Item .Date {
    display: block;
    font-family: "Times New Roman", Times, Serif;
    font-size: 11px;
}

#tv-guide .jScrollArrowUp,
#tv-guide .jScrollArrowDown,
#tv-guide .jScrollPaneTrack {
    border: 1px solid #000000;
}

#tv-guide .jScrollPaneDrag {
    border-top: 1px solid #000000;
}

