/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-top: 0px;
} 

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.orange
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633;
}

.LightGrey
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;
	text-decoration: none;
}

.orangebold
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6633;
	font-weight:bold;
}

.ewTable {
	
	font-size: 12px; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px;
	border: 1px solid;
	border-color: #CCCCCC;
}

.TableRow
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #656565;
	word-spacing: normal;
	letter-spacing:	normal;
}

.PageHeaderText
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #656565;
	word-spacing: normal;
	letter-spacing:	normal;
	font-weight:bold;
}

.ewTableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF6633;
	color: #FFFFFF;
	font-size: 12px;
}

.ewTableHeader a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color: #FFFFFF;
	font-size: 12px;
}

.ewTableHeader a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:	underline;
	color: #FFFFFF;
	font-size: 12px;
}

.ewTableRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
}

.ewTableAltRow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
	font-size: 12px;
}

.TTLblanco {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

A.Hints {
	color:Blue;
	cursor:hand ;
	text-decoration: underline;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

/*UL LI	{	
	list-style-type:	square ;
	}	
*/
UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

.BufferImageForSale
	{
	margin-left: 10px;
	margin-bottom: 10px;
}

.ttlNombre {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.ttlNacimiento {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.ttlEventonaranja {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
}

.ttlEventonaranjalink a:link {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-decoration:	underline;
}

.ttlEventonaranjalink a:visited {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6600;
	text-decoration:	underline;
}

.style21 {font-family: Arial, Helvetica, sans-serif}
.style22 {font-size: 12px}
.style23 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style11 {color: #333333; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-style:italic  }

.QuickLinks a
{
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}

.QuickLinks a:link
{
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}

.QuickLinks a:visited
{
	color: Black;
	font-size: 10px;
	text-decoration: underline;
}
