.titulo_popupfull {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: table;
	margin-left: 28px;
}

.titulo_popupfull p {
	*position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.titulo_popupfull span {
	display: block;
	*position: relative;
	top: -50%;
	margin: 1px;
	font-size: 140%;
	color: #666;
}

.bt_msg_alerta {
	float: left;
	position: relative;
	margin: 5px;	
}
.div_botoes_alerta {
	margin-top: 15px;
	text-align: center;
	height: 25px;
}

.msg_alert {
	padding: 15px;
}

.msg_alert p {
}

.msg_alert span {
	margin: 50px 15px 15px 15px;
}

.logo_banco_popupfull {
	background: url(img/btLogoAnimado22x22.png) top repeat-x;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 8999;
}

.linkFechar {
    text-align: right;
    float: right;
    right: 5px;
    position: relative;
    width: 10px;
    padding: 2px 3px 0px 3px;
    border: 3px solid #dddddd;
    font-weight: bolder;
    color: #999;
    font-size: 15px;
}
.linkExpandir {
    text-align: right;
    float: right;
    right: 10px;
    position: relative;
    width: 10px;
    padding: 0px 3px 2px 3px;
    border: 3px solid #dddddd;
    font-weight: bolder;
    color: #999;
    font-size: 15px;
}
.linkImprimir {
    text-align: center;
    float: right;
    right: 15px;
    position: relative;
    width: 15px;
    padding: 1px 1px 1px 1px;
    border: 3px solid #dddddd;
    font-weight: bolder;
    color: #999;
    font-size: 15px;
}

.imprimirDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left:auto;
    margin-right:auto;
	display: none;
	background-color: #fff;
	width:1080px;
	margin: 10px;
	-moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
	z-index: 9999;
}
.imprimirDiv_block {
    display: none;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #e1e1e1;
    z-index: 9998;
}
.imprimirDiv_block_inner{
    background: url(img/logo_bg.png) top repeat;
	 filter: alpha(opacity = 10); 
    -moz-opacity: 0.1; 
    opacity: 0.1;
    width: 100%;
    height: 100%; 
}

.imprimirDivFecharLink {
	
	text-align: right;
    float: right;
    margin-top:5px;
    right: 5px;
    position: relative;
    width: 10px;
    padding: 2px 3px 0px 3px;
    border: 3px solid #dddddd;
    font-weight: bolder;
    color: #999;
    font-size: 15px;

}

.imprimirDivFechar {
    text-align: right;
    margin-bottom: 10px;
    width: 100%;;
    height: 30px;
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
 	text-align: left;
 	float: left;
 	position: relative;
    
}

a.botaoImprimir {
	float: right;
}
.imprimirBarraOpcoes {
	float: right;
	width: 100%;
}

@media print {
	
	* {
		-moz-box-shadow:none !important;
	    -webkit-box-shadow:none !important;
	    -webkit-border-radius:none !important;
	    -moz-border-radius:none !important;
	}
	 
	 .imprimirDiv {
	 	width: 100%;
	 }
	 
	body {
		width: 100%;
		margin: 5px 5px 5px 5px;  
		float: none;
	}
	.no-print { 
		display:none; 
	}
}

/**

	Css das janelas popup

*/

.popupfull_conteudo{
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 300px;
    min-height: 100px;
     padding: 5px; 
    position: relative;
}
.popupfull_block {
    display: none;
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #999;
    filter: alpha(opacity = 40); /* IE */
    -moz-opacity: 0.4; /* Mozilla */
    opacity: 0.4; /* CSS3 */
    z-index: 8999;
}

.popupfull_fechar {
    text-align: right;
    width: 100%;;
    height: 30px;
    background-color: #fafafa;
    border-bottom: 1px solid #fafafa;
    position: absolute;
    top:0px;
    left:0px;
 	text-align: left;
    
}

.popupfull_fechar_spacer {
	height: 35px;
}

.popupfull_fechar_left {
    text-align: left;
    float: left;
    width: 100%;
    padding-left: 5px;
    color: #333;
    size: 110%;
}
.popupfull_fechar_right {
	float: right;
	position: absolute;
	top: 5px;
	right: 0px;
}
.popupfull_fechar a {
    font-weight: bolder;
    color: #999;
    font-size: 15px;
}
.popupfull_fechar a:hover {
    font-weight: bolder;
    color: #999;
    font-size: 15px;
}

.popupfull_panel {
    overflow: hidden;
    display: none;
    vertical-align: top;
    float: left;
    position: fixed;
    top: 0px;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px 2px #888;
    -webkit-box-shadow: 0 0 5px 2px #888;
    box-shadow: 0 0 5px 2px #888;
    z-index: 9000;
}

/**

	Css das janelas internas

*/
.titulo_divfull {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 30px;
	display: table;
	font-weight: bolder;
	font-size: 125%;
	color: #333;
	text-align: left;
}

.titulo_divfull p {
	*position: absolute;
	top: 50%;
	display: table-cell;
	vertical-align: middle;
}

.titulo_divfull span {
	display: block;
	*position: relative;
	top: -50%;
	margin: 1px;
}

.divfull_conteudo{
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 300px;
    min-height: 100px;
    background-color: #fff;
    -moz-box-shadow:    inset 0 0 10px #e1e1e1;
   -webkit-box-shadow: inset 0 0 10px #e1e1e1;
   box-shadow:         inset 0 0 10px #e1e1e1;
   padding: 15px 15px 15px 5px;
}

.divfull_fechar {
    text-align: right;
    width: 100%;;
    height: 28px;
    border-bottom: 1px solid #fafafa;
    position: relative;
}

.divfull_fechar_left {
    text-align: left;
    float: left;
    position: relative;
    width: 100%;
    padding-left: 5px;
    color: yellow;
}
.divfull_fechar_right {
    text-align: right;
    float: right;
    right: 0px;
    position: absolute;
    width: 10px;
    padding: 0px 3px 0px 3px;
    border: 3px solid #dddddd;
}
.divfull_fechar a {
	font-weight: bolder;
    color: #999;
    font-size: 15px;
}
.divfull_fechar a:hover {
	font-weight: bolder;
    color: #999;
    font-size: 15px;
}

.divfull_panel {
    overflow: hidden;
    display: none;
    vertical-align: top;
   	background-color: #fafafa; 
	border: 1px solid #efefef; 
	padding: 5px;
    z-index: 1001;
}