
table
{
	font-family :Verdana;
	font-size :x-small;
}
.Enable
{
	font-family :Verdana , Courier New ;
	font-size : xx-small ;	
	background-color : White;	 
}
.Disable
{
	font-family :Verdana , Courier New ;
	font-size : xx-small ;	
	background-color :Silver ;	 
	cursor: default ;	
	disabled:	true;
}
.ListTitle
{
	font-family :Verdana , Courier New ;
	font-size :xx-small ;
	font-weight: bold ;
	background-color :#99ccff;
	color :White ;
	text-align :center ;
}
.EnableButton
{
	font-family :Verdana , Courier New ;
	font-size	: xx-small ;		
	WIDTH		: 110px; 
	HEIGHT		: 19px; 
	BACKGROUND-COLOR: LightGray
}
.DisableButton
{
	font-family :Verdana , Courier New ;
	font-size : xx-small ;	
	WIDTH		: 110px; 
	HEIGHT		: 19px; 
	background-color :LightGray ;	 
	cursor: default ;
}

.Title
{
	font-family :Verdana , Courier New ;
	font-size :x-small ;
	font-weight: bold ;
	text-align :center ;	 
}
#LayerNoPrint
{
	DISPLAY: none;
}
A, A:link, A:visited, A:active
{
	color:Blue;
	text-decoration:none;
}
A:hover
{
	color:SteelBlue;
	text-decoration:none;
}
span.informativo
{
	color:#999999;
}



a.LinkPortal:link
{
	text-decoration: none;
	color:Black;
	font-weight: bold;
}

a.LinkPortal:visited
{
	text-decoration: none;
	color:Black;
	font-weight: bold;
}

a.LinkPortal:hover
{
	text-decoration: underline;
	color:Black;
	font-weight: bold;
}

a.LinkPortal:active
{
	text-decoration: none;
	color:Black;
	font-weight: bold;
}
