/**************************************************************************************
**                                                                                   **
** @autor: Narmer Abouhassan                                                         **
** @brief: Formatação das caixas de pop-up                                           **
** @data: 10/05/2012                                                                 **
**                                                                                   **
***************************************************************************************/

.siop_mensagem_tela{
    width: 100%;
    text-align: left;
    line-height: 14px;
}

.siop_mensagem_mask_01,
.siop_mensagem_mask_02,
.siop_mensagem_mask_03,
.siop_mensagem_mask_04 {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 9000;
      background-color: #C8D5DB;
      display: none;
      cursor: pointer;
}

.siop_mensagem_boxes .siop_mensagem_window {
    position: absolute;
    left: 0;
    top:0;
    width: 780px; 
    height: 480px;
    display: none;
    z-index: 9999;
    padding: 20px;
}

.siop_mensagem_boxes a{
    text-decoration: none;
    border: none;
}

.siop_mensagem_boxes #siop_mensagem_confirma{
    width: 400px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 125px;
}

.siop_mensagem_boxes #siop_mensagem_detalha{
    width: 1000px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 125px;
}

.siop_mensagem_titulo_confirma,
.siop_mensagem_titulo_detalha,
.siop_mensagem_titulo_novo_anexo
 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
    clear: both;
    margin-top: -1px;
    color: #FFF;
    height: 20px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #255892;
}

.siop_mensagem_titulo_confirma{
	width: 387px;
}

.siop_mensagem_titulo_detalha {
	width: 987px;
}

.siop_mensagem_titulo_confirma p,
.siop_mensagem_titulo_detalha p,
.siop_mensagem_titulo_novo_anexo p{
    margin-top: 0.2em;
}

.siop_mensagem_conteudo{
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

.siop_mensagem_conteudo_botoes{
	text-align: right;
	padding-top: 2em;
}

.siop_mensagem_fechar{
    margin-top: -13px;
    margin-right: 4px;
    display: block;
    text-align: right;
    float: right;
}

.siop_mensagem_fechar a{
    border: none;
}	

.siop_mensagem_fechar_link{
	display: none;
}

.siop_mensagem_fechar_img{
	width: 16px;
	height: 16px;
	background-image:url(../_imagens/icones/icon_popup_fechar_16x16.png);
	background-position: center center;
	background-repeat: no-repeat;	
}

/* INÍCIO: Hack criado para o botão copiar em pleitos */
a.botao_pleitos_hack_copiar .botao_pleitos_hack_copiar_link,
a.botao_pleitos_hack_excluir .botao_pleitos_hack_excluir_link,
a.botao_pleitos_hack_novo_link .botao_pleitos_hack_novo_link_link,
a.botao_pleitos_hack_novo_anexo .botao_pleitos_hack_novo_anexo_link{
	color: #FFF;
}

a.botao_pleitos_hack_copiar{
	padding: 0.5em 0.8em 0.5em 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	margin-left: -0.3em;
	min-width: 70px;
	background-image: url(../_imagens/botoes/fundo_btn_off.png);
	background-position: center;
	background-repeat: repeat-x;
	border-left: 1px solid #1B3654;
	border-right: 1px solid #1B3654;
	border-top: 1px solid #1B3654;
	border-bottom: 1px solid #1B3654;
	color: #FFF;
	text-decoration: none;
}

a.botao_pleitos_hack_excluir{
	background-image: url(../_imagens/botoes/fundo_btn_off.png);
	background-position: center;
	background-repeat: repeat-x;
	border-left: 1px solid #1B3654;
	border-right: 1px solid #1B3654;
	border-top: 1px solid #1B3654;
	border-bottom: 1px solid #1B3654;
	padding: 0.5em 0.8em 0.5em 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin-left: -0.2em;
	margin-right: -0.2em;
	min-width: 70px;
	text-decoration: none;
}

a.botao_pleitos_hack_novo_link,
a.botao_pleitos_hack_novo_anexo
{
	padding: 0.5em 0.8em 0.5em 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	min-width: 70px;
	background-image: url(../_imagens/botoes/fundo_btn_off.png);
	background-position: center;
	background-repeat: repeat-x;
	border-left: 1px solid #1B3654;
	border-right: 1px solid #1B3654;
	border-top: 1px solid #1B3654;
	border-bottom: 1px solid #1B3654;
	color: #FFF;
	text-decoration: none;
	margin-top: 1em;
}

.siop_conteudo_formulario_botoes_hack{
	padding-top: 1em;
	padding-bottom: 1em;
}

a:hover.botao_pleitos_hack_copiar,
a:hover.botao_pleitos_hack_excluir,
a:hover.botao_pleitos_hack_novo_link,
a:hover.botao_pleitos_hack_novo_anexo
{
	background-image: url(../_imagens/botoes/fundo_btn_on.png);
	background-position: center;
	background-repeat: repeat-x;
	color: #CCC;
	cursor: pointer;
}

.siop_mensagem_boxes #siop_mensagem_copia{
    width: 400px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 172px;
}

.siop_mensagem_boxes #siop_mensagem_excluir{
    width: 400px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 125px;
}

.siop_mensagem_boxes #siop_mensagem_novo_link{
    width: 400px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 175px;
}

.siop_mensagem_boxes #siop_mensagem_novo_evento{
    width: 420px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 250px;
}

.siop_mensagem_titulo_novo_anexo{
	width: 407px;
}

.siop_mensagem_boxes #siop_mensagem_novo_anexo{
    width: 420px; 
    padding: 0px;
    background-color: #ffffff;
    border: 1px solid #CCC;
	height: 175px;
}

/* FIM: Hack criado para o botão copiar em pleitos */