/******************************************************************************
Estilos de impressao
******************************************************************************/
@media print {
	.printHeader {
	visibility:		visible;
	/* page-break-before:	always; */
	font-family:	Verdana, Arial, Helvetica;
	font-size:		14px;
	vertical-align:	middle;
	font-weight:	bold;
	}

	.printFooter {
	visibility:		visible;
	/* page-break-before:	always; */
	font-family:	Verdana, Arial, Helvetica;
	font-size:		9px;
	vertical-align:	middle;
	font-weight:	bold;
	}

	.reportHeader, .reportFooter, .menuTable{
	visibility:		hidden;
	display:		none;
	}
}

@media screen {
	.printHeader, .printFooter {
	visibility:		hidden;
	display:		none;
	}
}

/******************************************************************************
Estilos gerais
******************************************************************************/
body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #999999;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ABABAB;
}

a.tipo1:link {
	text-decoration: none
  	color: #FF822F;
}
a.tipo1:visited {
	text-decoration: none
	color: #B94A00;
}
a.tipo1:hover {
	text-decoration: underline; 
  	color: #FF6A06;
}
a.tipo1:active {
text-decoration: none
color: #FF822F;
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #FF6A06}   /* mouse over link */
a:active {color: #666666}   /* selected link */

.Titulo {
	font-size: 14px;
	font-weight: bold;
	color: #A04D01;
	text-align: left;
}

.FenaSBackground1 
{
	background-color:#AAA;
}

.FenaSBackground2 
{
	background-color:white;
}
.FenaSBackground3 
{
	background-color:#5A81AD;
}
.FenaSBackground4
{
background-color:#F3F0EB;
}
.FenaSBackground5
{
background-image: url(../../images/Barra_Fundo.gif);
}
.FenaSFont1 
{
	color:#636563; 
}
body, td, div, span, input, select, textarea 
{
	font-family:Verdana, arial, sans-serif;
	font-size:10px;
}
a
{
	text-decoration:none;
	font-size:10px;
}
a:hover
{
	text-decoration:underline;
}
.FenaSInput2 
{
	background-color:white; 
	border:1px solid #C3C3C3;  
}


.FenaSBody {
	background:#eee;
}

.Titulo1 {
	background-color: #FFD79B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	height: 20px;
	background-position: center;
	/*text-align: center;*/
}
.SubTitulo1 {
	background-color: #FFD595;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}
.Borda1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #747474;
	border-left-color: #747474;
}
.Borda2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #747474;
	border-bottom-color: #747474;
	border-left-color: #747474;
}
.Fundo1 {
	background-color: #E8F8FF;
}
.Avisolabel {
	color: #FF6600;
}
.espaco {
	font-size: 6px;
}
.SubTitulo2 {
	background-color: #FFECCE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
}
.SubTitulo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.Resposta1 {
	font-weight: bold;
	color: #844F00;
}
.Enviado1 {
	font-weight: bold;
	color: #844F00;
}
.LegResposta1 {
	color: #000000;
}

/* ---------------------- Greywax nav ---------------------- */
.grey #waxcontainer{
position:relative;
height:0px;
background:#E3E3E3;
width:100%;
font-family:"Trebuchet MS",Arial,Verdana,Helvitica,sans-serif;
}

.grey #waxnav{
position:relative;
height:25px;
font-size:11px;
font-weight:bold;
background:#fff url(../../images/greywax_bottom.gif) repeat-x bottom left;
}

.grey #waxnav ul{
margin:0px;
padding:0 0 4px 0;
list-style-type:none;
width:auto;
float:right;
}

.grey #waxnav ul li{
display:block;
float:left;
margin:0 1px;
}

.grey #waxnav ul li a{
display:block;
float:left;
color:#414141;
text-decoration:none;
padding:0 0 0 12px;
height:21px;
line-height:195%;
}

.grey #waxnav ul li a span{
padding:0 12px 0 0;
}

.grey #waxnav ul li a:hover,.grey #waxnav ul li a.current{
color:#fff;
background:#575757 url(../../images/greywax_navtopleft.gif) no-repeat top left;
}

.grey #waxnav ul li a:hover span,.grey #waxnav ul li a.current span{display:block;
width:auto;
background:#575757 url(../../images/greywax_navtopright.gif) no-repeat top right;
}

.MsgErroLogin {
	background-color: #FF3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.Msg {
	background-color: #FFDBA4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #844F00;
	border: 1px solid #FF9900;
}

.Borda3 {
	border: 1px solid #C40000;
	background-color: #FF3300;
}

.Fundo2
{
	background-color:#FFF3E8;
}
.Linha1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
}
.BarTitulo13 {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #8CB3DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
}
.Textos_Detalhes 
{
	font-family:Verdana,sans-serif; 
	color:#636563; 
	font-size:11px;
}
