﻿#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 450px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 8px #669ACC;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;					
	padding:0;
	margin:0;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	/*background: #CCC url(images/title.png) top repeat-x;*/
	border: solid 1px #FFF;
	border-bottom: solid 1px #669ACC;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_title .btnfecha {float:right; padding:0.3em;}
#popup_title .btnfecha:hover {cursor:pointer;}
#popup_content {padding-top: 0.5em;margin: 0em;}
#popup_content table,#popup_content tbody{ border:0; width:100%;}
#popup_content td { padding-bottom:0.2em; vertical-align:middle;}
#tdImg{ width:48px !important;}
#tdMsg{ vertical-align:top !important;}
#popup_content img{	vertical-align:top; border:0px; }

#popup_content.info div.imgInfo{ float:left; background-image: url(images/info.png);background-size:48px 48px; background-position:center center; border:0; width: 48px; height: 48px;}
#popup_content.success div.imgSuccess{ float:left; background-image: url(images/success.png);background-size:48px 48px; background-position:center center; width: 48px; height: 48px;}
#popup_content.alert div.imgAlert{ float:left; background-image: url(images/warnig.png);background-size:48px 48px; background-position:center center; border:0; width: 48px; height: 48px;}
#popup_content.confirm div.imgConfirm{ float:left;	background-image: url(images/help.png);	background-size:48px 48px; background-position:center center; border:0; width: 48px; height: 48px;}
#popup_content.prompt div.imgPrompt { float:left; background-image: url(images/help.png);	background-size:48px 48px; background-position:center center; border:0; width: 48px; height: 48px;}
#popup_content.error div.imgError { float:left; background-image: url(images/error.png);	background-size:48px 48px; background-position:center center; border:0; width: 48px; height: 48px;}

#popup_message {margin-top:auto; margin-bottom:auto; width:100%;padding-left:5px;}
#popup_message p{padding:0.3em 0;}
#popup_panel {float:right; padding:1.5em 0.7em 0 0;}
#popup_prompt {	margin: .5em 0em;}
#link              { position: relative; text-align:right; padding:1.5em 0.7em 0 0; }
#mostrarDetalhes   { position:relative; width:100%; height:100%;}
#detalhesErro      { position:relative; 	                 
	                 font-size:0.9em;
	                 border: 1px solid #669ACC;
	                 background: #F3F3F3; 
	                 color:#1d5987; 
	                 overflow:auto;
	                 -moz-border-radius: 5px; 
	                 -webkit-border-radius: 5px; 
	                 border-radius: 5px; 	                
	                 padding:0.5em; 
	                 float: left;
					 max-width: 100%;
					 min-width: 200px;
					 margin:0 0.5em 0.5em 0.5em;
	               }
#detalhesErro strong,#popup_message strong{padding-bottom:1em;}	               
.styleLinkGridView { font-size:0.9em; color:#666 !important; font-weight:bold; cursor:pointer; width:100%;}	            
	            