﻿/* CSS to style the modal popup for videos */

#VideoWrapper
{
    background-image:url(/Images/template/VideoPanel.png);
    background-repeat:no-repeat;
    width:480px;
    height:420px;
}

#VideoWrapper #VideoClose
{
    height:30px;
    text-align:right;
    font-weight:bold;
    float:right;
    
}

#VideoWrapper #VideoClose a
{
    color:#1e1e1e;
    margin-right:15px;
    line-height:30px;
}

#VideoWrapper #VideoHeader
{
    height:30px;
    text-align:center;
    color:#1e1e1e;
    font-weight:bold;
    float:left;
    margin-left:15px;
    line-height:30px;
}

#VideoWrapper #VideoHeader h1
{
    font-size:13px;
    font-weight:bold;
    padding:0px;
    margin:0px;
    margin-left:15px;
    line-height:30px;
}

#VideoWrapper #Video
{
    text-align:center;
}