﻿/* Impressao de Slips
-----------------------------------*/

.titImpressaoSlips { width:238px; height:27px; background:url(../_img/titImpressaoSlips.png) no-repeat; }

/* Seleciona tipo de Slip */

body.slips #conteudo a { font-size:11px; color:#555; text-decoration:none; }
body.slips #conteudo a:hover { color:#000; }

body.slips #conteudo dl { width:380px; margin:20px auto 20px auto; }

body.slips #conteudo dl dt { display:none; }

body.slips #conteudo dl .btnSlipParcela2via,
body.slips #conteudo dl .btnSlipLance,
body.slips #conteudo dl .btnSlipQuitacao
{
	width:350px;
	height:100%;
	display:block;
	padding:50px 0 0 40px;
	margin-bottom:15px;
	line-height:15px;
}

body.slips #conteudo dl .btnSlipParcela2via,
body.slips #conteudo dl .slip2via { background:url(../_img/btnSlipParcela2Via.png) no-repeat left top; }
	body.slips #conteudo dl .btnSlipParcela2via:hover { background:url(../_img/btnSlipParcela2ViaOver.png) no-repeat left top; }
	
body.slips #conteudo dl .btnSlipLance,
body.slips #conteudo dl .slipLance { background:url(../_img/btnSlipLance.png) no-repeat left top; }
	body.slips #conteudo dl .btnSlipLance:hover { background:url(../_img/btnSlipLanceOver.png) no-repeat left top; }
	
body.slips #conteudo dl .btnSlipQuitacao,
body.slips #conteudo dl .slipQuitacao { background:url(../_img/btnSlipQuitacao.png) no-repeat left top; }
	body.slips #conteudo dl .btnSlipQuitacao:hover { background:url(../_img/btnSlipQuitacaoOver.png) no-repeat left top; }
	
body.slips #conteudo ul { width:100%; margin:60px auto; text-align:center; }
body.slips #conteudo ul li.botoes { margin-top:30px; }

body.slips #conteudo .msg { width:100%; text-align:center; font-size:11px; padding:20px 0 60px 0; }

.modalBackground 
{
    background-color:Gray;        
    filter:alpha(opacity=70);        
    opacity:0.7;        
    height:100%;        
    position:fixed;        
    z-index:100;        
 }
 
 .modalPopup 
 {
    background-color:#ffffdd;        
    border-width:2px;        
    border-style:solid;        
    border-color:Gray;        
    padding:3px;        
    width:400px;        
    position:fixed;        
    z-index:100;		
    }
    
   
.modalPopup h3 { background: #dbdbdb; color: #666464; padding: 10px 15px; margin:0 0 5px 0; }
.modalPopup .btn-fechar { position: absolute; top: 10px; right:10px; outline:0; height:19px; text-decoration:none; }
    
/* .modalPopup ul {padding:20px 0 0 40px;}*/
   
.modalPopup h3 { background: #dbdbdb; color: #666464; padding: 10px 15px; margin:0 0 5px 0; }
.modalPopup .btn-fechar { position: absolute; top: 10px; right:10px; outline:0; height:19px; text-decoration:none; }
