﻿.modalBackground
{
    background-color: #333;
    filter: alpha(opacity=70); /* For use in IE */
    opacity: 0.7; /*  For use in mozilla, firefox, safari, opera */
}

.greyOutBackground
{
    background-color: #333;
    opacity: 0.7; /* Safari, Opera */
    -moz-opacity: 0.70; /* Firefox */
    filter: alpha(opacity:70); /* IE */
    z-index: 10;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top:0px;
    left:0px;
    
   
    
}

.modalPopup
{
    background-color: Transparent;
    background-image: url('../../images/pages/video/modalpopup/divbackground_320x240.gif');
    background-repeat: no-repeat;
    width: 352px;
    height: 372px;
    position: absolute;
    top:50%;
    left: 50%;
    padding-top:30px;
    line-height:10px;
    /*margin: 5px; */
    
}

.modalPopupForSlideShow
{
    background-color: Transparent;
    background-image: url('../../images/pages/species/modalpopup/background_630x480.gif');
    background-repeat: no-repeat;
    width: 630px;
    height: 480px;
    position: relative;
    top:50%;
    left: 50%;
    
}

.modalPopupNew
{
    background-color: Transparent;
    background-image: url('../../images/pages/video/modalpopup/divbackground.gif');
    background-repeat: no-repeat;
    width: 381px;
    height: 334px;
    position: fixed;
    
    
    padding-top:30px;
    z-index:20;
}