body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma;
	font-size: 62.5%;
	overflow:scroll;
}

/*

$cor_minder = "#9AABC1";
$cor_minder_alt = "#ddd";
$cor_minder_alt2 = "#f2f2f2";
*/

button, input[type="submit"], input[type="button"]  {
  background-color: #9AABC1; 
  color: white;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none; /* Remover borda padrão */
  border-radius: 4px; /* Borda arredondada */
  /* Outros estilos, como fonte, tamanho, etc. */
}

button:hover {
  background-color: #ddd; 
}

.tabela {
  border-collapse: collapse; /* Remove espaço entre as células */
  width: 100%; /* Largura da tabela */
  border-radius: 7px; /* Arredonda os cantos da tabela */
  overflow: hidden; /* Esconde as bordas arredondadas que podem ultrapassar o conteúdo */
}
.tabela td, .tabela th {
  border: 1px solid #ddd; /* Borda para as células */
  padding: 8px; /* Espaçamento dentro das células */
  font-size: 12px
}

.tabela thead td {
	background-color: #9AABC1;
}

.tabela th {
  background-color: #ddd; /* Cor de fundo do cabeçalho */
}

.tabela tr:hover {
    background-color: #ddd; /* Cor de fundo ao passar o mouse */
}

.font_menu {
	font-size: 13px;
	color: #383838;
}

.font_menu_link {
	font-size: 14px;
	color: #383838;
}

.font_menu_esq_sup {
	font-size: 14px;
	color: #085c8d;
}

.font_11 {
	font-size: 11px;
}

.font_12 {
	font-size: 12px;
}

.font_13 {
	font-size: 13px;
}

.font_14 {
	font-size: 14px;
}

.font_15 {
	font-size: 15px;
}

.font_17 {
	font-size: 17px;
}

.font_20 {
	font-size: 20px;
}

.espacamento_1-5 {
	line-height:150%;
}

a:link {
	font-family: Tahoma;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	text-decoration: none;
}

a2:hover {
	font-family: Tahoma;
	text-decoration: underline;
}

a:active {
	font-family: Tahoma;
	text-decoration: none;
}

html {
	overflow: -moz-scrollbars-vertical;
}

.input_no_border {
	border: 0px;
}

.input_text {
	border: 1px solid #000000;
	font: 12px;
	height: 24px;
}

.cor_085c8d {
	color: #085c8d;
}

.dia {font-family: Tahoma; font-size: 8pt; color: #FFFFFF}
.data {font-family: Tahoma; font-size: 8pt; text-decoration:none; color:#9AABC1}
.mes {font-family: Tahoma; font-size: 8pt}
.Cabecalho_Calendario {font-family: Tahoma; font-size: 8pt; color: #000000; text-decoration:none; font-weight:bold}
