﻿#videoClip
{
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
}
#videoClip .videoTitle
{
    background-color: #EFF0F4;
    background-image: url("Images/bg_title.gif");
    background-position: right;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    height: 25px;
    text-indent:10px;
    text-transform: uppercase;
    width: 100%;
    padding-top:10px;
}
#videoClip .videoList
{
    clear: both;
    height:300px;
    overflow:auto;
}
#videoClip .videoList .videoListTitle
{
    font-size:15px;
    font-weight:bold;
    color:#0A6EBA;
    padding:10px;
}
