/* Default CSS Stylesheet for a new Web Application project*/
A{
	color:Black;
  }

A:visited
{
  color:#494A4A;  
}

A:hover
{
 color:#A20000;
}

A:link
{
 color:#A20000; 
}

TD
{
	font-size: 10px;
	font-family: Verdana;
}
.Titulo
{
	font-weight: bold;
	font-size: 16px;
	color: #DB0601;
	font-family: Verdana;
}

.cssNomCampo
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

.Label
{
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}

.cssDatagrid
{
	border-color:white;
	border-style: none;
	border-width:medium;
	background-color: White;

}

.cssHeader
{
	font-weight: bold;
	color: white;
	background-color: #c7100c;
	text-align: center;
}

.cssItem
{
	color: #000000;
	background-color: white;
}

.cssAlternatingItem
{ 
	Color:"#000000";
	background-color:"#E7E7E7";
}

.cssSelected 
{
	font-weight:bold;
	color:White;
	background-color:"#669999";
}

.cssFooter
{
	 Color:"#000066";
	 background-color:"#6998A6";
}

.cssPager
{
	/*Color:Black;*/
	background-color:White;
	
}

