﻿.PCJanelaPopup_Fundo 
{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background-color: black;
	filter: alpha(opacity=20);
	opacity: 0.2;	
	z-index:100;
	display:block; 
}

DIV.PCJanelaPopup 
{

	position:absolute; 
	display:block;  
    z-index:101;
    background-image: url(imagens/px.gif);
    
    
}

DIV.PCJanelaPopup DIV.BarraTitulo
{
	height: 20px; 	
	cursor:move; 
	display:none;
	text-align:left;
	

}

DIV.PCJanelaPopup DIV.BarraTitulo TABLE
{	
	width:100%;    
	height:100%;	
	
	border-collapse: collapse;		
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

DIV.PCJanelaPopup DIV.BarraTitulo TABLE TR
{
	
}


DIV.PCJanelaPopup DIV.BarraTitulo TABLE TR TD.CantoEsquerdo
{  
	width: 1%;	
	
	text-align: left;  	
	background-image: url(imagens/FIG_CantoEsquerdoTransp.gif);
	background-position: left top; 
	background-repeat: no-repeat; 					
}

DIV.PCJanelaPopup DIV.BarraTitulo TABLE TR TD.Centro
{  
	width: 98%;
	background-color: #3366CC;
	text-align: center;
	
	padding-top: 5px; 
	padding-bottom: 3px; 
	padding-left: 5px; 	
	padding-right: 5px; 	
}

DIV.PCJanelaPopup DIV.BarraTitulo TABLE TR TD.Centro SPAN.Titulo
{	  
	font-family: Tahoma,Arial,Helvetica,Verdana; 
	font-weight: bold; 
	font-size: 12px; 
	letter-spacing: 1pt;
	line-height:12px;			
	color: white;		
}

DIV.PCJanelaPopup DIV.BarraTitulo TABLE TR TD.CantoDireito
{
	width: 1%;	
		
	text-align: right;  	
	background-image: url(imagens/FIG_CantoDireitoTransp.gif);
	background-position:  right top;	
	background-repeat: no-repeat;
	padding-top: 1px; 
	padding-bottom: 0px; 
	padding-left: 0px; 	
	padding-right: 3px; 
}

DIV.PCJanelaPopup DIV.BarraTitulo TABLE TR TD.CantoDireito IMG
{ 	
	background-image: url(imagens/FIG_fecharJanela.png);
	width:17px;
	height:17px;
	border:0px; 
	cursor: pointer;
}


DIV.PCJanelaPopup DIV.Container
{
	background-color: White;
	width:auto;	
	display:block;
	height:100%;
	border-top: #3366CC 3px solid;
	border-bottom: #3366CC 3px solid;
	border-left: #3366CC 3px solid;
	border-right: #3366CC 3px solid;
	padding-top:0px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	overflow:hidden;
	
}

