/* ---- Fideliter CSS 04/10/2005 ---- */
body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 150%;
	color: #333333;
	background-color: #003399;
	background-image: url(../images/bg_index.gif);
	background-repeat: repeat-x;
	margin:0px;
	SCROLLBAR-FACE-COLOR: #dedede;
    SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
    SCROLLBAR-SHADOW-COLOR: #ffffff;
    SCROLLBAR-3DLIGHT-COLOR: #ffffff;
    SCROLLBAR-ARROW-COLOR: #000000;
    SCROLLBAR-TRACK-COLOR: #ffffff;
    /*SCROLLBAR-DARKSHADOW-COLOR: #ffffff;*/
    SCROLLBAR-BASE-COLOR: #ffffff;
}

.linksGerais a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

.linksGerais a:hover {
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}

.linksGeraisFino a {
	font-size:10px;
	text-decoration:none;
	color:#333;
	
}

.linksGeraisFino a:hover {
	text-decoration:none;
	color:#CC0000;
	
}

/* --- DIV´s ---- */
#geral {
	position:relative;
	width:760px;
	height:auto;
	margin: auto;
	top: 0px;
	background-color:#FFFFFF;
}

#geralInterna {
	position:relative;
	width:760px;
	height:470px;
	margin: auto;
	top: 0px;
}

#logo {
	position:absolute;
	width:176px;
	height:141px;
	top:0px;
	left:0px;
	background-image:url(../images/logotipo.jpg);
	background-repeat:no-repeat;
}

#menu {
	position:absolute;
	width:141px; /*176*/
	height:299px; /*309*/
	top:141px;
	left:0px;
	padding:10px 15px 0px 20px; 
	background-image:url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu li {
	border-bottom: 1px dotted #333;
	margin:0px;
	height: 20px;
	
}

#menu li a {
	display: block;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	height:20px;
	font-weight:bold;
}

#menu li a:hover {
	background-color:#eee;
	color:#CC0000;
	text-decoration:none;
	padding:0px;
	margin:0px;
	height:20px;
	text-align:center;
	font-weight:bold;
	
}

#areaLogin {
	position:absolute;
	width:258px;/*258*/
	height:242px;/*242*/
	top:0px;
	left:176px;
	background-image:url(../images/area_login.jpg);
	background-repeat:no-repeat;
}

#areaNoticias {
	position:absolute;
	width:307px;/*307*/
	_width:284px;
	height:242px;/*242*/
	_height:215px;
	top:0px;
	left:434px;
	padding:15px 0px 0px 23px;
	_padding:27px 0px 0px 23px;
	background-image:url(../images/area_noticias.jpg);
	background-repeat:no-repeat;
}

#noticias{
	position:absolute; 
	width:269px/*279px*/; 
	height:151px; 
	z-index:1; 
	left: 16px; 
	top: 48px;
	overflow: hidden;
	border: 0;
	padding: 0;
	padding-left: 10px;
}

#noticias h5 { color:#CC9900; margin-bottom:0; }
#noticias p {
	margin-top:10px;
	margin-bottom:30px;
}

#noticias a{
	text-decoration:none;
	color:#333333;
}

#noticias a:hover{
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}
#noticias ul { margin:0px; }
#noticias ul li {list-style:none; margin:0; line-height:20px;}

#tec_logo {
	position:absolute;
	width:19px;/*19*/
	height:242px;/*242*/
	top:0px;
	left:741px;
	background-image:url(../images/tecsite.jpg);
	background-repeat:no-repeat;
}

#box1 {
	position:absolute;
	width:185px;/*194*/
	height:208px;
	_height:194px;/*208*/
	top:242px;
	left:176px;
	padding: 0px 3px 0px 6px;
	_padding-top: 14px;
	background-image:url(../images/box_despacho.jpg);
	background-repeat:no-repeat;
}

#box2 {
	position:absolute;
	width:191px;/*191*/
	height:208px;/*208*/
	_height:194px;
	top:242px;
	left:370px;
	padding: 0px 3px 0px 3px;
	_padding-top: 14px;
	background-image:url(../images/box_agenciamento.jpg);
	background-repeat:no-repeat;
}

