body {
	background-color: #BAAE4D;
}
label {
	font-weight: bold;
	color: #9D8B00;
}
fieldset {
	border: 1px solid #DDD6A6;
}
hr {
	border: solid #9D8B00;
	border-width: 1px 0px 0px;
	height: 0px;
}

/* ---- */
/* Divs */
/* ---- */
div.geral {
	position: absolute;
	width: 800px;
	height: auto;
	left: 50%;
	top: 0px;
	margin-left: -400px;
	margin-top: 0px;
	overflow: visible;
	background-color: #F4F1D2;
	background-image: url(imagens/fundo_geral.gif);
	background-repeat: repeat-y;
	z-index: 0;
}
div.banner_pk {
	position: absolute;
	left: 400px;
	top: 200px;
	border: 1px solid #AA0000;
	z-index: -10;
}
div.tabela_topo {
	margin-left: 20px;
	margin-top: 20px;
}

div.tabela_principal {
	width: 750px;
	margin-left: 20px;
	margin-top: 5px;
}
div.aulas {
	margin-top: 10px;
	width: 110px;
	height: auto;
	overflow: hidden;
	z-index: 80;
}
div.menu {
	margin-left: 0px;
	margin-top: 3px;
	padding-bottom: 10px;
/*	display: none;*/
}
div.menu a {
	visibility: hidden;
}
div.submenu {
	display: block;
	height: 0px;
	overflow: hidden;
}
div.banners {
	margin-top: 5px;
	width: 110px;
	height: auto;
	overflow: hidden;
	z-index: 80;
}

/* Pesquisa */
div.pesquisa {
	margin-top: 10px;
	width: 110px;
	height: 60px;
	padding: 2px;
	overflow: hidden;
	background-image: url(imagens/fundo_pesquisa.gif);
	background-repeat: no-repeat;
	background-color: #FD7A13;
	border-bottom: 3px solid #9D8B00;
	z-index: 90;
}
div.pesquisa input {
	width: 86px;
	font-size: 10px;
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}
div.pesquisa select {
	width: 106px;
	font-size: 10px;
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}
span.resultados_pesquisa {
	font-weight: bold;
	color: #9D8B00;
}

/* Newsletter */
div.newsletter {
	margin-top: 10px;
	width: 110px;
	height: 70px;
	padding: 2px;
	overflow: hidden;
	background-image: url(imagens/fundo_newsletter.gif);
	background-repeat: no-repeat;
	background-color: #9D8B00;
	border-bottom: 3px solid #FD7A13;
	z-index: 100;
}
div.newsletter input {
	width: 106px;
	font-size: 10px;
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}

/* Coluna direita */
div.conteudo {
	width: 580px;
	height: auto;
	min-height: 280px;
	background-image: url(imagens/fundo_conteudo.gif);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
}
/*div.conteudo a, a:hover, a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #FF00CC;/* #333333;
	background: none;
	border: none;
	border-style:none;
}*/
div.teste_ayurvedico {
	font-size: 11px;
}
div.teste_ayurvedico label {
	font-size: inherit;
}
div.teste_ayurvedico span {
	cursor: pointer;
}
div.terminador {
	width: 120px;
	height: 14px;
	margin-left: 180px;
	background-image: url(imagens/terminador.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* ------------------------- */
/* Elementos dos formularios */
/* ------------------------- */
input[type=text], input[type=password] {
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}
input[type=button].salvar, input[type=submit].salvar {
	background-color: #FD7A13;
	border: 1px solid #FD7A13;
	color: #F4F1D2;
	font-weight: bold;
}
input[type=button], input[type=submit], input[type=reset] {
	background: none;
	border: 1px solid #FD7A13;
}
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}

/*
#conteudo input {
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}
#conteudo input[type="file"] { /* firefox
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}*/
#conteudo select {
	width: 160px;
	background-image: url(imagens/fundo_textbox.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #9D8B00;
}

/* ------- */
/* Seccoes */
/* ------- */
p.titulo_seccao {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9D8B00;
	padding: 0px;
	margin-top: 0px;
}
p.sub_titulo_seccao {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9D8B00;
}
/* ------- */
/* Artigos */
/* ------- */
span.titulo_artigo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #333333;
	vertical-align: top;
	text-decoration: none;
}
span.titulo_artigo a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
span.titulo_artigo a:hover {
	text-decoration: underline;
}
table.dados_artigo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #333333;
	line-height: 1.2em;
	text-decoration: none;
}
table.dados_artigo a:link, table.dados_artigo a:visited {
	font-size: inherit;
	color: #333333;
	text-decoration: none;
}
table.dados_artigo a:hover {
	text-decoration: underline;
}
td.sumario_artigo {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 1.2em;
	color: #9D8B00;
}
span.titulo_artigo_grande {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	line-height: 16px;
	color: #333333;
	padding-bottom: 10px;
}
div.comandos_artigo {
	font-size: 11px;
	font-weight: bold;
}
div.comandos_artigo a:link, div.comandos_artigo a:hover, div.comandos_artigo a:visited {
	color: #9D8B00;
	text-decoration: underline;
}
div.ant_prox a:link, div.ant_prox a:hover, div.ant_prox a:visited {
	color: #9D8B00;
}
div.ant_prox strong {
	color: #9D8B00;
}

/* ----- */
/* Links */
/* ----- */
a, a:hover, a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #9D8B00;
	background: none;
	border: none;
	border-style:none;
}
a:hover {
	color: #FD7A13;
}
a:visited {
	color: #9D8B00;
	text-decoration: underline;
}
