/* --------------------------------------------- */
/* 				Estilo del Menu					 */
#menuSystem
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
}

#menuSystem table
{ 
	font-size: 8pt; 
	width:100%;
	
}
#menuSystem table TH	
{ 
	border:1px outset #FEFEFE; 
}
/* ---------------------------------------------- */

#mainTable
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
}

#mainTable table 		
{ 
	border:1px outset #FEFEFE; 
	background-color: #F1F1F1;
	width: 100%;
}

#mainTable table th         
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:4px;
	text-align: left;
	background-color: transparent;
	text-decoration:none;
	color: #000000;
	font-style:normal;
	font-size: 8pt;
}

#mainTable table th a, a:link, a:visited, a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: transparent;
	text-decoration:none;
	color: #000000;
	font-style:normal;
	font-size: 8pt;
	width:100%;
}

#mainTable table th a:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #CCCCCC;
	text-decoration:none;
	color: #000000;
	font-style:normal;
	font-size: 8pt;
	width:100%;
}

/* ------------------------------------------------------------- */
/*      Estilo del los TD 									     */ 
#mainTable table td 	
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	text-align: left;
	height:15px;
}

#mainTable table td a, a:link, a:visited, a:active
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: transparent;
	padding-left: 6px;
	font-size: 7pt;
	text-decoration: none;
}

#mainTable table td a:hover   
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #CCCCCC;
	padding-left: 6px;
	font-size: 7pt;
	text-decoration: none;
	width:100%;
	height:100%;
}