a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }




/* Variavel Window */

.myBody{
	position: fixed;
	width: 100%;
	/* IE  *** NOTA: 85 = #myHead.Height + #myFeet.Height */
	height: expression(document.body.clientHeight); /* here */
	/* NN *** NOTA: top = #myHead.Height ; bottom = #myFeet.Height */
	top: 50px; /* here */
	bottom: 20px; /* here */
	overflow: auto;
	overflow-y:auto;
	overflow-x:hidden;
	font-size:100%;
}


/* ESTILOS DA JANELA DE VARIAVEIS */


.vigencia
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #7D7A5E;
	text-decoration: none;	
}

.vigencia_over
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}



.indice
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #7D7A5E;
	background-color:Transparent;
	text-decoration: none;
}


.indice_off
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 16px;
	color: #cccccc;
	background-color:Transparent;
	text-decoration: none;
}

.datagrid_var
{
	font-family: Verdana;
	font-weight: normal;
	font-size: xx-small;
	color: #7d7a5e;
	text-decoration: none;
	background-color:Transparent;	
	border: none;
}



.datagrid_over
{
	font-family: Verdana;
	font-weight: normal;
	font-size: xx-small;
	color: #7d7a5e;
	text-decoration: none;
	background-color:#fff8d6;	
}





.letra
{
	font-family: Verdana;
	font-weight: normal;
	font-size: x-large;
	color: #7D7A5E;
	text-decoration: none;	
	
}

.semletra
{
	font-family: Verdana;
	font-weight: normal;
	font-size: smaller;
	color: ffffff;
	text-decoration: none;	
	
}


/* Estilo das TextBox's da página do Conceito */
.caixatextoVAR
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #595973;
	/*background-color: #ffffff;*/
	text-decoration: none;
}



.labeltextoVAR
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #595973;
	text-decoration: none;
}

.labeltextoVAR2
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}


.titulo_VAR
{
	font-family: Tahoma;
	font-weight: bold;
	font-size: x-small;
	color: #595973;
	background-color:Transparent;
}