#box3 {
	position:absolute;
	width:199px;/*199*/
	height:208px;/*208*/
	_height:194px;
	top:242px;
	left:561px;
	padding: 0px 3px 0px 3px;
	_padding-top: 14px;
	background-image:url(../images/box_administracao.jpg);
	background-repeat:no-repeat;
}

#rodape {
	position:absolute;
	width:760px;
	height:10px;
	left: 0px;
	top: 442px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
}

#rodapeInterna {
	position:absolute;
	width:760px;
	height:10px;
	left: 0px;
	top: 442px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	/*margin: auto;*/
}

#formLogin {
	position:absolute;
	width:260px;/*258*/
	height:50px;/*60*/
	top:80px;
	left:100px;
	padding-top:15px;
	padding-left:8px;
	border:1px solid #fff;
	background-color:#eee;
}

#login input {
	width: 90px;
	height: 15px;
	border: 1px solid #333;
	background-color:#eee;
	color:#CC0000;
}

#login label {
	font-weight:bold;
}

#loginUser fieldset {
	width: 50%;
	padding:20px;
	border:1px solid #ccc;
}


#loginUser label {
	font-weight:bold;
}

#loginUser input .botao {
	 font-size: 13px;
	 background: #f1f1f1;
	 margin: 10px;
	 color:#CC0000;
}

#loginUserBox {
	width: 400px;
	margin: 30px 0 0 0;
}

#conteudo {
	position:absolute;
	width:431px;
	height:450px;
	top:0px;
	left:176px;
	background-image:url(../images/bg_conteudo.jpg);
	background-repeat:no-repeat;
	
}

#conteudoInterno{
	position:absolute;
	width:389px;
	height:390px;
	z-index:1;
	left: 30px;
	top: 35px;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
	overflow-x:hidden;
	overflow-y:scroll;
	_overflow-y:auto;
	
}

#boxFormularios{
	position:absolute;
	width: 524px;/*584*/
	height:420px;/*450*/
	left:176px;
	top:0;	
	background-image:url(../images/bg_conteudo2.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 30px 30px 20px 30px;
	overflow:auto;

}

#extras{
	position:absolute;
	width:153px;
	_width:123px;
	height:450px;
	_height:385px;
	left: 607px;
	top: 0px;
	color:#333;
	background-image:url(../images/bg_extras.jpg);
	background-repeat:no-repeat;
	padding:35px 20px 30px 10px;
	
} 

#extras ul{
	list-style-type:square;
	margin:5px 0 0 15px;
	_margin:5px;
	padding:0 0 0 10px;
}

#extras li{
	margin:0;
	padding-bottom:10px;
	
}

#extras li a{
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

#extras li a:hover{
	text-decoration:none;
	color:#CC0000;
	font-weight:bold;
}

#imagens {
	border: 1px solid #333;
	padding:2px;
	
	
}

/* Estilos para as PLANILHAS DE FOLLOW UP */
#planilhasLogo {
	position:absolute;
	width:322px;
	height:101px;
	top:0;
	left:0;
	background-image:url(../images/logotipo_planilha.jpg);
	background-repeat:no-repeat;
}

#planilhasDadosUsuario {
	position:absolute;
	width:438px;/*438*/
	_width:408px;
	height:101px;/*101*/
	_height:71px;
	top:0;
	left:322px;
	padding:15px;
	background-image:url(../images/dados_usuario.jpg);
	background-repeat:no-repeat;
}

#planilhasConteudo {
	position:absolute;
	width:760px;/*760*/
	height:349px;/*349*/
	top:101px;
	left:0;
	background-image:url(../images/include_planilha.jpg);
	background-repeat:no-repeat;
	
}

#textosPlanilha{
	position:absolute;
	width:712px;
	height:315px;
	z-index:1;
	left: 25px;
	top: 13px;
	overflow:auto;
}

#logout {
	position:absolute;
	width:77px;
	height:23px;/*26*/
	padding-top:3px;
	z-index:1;
	left: 339px;
	top: 23px;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	text-align:center;
	background-image:url(../images/bg_sair.gif);
	background-repeat:no-repeat;	
}

