
.VideoShowControl {
    width: 100% !important;
    border: 1px solid #BABABB;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}
.VideoShowControl .VideoWrap {
}
.VideoShowControl .VideoWrap .Video {
    height: 210px;
    width: 100%;
}
.VideoShowControl .SubContainer {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
    text-align: right;
}
.VideoShowControl .SubContainer .Number {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.VideoShowControl .SubContainer .Number .VideoInfo {
    color: #222222;
    display: inline-block;
    font: bold 10pt arial;
    padding: 5px 0 0;
}
.VideoShowControl .VideoHeader {
    /* background: url(images/logo.png) no-repeat scroll 5px center, #002664; */
    background: #002664;
    height: 32px;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* border-bottom: 2px solid #FF8000; */
}
.VideoShowControl .VideoHeader span {
    color: #fff;
    font: bold 13px/32px arial;
    /* padding-left: 32px; */
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.VideoShowControl .BottomTitle {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dashed #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    font: bold 13px arial;
}
.VideoShowControl .BottomTitle > span {
    display: inline-block;
    padding: 5px;
}
.VideoShowControl .TopTitle span{
     font: bold 13px/24px arial;
}
