﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px 0px 0px 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#index_total {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100%;
}

#flash_topo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 75px;
	
	background-color: #5C0605;
}

#menu_esquerda {
	position: absolute;
	top: 75px;
	left: 0px;
	bottom: 65px;
	width: 200px;
	background-color: #FFFFFF;
	
	border-right: 1px solid #B2B2B2;

	/* Hack para garantir o funcionamento do Site em versões mais antigas do Internet Explorer */
    voice-family: "\"}\"";
	voice-family: inherit;
	height: expression((documentElement.clientHeight - 140) + "px");
}

#conteudo {
	position: absolute;
	padding: 5px 5px 5px 5px;
	top: 75px;
	left: 201px;
	right: 0px;
	bottom: 65px;
	background-color: #FFFFFF;
	overflow-y: auto;
	
	/* Hack para garantir o funcionamento do Site em versões mais antigas do Internet Explorer */
    voice-family: "\"}\"";
	voice-family: inherit;
	height: expression((documentElement.clientHeight - 150) + "px");
	width: expression((documentElement.clientWidth - 210) + "px");

}

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

td {
	height: 21px;
}

li {
  background-image: url(img/m.gif);
  background-repeat: no-repeat;
  margin: 6px 0px 0px 0px;
  padding: 0px 0px 0px 14px;
}

#barra_cinza {
	position: absolute;
	left: 0px;
	bottom: 45px;
	height: 20px;
	width: 100%;
	background-color: #D6D8D8;
}

#flash_rodape {
	position: absolute;
	left: 0px;
	height: 45px;
	bottom: 0px;
	width: 100%;
	
	background-color: #5C0605;
}

/* CSS Formulário de E-mail*/

.frm_edit{

	width: 300px;
	height: 15px;
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	border: 1px solid #999999;
	
}

.frm_text{

	width: 300px;
	height: 130px;
	min-height: 130px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Arial;
	font-size: 11px;
	color:#666666;
	border: 1px solid #999999;
	
}
