/* INFOCLIPPING - SCI*/


/*************************************************************************************
**************************** DEFINIÇÕES GERAIS DO DOCUMENTO **************************
*************************************************************************************/
body {
	margin: 0px;
	font: normal 10px verdana, arial;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

acronym, abbr
{ 
    cursor:help;
/*    border-bottom: 1px dashed #FFCC00;*/
}

button{
	cursor: pointer;
	border: 1px outset #666666;
	background-color: #eeeeee;
	font: normal 10px arial,verdana;
	line-height: 11px;
	height: 17px;
}

fieldset{
	padding:12px;
}

form{
	margin:0px;
	font-size:11px;
}

h1{
	font: bold 15px verdana, arial;
	text-align: center;
}

img{
	border: 0px;
	margin:0px;
	padding:0px;
}

input, textarea, select{
	border: 1px solid gray;
	font: normal 10px arial;
}

label{
	text-align: right;
}

p{
	margin: 0px;
	padding: 0px;
}

table{
	border: 0px;
	font: normal 10px verdana, arial;
}

li{
	margin-top:3px;
}


/*
//////////////////////////////////////////////////////////////////////////////
**************************** ELEMENTOS DA PÁGINA ****************************/
#pagina{
	min-width: 610px;
}

#limitador{
	width: 610px;
	height: 1px;
	font-size: 1px;
}

#cabecalho_info{
	clear: both;
}

#cabecalho_info h1.logo_info{
	background: url(img/logo_empresa/logo_info.gif) no-repeat;
	height: 92px; 
	width: 317px;
	float: left;
}

#cabecalho_info h1.logo_info span{
	display: none; 
}

#cabecalho_info h3.titulo_site_info{
	padding:0px;
	margin: 0px;
	width: 750px;
	height: 41px;
	float: left;
	text-align: center;
	padding-right: 12px;
	font-size:18px;
	font-weight:400;
}

#cabecalho_cliente{
	clear: both;
}

#cabecalho_cliente h1.logo_info{
	background: url(img/logo_empresa/logo_info.gif) no-repeat;
	height: 92px; 
	width: 317px;
	float: right;
}

#cabecalho_cliente h1.logo_info span{
	display: none; 
}

#cabecalho_cliente h1.logo_cliente{
	height: 92px; 
	width: 280px;
	float: left;
	font-size:18px;
	font-weight:400;
	text-align: center;
}

#cabecalho_cliente h3.titulo_site_info{
	clear: right;
	width: 280px;
	float: right;
	text-align: right;
	padding-right: 12px;
	font-size:15px;
	font-weight:400;
}

#menu_principal{
	padding: 3px;
	padding-bottom: 10px;
	border-top: 1px solid #acacac;
	/*border-bottom: 1px solid #acacac;*/
	clear: both;
}

#menu_principal .item_menu{
	color:#acacac;
	font-size:12px;
	font-weight:700;
}

#menu_principal .link_sair{
	float: right;
}

#conteudo{
	clear: both;
}

#conteudo div.caminho_secao_{
	padding:0px;
	margin: 0px;	
	position: absolute;
	top: 45px;
	width: 100%;
}

#conteudo div.caminho_secao_cliente{
	padding:0px;
	margin: 0px;	
	position: absolute;
	top: 113px;
	width: 100%;
}

/****************************************************************************
*								  LOGIN										*
****************************************************************************/
table.table_login{
	margin-left: 37%;
	margin-top: 30px;
}

/****************************************************************************
*								  CALENDÁRIO    							*
****************************************************************************/
#calendario{
	width: 200px;
	text-align:center;
	border: 1px solid gray;
}

#calendario p{
	padding:0px;
	margin:0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#calendario table{
	width: 100%;
	text-align:center;
}

#calendario table.cal_topo{
	font: bold 13px verdana, arial;
	color: white;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #006699;
	border-bottom: 1px solid gray;
}

#calendario table.cal_topo a{
	color: #FFCC00; 
}

#calendario table.cal_topo a:hover{
	color: #FFCC00; 
}

#calendario td.cal_cabecalho_agenda{
	font: bold 11px verdana, arial;
	color: #4A4A4A;
	border-left: 1px solid #D8D8D8;
}

#calendario td.cal_dias{
	width: 14.5%;
	border: 1px solid #6699CC;
}

#calendario td.cal_dias a{
	color: #006699;
}

#calendario td.cal_dias a:hover{
	color: #000066;
}

/****************************************************************************
*								  BOTÕES									*
****************************************************************************/
p.botoes_right{
	text-align: right;
}

button.bt_ordenar_asc{
	background-image: url(img/img_asc_.gif);
	background-repeat: no-repeat;
	background-position: center;
}

button.bt_ordenar_desc{
	background-image: url(img/img_desc_.gif);
	background-repeat: no-repeat;
	background-position: center;
}

button.bt_enviar{
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

button.bt_acao{
	margin-left: 2px;
	margin-right: 2px;	
}

/*
//////////////////////////////////////////////////////////////////////////////
************************* ELEMENTOS DE USO GERAL ****************************/

.sem_borda{
	border: 0px;
}

.alinha_label{
	text-align: right;
}

.texto_data{
	font-size: 12px;
	line-height: 20px;
}

.texto_data_cliente{
	font-size: 12px;
}

.texto_view_noticia{
	font: normal 14px verdana,arial;
	padding: 12px;
	text-align: left;
}

.destaque1{
	font: bold 11px verdana, arial;
}

.destaque2{
	font: italic 11px verdana, arial;
}

.destaque3{
	font: normal 11px verdana, arial;
	color: red;
}

.destaque_dia{
	background-color: #CCCC99;
}

/*
.table_viewnoticia{
	border:  1px solid gray;
	min-width: 550px;	 
}
*/

.tabelainfo{
/*	border: 2px outset #eeeeee; */
	border: 0px;
	width: 100%;
}

.tabelainfo td{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.linhaheader{
	background-color: #666666;
	color: #ffffff;
	font: bold 11px verdana,arial;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}

.linhaheader td{
	border-bottom: 3px solid #ffffff; 
}

.linhadest1{
	background-color: #cccccc;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.linhadest2{
	background-color: #f0f0f0;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.img_P{
	float: left;
	width: 100px;
}

.img_G{
	clear: both;
	width: 100%;
	text-align: center;
}

.elementos_busca{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

.field_busca{
	margin-bottom: 5px;
	background-color: #DCDCDC;
}


