﻿/* ShadowLayer.css */

.shadowLayer
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0.6;
    filter:alpha(opacity=60);
    background-color: #000000;
    z-Index:1000;
    width:100%;
    height:100%;
}

.popupLayer
{
    position:absolute;
    top:0px;
    left:0px;
    width:450px;
    display:none;
    z-Index:1001;
    border:none;
    background-color:#E4EFFF;
    text-align:left;
    vertical-align:top;
}

.popupLayerAccessVision
{
    position:absolute;
    top:0px;
    left:0px;
    width:450px;
    display:none;
    z-Index:1001;

    /*
    */
    border: 1px solid rgb(122, 122, 122);
    background-color:white;
    text-align:left;
    vertical-align:top;
	/*
    font-family:Lato,Arial,Tahoma,Helvetica,sans-serif; 
	font-size: 18px;
	font-weight: 100;
	font-style: normal;
    text-align:left;
    vertical-align:top;
	color: white;
    background: linear-gradient(90deg, #099, #036d83);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
	*/
}

.vista_close
{
	width:44px;
	background-image:url(../../Images/vista_close.jpg);
}

.vista_close:Hover
{
	cursor:pointer;
	background-image:url(../../Images/vista_closeo.jpg);
}

.divTitleboxAV
{
	font-family:Lato,Arial,Tahoma,Helvetica,sans-serif; 
    padding-left: 10px;
    padding-top: 10px;
	color: white;
	font-size: 18px;
	font-weight: 100;
	font-style: normal;
    height: 38px;
    background: linear-gradient(90deg, #099, #036d83);
    cursor: move;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
