/* Video Styles */

.VideoListView
{
    float: left;
    width: 49%;
    *width: 40%;
    min-height: 140px;
    _height: 140px;
}
.VideoListView a
{
    color: #00A;
    text-decoration: none;
}
.VideoListView a:hover
{
    text-decoration: underline;
}

.VideoThumbnailVertical
{
    display: block;
    width: 100px;
    height: auto;
}
.VideoThumbnailVertical .ImageWrapper
{
    width: 100px;
}
.VideoThumbnailWrapper
{
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-image: url('/design/images/bgThumb.gif');
}
.VideoThumbnail
{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.VideoThumbnail *
{
    display: inline;
    vertical-align: middle;
}
.VideoThumbnail .ImageWrapper *
{
    display: inline;
    vertical-align: center;
}
.VideoBorder
{
    border: 1px dotted #CCC;
    width: 100px;
}
.VideoListView .LeftPanel
{
    float: left;
    width: 110px;
}
.VideoListView .VideoIcons
{
    width: 100px;
    text-align: center;
    margin: 5px 0 0 0 ;
}
.VideoListView .RightPanel
{
    padding: 0 10px 0 0;
}
.VideoView
{

}
.VideoView .LeftPanel
{
    float: left;
    width: 370px;
}
.VideoView .RightPanel
{
    float: left;
    width: 400px;
}
.VideoView .VideoWrapper
{
    width: 360px;
    text-align: center;
    background-image: url('/design/images/bgThumb.gif');
}
.VideoView .Video, .VideoView .Video *
{
    display: inline;
    vertical-align: middle;
}
.VideoView .VideoButtons
{
   width: 360px;
}

.VideoView .VideoButtons div
{

    height: 22px;
    line-height: 22px;
    background-image: url('/digitalbridge/images/buttons/buttons.png');
    background-repeat: no-repeat;
    background-position: right;
    margin: 1px 1px 0 0;
}
.VideoView .VideoButtons span
{
    display: block;
    float: left;
    width: 5px;
    height: 22px;
    background-image: url('/digitalbridge/images/buttons/buttons.png');
    background-repeat: no-repeat;
    background-position: left;
    overflow: hidden;
}
.VideoView .VideoButtons img
{
    vertical-align: middle;
    margin: 0 0 0 5px;
}
.VideoView .VideoButtons a
{

}