#logout a {
	color:#FFF;
	text-decoration:none;
}

#logout a:hover {
	color:#333;
	text-decoration:none;
	
}


/* DIV´S DOS FORMULÁRIOS DE CONTATO */


#formGeral label {
	float:left;
	width:100px;
	font-weight: bold;
}

#formGeral input, textarea {
	margin-bottom: 5px;
	background-color:#fff;
	border: 1px solid #333;
	color:#CC0000;
}

#formGeral select{
	border:0;
	color:#CC0000;
}

#formGeral .formButtom{
	width:150px;
	height:20px;
	background-color:#eee;
	color:#000000;
	font-weight:bold;
	border:1px solid #333;
}
/* Formulario Cotaçao */
#formCotacao label {
	float:left;
	width:240px;
	font-weight: bold;
	font-size:11px;
}

#formCotacao input{
	height:15px;
	background-color:#fff;
	border: 1px solid #333;
	color:#CC0000;
}

#formCotacao textarea{
	background-color:#fff;
	border: 1px solid #333;
	color:#CC0000;
}

#formCotacao select{
	border:0;
	color:#CC0000;
}
	

#formCotacao .formButtom{
	width:150px;
	height:20px;
	background-color:#eee;
	color:#000000;
	font-weight:bold;
	border:1px solid #333;
}

#formCotacao .radioButtom  {
	border:0;
	background:none;
}

#endereco {
	position:absolute;
	width:230px;/*240*/
	height:50px;/*40*/
	top:8px;
	left:10px;
	border-left: 4px solid #DAA887;
	border-bottom: 1px solid #DAA887;
	padding: 5px 0 0 10px;
	line-height:100%;
	font-size:10px;
}

#contato {
	list-style-type:square;
}

#contato a{
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

#contato a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}



/*Estilos para a tabela de containers */
.containers {
	width: 300px;
	border:1px solid #666666;
	background-color:#FFFFFF;
}

.containers caption{
	font-weight:bold;
	border:1px solid #333333;
	background-color:#FFFFFF;
	color:#CC0000;
}

.containers td {
	color:#333333;
}

.centralizaTD {
	text-align:center;
}	

.titulosTD {
	font-weight:bold;
	text-align:left;
	
}

.textosTD {
	text-align:center;
	
}

.textoAzulClaro { /*usar com <span>*/
	color:#0066FF;
}

/* --- CLASSES  ---- */

.cotacoes, .inicio, .titNoticias {
	font-weight:bold;
	color:#CC0000;
	
}	

.p {
	_margin-top:-10px; /*underline foi colocado para que funcione apenas no IE*/
}

.p2 {
	_margin-top: -15px;
}

.titulosBox {
	background-color:#eee;
	width:185px;
	height:20px;  
	border-bottom: 1px solid #039;
	text-align:center;
	padding-top:3px;
}

.textosBox {
	margin: -15px 8px 0px 8px;
	_margin-top: -15px;
}

.centralizado {
	
	text-align:center;
	
}

.TempoCentralizado {
	text-align:center;
	margin:-10px 0 0 -10px;
	
}

.saibamais {
	margin: 10px 0px 0px 3px;
	font-weight:bold;
	
}

.saibamais a {
	margin: 10px 0px 0px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
.saibamais a:visited {
	margin: 10px 0px 0px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
}
.saibamais a:hover {
	margin: 10px 0px 0px 3px;
	font-weight:bold;
	text-decoration:none;
	color:#CC0000;
}



.ok{
	margin-top:15px;
	margin-left:0px;
}

.titulosInternos {
	margin-bottom:-10px;
	color:#CC0000;
}

.listaSquare {
	list-style-type:square;
}

.listaSquare a{
	text-decoration:none;
	font-weight:bold;
	color:#333;
}

.listaSquare a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#CC0000;
}



.vermelho14 {
	color:#CC0000;
	font-size:14px;
	margin-bottom: -15px;
}

.ulHome {
	margin: -15px 0 0 25px;
	list-style-type:square;
}
