@charset "utf-8";
 CSS Document 

.modal {
	position:absolute;
	background-color:#DDD;
	border:solid 1px;
	border-color:#CCC #666 #666 #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	z-index:10;	
}
.modal div.intern{
	margin:5px;
	background:#F0F1F2;
	border:solid 1px #CCC;
}
.modal div.header{
	position:relative;
	padding:5px;	
	height:20px;
	font-size:13px;
	font-weight:bold;
	background:url(../imagens/modal-header-bg.gif) repeat-x;
	border-bottom:solid 1px #CCC;
	cursor:move;
}
.modal a.close{
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	top:4px;
	right:5px;

	border:solid 1px #CCC;
	background:url(../imagens/buttons/btn-bg.gif) repeat-x;

	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
.modal div.container{
	margin:5px;
}
.modal input{
	border:solid 1px #CCC;
	height:18px;
}

.modal input[type="button"]{
	border-color:#CCC;
	font-size:13px;
	font-weight:bold;
	height:25px;
	background:url(../imagens/buttons/btn-bg.gif) repeat-x;
	cursor:pointer;
}

  .fd_f0f1f2 {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    background:#F0F1F2 none repeat scroll 0 0;
  }

/*  CSS da modal de remocao forcada*/
  
  fieldset#tipoRemocao {
    padding : 0;
    height : 80px;
    width : 180px;
  }

  fieldset#tipoRemocao legend {
    color : #000;
    float : left;
    display : block;
    height : 20px;
    padding : 4px 6px;
    *padding : 0;
    font-weight : bold;
    width : 120px;
    text-align : center; 
  }

  fieldset#tipoRemocao img {
    margin-right : 10px;
    float : right;
  }

  fieldset#tipoRemocao label {
    margin : 0;
    padding : 0 10px 0 0;
    height : 20px;
    border : 0;
    float : left; 
    display : block;
  }
  fieldset#tipoRemocao label span {
    float : left;
    display : block;
    margin : 4px;

  }

  fieldset#tipoRemocao label input{
    height : 13px;
    margin : 0 0 0 10px;
    margin-top : 5px;
    padding : 0px;
    border : 0;
    float : left;
  }

.newModal{
   position : absolute;
   z-index: 1000;
   padding : 3px;
   left : 0;
   top : 0;
   background:#dddddd;
}

.newModal #modalHeader, .newModal #modalBody, .newModal #modalFooter {
   background : #F0F1F2;
   clear : both;
}

.newModal #modalHeader {
   height : 25px;
   position : relative;
   width : 100%;
   font-weight : bold;
   background:url(../imagens/modal-header-bg.gif) repeat-x;
   cursor : pointer;
}

.newModal #modalHeader #modalClose{
   float : right;
   padding : 3px;
}

.newModal #modalHeader #modalTitle{
   float : left;
   padding : 3px;
}

.newModal #modalBody {
   padding :8px;
}

.newModal #modalFooter {
   text-align : center;
   padding : 5px;
}

.newModal #modalFooter input.btn_76x18 {
   display : inline-block;
}

div#opcoesConfirmacao input#yes, div#opcoesConfirmacao input#no{
    display : inline-block;
    margin-right : 20px;
}

#contaUnica label {
   clear : both;
   display : block;
   margin-bottom : 10px;
}

/*layer que inibe o acesso as informações do painel enquanto a modal estiver aberta*/
.layerModal {
   position : absolute;
   z-index : 11;
   top : 0;
   left : 0;
   width : 100%;
   height : 100%;
   background : #ccc;
   -moz-opacity:0.4;
   opacity:0.4;
   filter:alpha(opacity=40);
}

/**
   Modais de Mensagens
*/

#divMensagem {
   width : 100%;
   position : relative;
   clear : both;
}

#messageModal {
   width : 250px;
}

.modalMensagemWidth {
   width : 320px;
   margin-bottom : 5px;
}

#iconModal, #messageModal{
   display : inline-block;
   /*float : left;*/
   margin : 5px 0 10px 10px;
}

div#opcoesConfirmacao {
   text-align : center;
   clear : both;
   margin : 5px;
}

div#politicaSenha {
   width : 100%;
}