﻿#modalVideoContainerDiv
{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
    z-index:5000;
}
#modalVideoContainerDiv a{color: #127deb;text-decoration:none;font: normal 11px/25px "Trebuchet MS", Arial;}
#modalVideoContainerDiv a:hover{color: #fff;text-decoration:underline;}

#modalVideoContentDiv
{
    position:fixed;
    z-index:2;
    width:595px;
    margin-left:-295px;
    left: 50%; 
    margin-top:-237px;
    top:50%;
}

#modalVideoHeaderDiv
{
    position:fixed;   
    top:0px;
    left:0px;       
    height:25px;
    width:100%;
    background-color:#064a8e;
    z-index:3
}
#modalVideoHeaderDiv a
{
    color:#FFFFFF;
    text-decoration:none;
}

#modalVideoHeaderDiv a:hover
{
    color:#FFFFFF;
    text-decoration:underline;
}

#modalVideoContainerBgDiv
{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:#000;
    /* for IE */
    filter:alpha(opacity=90);
    /* CSS3 standard */
    opacity:0.9;
    z-index:1;
    /*position:relative;left:0px;top:0px;*/   
}

#modalVideoTable
{
    width:100%;height:100%;
}

