/***	LOGIN	***/
/*.login_main { background-image: url("../../includes/images/layout_saude_siai.png"); background-repeat: no-repeat; position: absolute; width: 800px; height: 500px; font-size: 12px; top: 50%; margin-top: -250px; left: 50%; margin-left: -400px; border: none; }*/
.login_content { width: 400px; height: 125px; position: relative; margin: 5px 0px 0px 30px; font-family: BradescoSans-Regular; font-size: 12px;}
.table_login { width: 100%; }
.table_login tr { height: 25px; }
.table_login td { border: 0; padding: 0; }
.table_login td input { border: 1px solid #737373; }
.display_message_login { height: 75px; width: 400px; margin: 175px 0px 0px 30px; }
/***	LOGIN	***/

/***	HEADER	***/
.header { width: 100%; height: 60px; background: #cf2032; margin: 0; padding: 0; }
.logotipo_bradesco_seguros { float : left; width: 60px; }
.logotipo_bradesco_seguros img { height: 45px; }
.logotipo_projeto_saude_principal { float: right; width:255px; height: 59px; }
.logotipo_projeto_saude { height: 45px; }
.logotipo_projeto_saude img { height: 40px; width: 225px; }
.versao_projeto { width: 40px; height: 10px; color: white; font-size: 1.2em; }

/***	HEADER	***/

.content{ left: 50%; margin: 50px 0 0 -480px; padding-bottom: 100px; position: relative; width: 960px; }
.load_carregar {
	width: 100%;
    height: 100%;
	position: fixed;
    background-color: gray;
 	/* for IE */
 	filter: alpha(opacity=80);
 	/* css standard */
	opacity: 0.8;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    z-index: 1200;
}
.load_carregar img {
 	background: transparent;
	width: 70px;
	z-index: 1201;
	position: absolute;
	top: 45%;
	left: 45%;
}

.load_carregar_com_msg {
	width: 100%;
    height: 100%;
	position: fixed;
    background-color: gray;
 	/* for IE */
 	filter: alpha(opacity=80);
 	/* css standard */
	opacity: 0.8;
    text-align: center;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    z-index: 1200;
}

/***	BOTOES		***/
.botao{
	width: 120px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}

.botao span{
	float: left;
	margin-right: .3em;
}

.botao div{
	margin-top: .3em;
}

/***	BOTOES		***/

/********* TABELA RESULTADO *********/
#tabela_resultado {
	border: 1px solid #666666;
	width: 100%;
}

.tabela_resultado {
	border: 1px solid #666666;
}

#tabela_resultado th {
	/*definicao  da cor mais escura do topo da tabela interna*/
	font-weight: bold;
	color: #737373;
	background-color: #D6D6D6;
	padding: 3px;
	text-align: center;
}

.tabela_resultado th {
	/*definicao  da cor mais escura do topo da tabela interna*/
	font-weight: bold;
	color: #737373;
	background-color: #D6D6D6;
	padding: 3px;
	text-align: center;
}

#tabela_resultado tr {
	height: 25px;
	padding: 3px;
	background-color: #E4E4E4;
}

.#tabela_resultado tr.off { /*cores alternadas das linhas da tabela*/
	padding: 3px;
	background-color: #dcdedd;
	/*cinza m�dio - para alternar as linhas da tabela*/
}

.tabela_resultado tr.off { /*cores alternadas das linhas da tabela*/
	padding: 3px;
	background-color: #dcdedd;
	/*cinza m�dio - para alternar as linhas da tabela*/
}

#tabela_resultado tr:hover {
	background-color: #cf2032 !important;
	color: #FFFFFF;
	cursor: pointer;
}

.tabela_resultado tr {
	height: 25px;
	padding: 3px;
/*	background-color: #E4E4E4;	*/
}

.tabela_resultado tr:hover {
	background-color: #cf2032 !important;
	color: #FFFFFF;
	cursor: pointer;
}

.tabela_resultado td {
	padding: 2px;
}

#tabela_resultado td {
	padding: 2px;
}

/********** TABELA RESULTADO **********/

.odd{
/*	background-color: #D6D6D6 !important;	*/
	background-color: #DCDEDD !important;
}

.even{
	background-color: #ECECEC !important;
}

/***	MESSAGES	***/
.display_message, .diplay_message_fancy{
	height: auto;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.message_error{
	background: repeat-x scroll 50% 50% #FEF1EC;
   	border: 1px solid #CD0A0A;
  	color: #CD0A0A;
}

.message_success{
	background: repeat-x scroll 50% 50% #DEFFDE;
   	border: 1px solid #7ACCA3;
  	color: #CD0A0A;
}

.message_warn{
	background: repeat-x scroll 50% 50% #FFFFCC;
   	border: 1px solid #E6E65C;
  	color: #CD0A0A;
}

.close_modal{
	text-align: left;
	text-decoration:none;
}

.obrigatorio_erro{
/*	border-color: #cf2032;	*/
	background: repeat-x scroll 50% 50% #FEF1EC !important;
    border: 1px solid #CD0A0A !important;
}

input{
	font-family: BradescoSans-Regular;
}
