﻿*{
	margin: 0; 
	padding: 0;
}

/*----------ELEMENTS-----------------------------------------------------------------------------------------------------------------*/
body{
	color:  #373737;
	font-family:arial,tahoma,helvetica;
	font-size: 13px;
}

p{
	padding-bottom: 10px; line-height: 150%;
}

h1 /* titulo */
{
	font-size: 16px; /*12pt*/
	padding-bottom: 13px;
}

h2 /* interti­tulo */
{
	font-size: 14px; /* 11pt */
	padding-top: 2px;
	padding-bottom: 11px;
}

h3
{
	font-size: 13px;  /* 10pt */
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 9px;
}

a:link{
	color:#000;
	text-decoration: none;
	}
	
a:visited{
	color:#000;
	text-decoration: none;
	}
a:active{
	color:#000;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style-position:inherit;
	list-style-type: disc;
	margin-left: 20px;
	line-height: 150%;

}

ol {
	list-style-position:inherit;
	margin-left: 20px;
}

/*---------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------*/

/*----------ELEMENTS-IDS-------------------------------------------------------------------------------------------------------*/
#layout {
	margin: 0 auto;
	width: 950px;
	height: auto;
	/*border: 1px solid #999999;*/
	position: relative;
	background-color: white;
	z-index: 1;
}
div#layout:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height: 0px;
	overflow:hidden;
}

#topoMaster{
	width: 950px;
	height: 170px; /*86px*/
 	position: relative;
	float: left;
	margin-bottom: 10px;
	/*background-color: #eeeeee;
	background: url("../images/backTopo.png") repeat-x #EAEAE9;*/
	z-index:2;
	}
	
#conteudoMaster{
	width: 930px;
	height: auto;
	position: relative;
	clear: both;
	padding-top: 22px;
	padding-bottom: 10px; 
	margin-left: 10px;
	margin-top: 0;
	z-index:2;
}

#rodapeMaster{
	background-color: #FF9900;
	width: 950px;
	height: 25px;
	position: relative;
	clear: both;
}
/*---------------------------------------------------------------------------------------------------------------------------*/


/*----------CLASSES-----------------------------------------------------------------------------------------------------------*/

.imgContentR /* serve para inserir o quadro com foto e legenda */
{
	float: right;	
	width: auto;
	padding: 5px;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	
}
.imgContentL /* serve para inserir o quadro com foto e legenda */
{
	float: left;	
	width: auto;
	padding: 5px;
	margin: 0 10px 10px 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.objDireita{
	float: right;	
	width: auto;
	height:auto;	
	text-align: right;

}

.objEsquerda {
	float: left;	
	width: auto;
	height:auto;	
	text-align: left;
}

.color1{ color: #b47b10; }

.color2{ color: #818a43; }

.color3{ color: #CC0000; }

.bgColor1{ color: #b47b10; }

.bgColor2{ color: #818a43; }

.bgColor3{ color: #b47b10; }

.p1{ text-indent: 35px; line-height: 150%;}

.esquerda{ text-align: left; }

.direita{ text-align: right; }

.centro{ text-align: center; }

.legenda {
	font-size: 10px;
	font-weight: bold;
}

.bordatop { border-top: 1px solid #bec29f; }
.bordaleft { border-left: 1px solid #bec29f; }
.bordaright { border-right: 1px solid #bec29f; }
.bordabottom { border-bottom: 1px solid #bec29f; }

/*  Esses itens abaixo servem para fazer aparecer uma caixa de conteudo 
ao passar o mouse sobre um trecho do texto ou palavra  */

a.caixaTexto /* esta classe é para destacar a palavra a ser descrita */
{
	position: relative;
	padding: 0;
	color: #b47b10;
	text-decoration: none;
	border-bottom: 1px dashed gray;
	cursor: pointer;
}
a.caixaTexto:hover {
	background: transparent;
	z-index: 24;
}
a.caixaTexto span {
	display: none;
}
a.caixaTexto:hover span /* esta classe é da caixa de texto */
{

	display: block;
	position: absolute;
	width: 400px;
	top: 15px; /* 3em */
	text-align: left;
	font-size: 12px;
	font-style: normal;
	left: -300px;
	padding: 10px;
	border: 2px solid silver;
	background:#FFF url('../images/fdCaixaTexto.png') repeat-x;
	color: #5f5f5f;
	text-indent: 0px;
	line-height: 130%;
	
}

/*------------FINAL DA CAIXA DE CONTEUDO-----------------*/


/********* Botão Geral *****************/


a.btnGeral, a.btnGeralRed {
	color:#fff;
	text-decoration:none;
}

.btnGeral, .btnGeral:hover, .btnGeralRed, .btnGeralRed:hover {
	color: #000000;
	padding:4px;
	border: 1px solid #bdbdbd;
	margin-left:2px;
	width:auto;
	background-image: url('../images/backbtn.png');
	background-repeat:repeat-x;
	font-family: verdana, Trebuchet MS, sans-serif;
	font-size:11px;
	font-weight: bold;
}

.btnGeralRed, .btnGeralRed:hover{
	border: 1px solid #CF7575;
	background-image: url('../images/backbtnRed.png');
}

.btnGeral:hover, .btnGeralRed:hover {
	background-position: bottom; 
}


a.btnOff {
	color: gray;
	text-decoration:none;
}

.btnOff, .btnOff:hover {
	color:  gray;
	padding:4px;
	border: 1px solid gray;
	margin-left:2px;
	width:auto;
	background-image: url('../images/backbtngray.png');
	background-repeat:repeat-x;
	font-family: verdana, Trebuchet MS, sans-serif;
	font-size:11px;
	font-weight: bold;
}
.btnOff:hover{
	background-position: top; 
}


.gridPager a{
	font-size:8pt;
	font-weight: normal;
}
.gridPager, .gridPager td{
	padding:3px;
	border: 1px solid #bdbdbd;
	margin-left:2px;
	width:auto;
	color: #CC0000;
	font-family: verdana, Trebuchet MS, sans-serif;
	font-size:8pt;
	font-weight: bold;	
}