@charset "utf-8";
/* CSS Document */

.fundo {
	background-color: #FFF;
}
.linha {
	background-color: #999;
}
.barra {
	background-color: #099;
}
.fundo_topo {
	background-attachment: scroll;
	background-image: url(carro_img/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.chamado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
.sub_chamado {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}

.mini_preto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
}
.erro_mini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #B70000;
}
.destake_mini {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #099;
}
.destake_mini_3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #099;
}
.destake_mini2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #099;
}
.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
.destaque {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.botao_cancelar {
	padding:0px;
	text-decoration: none;
	width:115px;
	height:20px;
	display:block;
	border:0px;
	cursor: hand;
	background-image: url(carro_img/cancelar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.botao_apagar {
	padding:0px;
	text-decoration: none;
	width:115px;
	height:20px;
	display:block;
	border:0px;
	cursor: hand;
	background-image: url(carro_img/apagar.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.botao_concluido {
	padding:0px;
	text-decoration: none;
	width:115px;
	height:20px;
	display:block;
	border:0px;
	cursor: hand;
	background-image: url(carro_img/concluido.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.botao_busca {
	padding:0px;
	text-decoration: none;
	width:75px;
	height:18px;
	display:block;
	border:0px;
	cursor: hand;
	background-image: url(carro_img/busca.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.linha_azul {
	background-color: #099;
}
.linha_fraca {
	background-color: #F2F2F2;
}
.linkbotao {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;
} 
.linkbotao:link, 
.linkbotao:visited { 
   font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
   color: #333;
} 
.linkbotao:hover { 
    font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #099;
} 

