	/*######################################################################
	'#  Função: Popup CSS
	'#  Criado: Gustavo - 1/08/2006
	'#  Ultima Atualizacao:
	'######################################################################*/

	#popupMask 
	{
		position: absolute;
		z-index: 200;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		opacity: .9;
		filter: alpha(opacity=90);
		background-color: #333333;
		background-image:url("IMG/MaskPopup.png");
		background-image:none;
		background-repeat: repeat;
		display:none;
	}
	
	#popupContainer 
	{
		position: absolute;
		z-index: 201;
		top: 0px;
		left: 0px;
		display:none;
		padding: 0px;		
	}
	
	#popupInner 
	{
		border: 0px solid #000000;
		background-color: transparent;
	}

	#popupFrame 
	{
		margin: 0px;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 202;
	}
	
	#popupTitleBar 
	{
		background-color: #929292;
		color: #ffffff;
		font-weight: bold;
		font-family:Arial;
		font-size:12px;
		height: 0px;
		padding: 0px;
		border-bottom: 0px solid #000000;
		position: relative;
		z-index: 203;
	}
	
	#popupTitle 
	{
		float:left;
		font-size: 12px;
	}
	
	#popupControls 
	{
		float: right;
		cursor: pointer;
		cursor: hand;
	}