/* estilo.css - Folha de estilo gerais */

/* ### Estilo Globais ### */
* {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div {
	line-height: 100% !important;
}

form {
	line-height: 100%;
}

a {
	cursor: hand;
}

img {
	border: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding-top: 5px;
	text-align: center;
}

#Pagina {
	background-color: #f4efdc;
	display: block;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto;
	text-align: left;
	width: 760px;
}

hr {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	height: 3px;
	margin-bottom: 20px;
	padding: 1px;
}

span.Erro {
	color: #F00;
	font: bold italic 11px/15px Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}

img.produtos {
	border: 1px solid #000;
	margin: 5px 20px;
}

div.destaque {
	float: left;
	min-height: 150px; 
	max-height: 150px; /* Moz, Opera.. */
	height: expression(this.scrollHeight > 150 ? "150px" : "150px"); /* IE */
	margin: 0 1%;
	margin-top: 10px;
	margin-bottom: 50px;
	overflow: hidden;
	text-align: center;
	width: 30%;
}

div.destaque p {
	width: 75%;
}

li.Produto {
	list-style-type: disc !important;
	margin-left: 20px !important;
	padding: 1% 0;
}

ul.ListaProdutos {
	display: none;
}

label {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
}

input {
	width: 150px;
}

div#DescricaoNoticia {
	width: 598px !important;
}

div#DescricaoNoticia table {
	width: 598px !important;
}

a.LinkEmpresaTipoGrupo:link, a.LinkEmpresaTipoGrupo:visited, a.LinkEmpresaTipoGrupo:hover,
a.LinkEmpresaTipoGrupo:active {
	color: #00F;
}

/* ### Estilo do Topo ### */

#Topo {
	width: 760px;
}

#Topo img.Logotipo {
	float: left;
	padding: 0;
}

#Topo #Regua {
	clear: both;
}

/* ### Estilo do Menu ### */
#Menu {
	float: left;
	position: relative;
	text-align: center;
	width: 16.5%;
}

#Menu ul li {
	padding: 0;
}

#Menu #MenuPrincipal a.LinkPrincipal {
	background: url('BotaoOff.png') no-repeat;
	color: #000;
	display: block;
	font: bold 12px/36px Verdana, sans-serif;
	height: 36px;
	margin: 5px;
	text-decoration: none;
	width: 129px;
}

#Menu #MenuPrincipal a.LinkPrincipal:hover {
	background: url('BotaoOn.png') no-repeat;
}

/* ### Estilo do Conteúdo ### */
#Conteudo #AlterarLinguagem
{
	float: right;
	margin-right: 2px;
	text-align: right;
	width: 10%;
}

#Conteudo {
	float: right;
	margin: 10px 0;
	_margin-right: 10px;
	max-width: 760px !important;
	padding: 0 15px;
	_padding: 0;
	text-align: left;
	width: 77% !important;
}

#Conteudo #Esquerda {
	padding: 0 2.5%;
	float: left;
	width: 40%;
}

#Conteudo #Direita {
	padding: 0 2.5%;
	float: right;
	width: 40%;
}

#Conteudo h4.Subtitulo {
	color: #666666;
	font: bold 11px/15px Arial, sans-serif;
	margin: 0;
	text-align: justify;
	text-decoration: none;
}

#Conteudo h3.Titulo {
	font: bold 0.8em Arial, sans-serif;
	margin: 2px 0;
	text-align: left;
}

#Conteudo p.Texto {
	color: #666;
	font: 11px/15px Arial, sans-serif;
	margin-bottom: 15px;
	text-align: justify;
	text-decoration: none;
}

#Conteudo ul li {
	color: #666666;
	font: 11px/15px Arial, sans-serif;
	list-style-type: disc;
	margin-left: 5%;
	text-align: justify;
	text-decoration: none;
}

#Conteudo a#LinkConteudo {
	font: 11px/15px Tahoma, sans-serif;
	margin: 15px 0;
}

#Conteudo table {
	border-collapse: collapse;
	width: 100%;
}

#Conteudo table tr {
	height: 40px;
}

#Conteudo table th td{
	border: 1px solid #d3c074;
	font-family: Arial, sans-serif;
	height: 40px !important;
	text-align: center !important;
	vertical-align: middle;
	width: 177px;
}

#Conteudo table tr td{
	border: 1px solid #d3c074;
	font-family: Arial, sans-serif;
	height: 40px !important;
	text-align: center !important;
	vertical-align: middle;
	width: 177px;
}

#Conteudo table h4.Subtitulo {
	text-align: center;
}

#Conteudo table .ColunaProduto {
	text-align: left;
	width: auto;
}

#Conteudo table .ColunaEmpresa {
	text-align: center;
	width: 100px;
}

#Conteudo table .ColunaAtualizar {
	text-align: center;
	width: 100px;
}

#Conteudo table .ColunaExcluir {
	text-align: center;
	width: 100px;
}

#Conteudo input.BotaoEnviar {
	font-family: Arial, sans-serif;
	padding: 1px;
	margin: 5px 0;
	width: 48px;
}

#Conteudo #Usuarios li {
	list-style-type: disc;
	margin-left: 5%;
}

#Conteudo #TabelaNoticias {
		border-collapse: collapse;
}

#Conteudo #ListaPorEmpresa {
	float: left;
	margin-left: 1%;
	width: 30%;
}

#Conteudo #ListaPorGrupo {
	float: left;
	margin-left: 5%;
	width: 30%
}

#Conteudo #ListaPorTipo {
	float: right;
	width: 30%
}

#Conteudo #ProdutosPorEmpresa li, #Conteudo #ProdutosPorGrupo li, #Conteudo 
#ProdutosPorTipo li {
	list-style-type: circle;
	margin-left: 15px;
}

#Conteudo a.LinkProduto {
	text-decoration: none;
}

#Conteudo .CadastroTexto {
	display: block;
	margin: 2.5px 0;
	width: 40%;
}

#Conteudo .CadastroCampo {
	display: block;
	margin: 2.5px 0;
	width: 55%;
}

#Conteudo #BuscarString {
	width: 60%;
}

/* ### Estilo do Rodapé ### */
#Rodape {
	clear: both;
	padding: 2% 0;
	text-align: center;
}

#Rodape #MenuSecundario li {
	display: inline;
}

#Rodape #MenuSecundario li a.LinkSecundario {
	border-left: 1px solid #999 !important;
	border-right: 1px solid #999 !important;
	color: #000;
	font: 11px Arial, sans-serif;
	padding: 0 0.8%;
	text-align: center;
	text-decoration: none;
}

h6 {
	font: 10px Arial, sans-serif;
}