.video-table {
    width: 100%;
    border-collapse: collapse;
}

.video-table td, th {
    text-align: left;
}

.video-table td {
    padding: 10px 5px 10px 5px;
    vertical-align: top;
    width: 110px;
}

.video-table th {
    padding: 5px 5px 5px 5px;
    background: #efefef;
    font-size: 12px;
    font-weight: normal;
}

.thumb .video-action {
    padding: 2px;
    background: #fafafa;
    margin-top: 3px;
}

.thumb .video-image {}

.thumb .video-details {}
.thumb .video-details .title {
    font-size: 1.0em;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 0.3em;
    color: #FFF;
}

a .thumb .video-details .title {
    text-transform: capitalize;
    font-size: small;
    line-height: 12px;
    text-align: left;
    color:#fff;
}

.thumb .video-details .date {
    color: #666;
    font-size:0.7em;
}

.event-details .date {
    color: #666;
    font-size:0.7em;
}


.details .video-details {}

.details .title {
    font-size: 1.0em; font-weight: bold; line-height: 1.4em;
}

.details .date {
    color: #666; font-size: 0.8em; font-weight: bold;
}

.details .description {}

.videoInfo {
    color: #666666;
}

.videoInfo .title {
    color: #315a9c;
}

.videoInfo .date {
    color: #cccccc;
}

.videoInfo .description {
    color: #333333;
}


#videos .videoDisplay {
    text-align: center;
    background: #fff;
    padding: 10px;
}
#videos .videoInfo>h4,
#videos .videoEmbedCode,
#videos #networkLogos {
    display: none;
}
#videos .videInfo .title {
    color: #ccc;
}

#videos .videoInfo .date {
    color: #ccc;
}

#videos .description {
    color: #666666;
}

#videos .thumbListingsWrapper {
    margin-top: 3px;
}

#videos .thumbListingsTitle {
    margin-bottom: 3px;
    margin-left: 5px;

}

#videos .videoThumbListings {
    background: transparent;
}

#videos .videoListPager {
    margin-top: 10px;
}


.videoShow .video_title {
    margin-left: 5px;
}

.videoShow .video_background {
    text-align: center;
    background: transparent;
    padding: 10px;
}
