/* TAB-BOX */
.tab-box {
	width: 98.3%;
	display: none;
	margin: 5px;
}
.tab-box-td {
	border-bottom: 1px solid #666666;
	white-space: nowrap;
}

.tab-box-inativo {
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 2px;
	cursor: pointer;
	text-align: center;
	min-width: 70px;
}

.tab-box-ativo {
	font-weight: bold;
	color: #333333;
	background-color: #f1f0e5;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
	border-bottom:  1px solid #f1f0e5;
	padding: 2px;
	min-width: 70px;
	text-align: center;
}

.tab-body {
	font-weight: normal;
	color: #333333;
	background-color: #f1f0e5;
	padding: 5px;
	border: 1px solid #666666;
	border-top-width: 0px;
}
/* TAB-BOX */

.noborder {
	border-width: 0px!important;
}
.botao {
	background-image: url(images/fundo_2.gif); 
	color: #000A6F; 
	border:1px solid #000000;
}
.campo_entrada {
	background-image: url(images/fundo_2.gif); 
	color: #000000; 
	border:1px solid #000000;
}
.label {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.font18 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
}
.font16 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
}
.font14 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
}
.font12 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}
.font10 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
}
.font9 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 9px;
}

a.menu {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

a.navigator {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
}

A:link {
	color: #000000; TEXT-DECORATION: none;
}
A:visited {
	color: #000000; TEXT-DECORATION: none;
}
A:active {
	color: #000000; TEXT-DECORATION: none;
}
A:hover {
	color: #FF8000; TEXT-DECORATION: none;
}
.anchor {
    text-decoration: underline!important;
    color: #0000ff!important;
}


html, body{ 
	margin:0; 
	padding:0; 
	text-align:center; 
}

/*********************************************/

table{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

input, select, textarea {
	color: #000000; 
	border:1px solid #000000;
	font-size: 11px;
	margin:2px 0 2px 2px;
}

td.bg{
	background-color: #EFEFEF;
	background-image:  url(http://localhost/nacom/web/images/fundo_campo2.gif); 
	background-repeat: repeat-x; 
	background-position: top ; 
	border-bottom: 1px solid #BEBEBE; 
	padding-right:10; 
	padding-left:10;
	padding-top:8;
	padding-bottom:8;
}

td.quadro{
	border-bottom: 1px solid #BEBEBE;
	padding-right:10; 
	padding-left:10;
	padding-top:8;
	padding-bottom:8;
}

.titulo{
	font-family: Tahoma;
	font-size: 16px;
	color: #000000;
}

.resumo{
	font-family: Tahoma;
	font-size: 11px;
	color: #808080;
}

.conteudo{
	font-family: Tahoma;
	font-size: 11px;
	color: #808080;
}

h3{	
	color: #000000;
	margin:0px;
}

form{	
	margin:0px;
}


.label_r {
	float: center;	
	text-align: right;
	font-weight: bold;
	color: #808080;
	padding-top: 2px;
	border:solid black 0px; 
}

.label {
	float: center;	
	text-align: right;
	font-weight: bold;
	color: #808080;
	padding-top: 2px;
	border:solid black 0px; 
}

.txtlabel{
	text-align: right;
	font-weight: bold;
	color: #808080;
	padding-right: 2px;
}

.campo_site{
	background-image: url(images/fundo_2.gif); 
	color: #000A6F; 
	border:1px solid #000000;
}

.botao{ 
	font-family: Tahoma;  
	font-size: 10;  
	font-weight: normal;
	background-color: #FCFCFC;  
}
.btn_disable {
	color:#DFDFDF;
}

.QuebraPagina{page-break-after: always}