body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #124371;
    scrollbar-track-color: #F0F4FF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-face-color: #C6D5FD;
	scrollbar-arrow-color: #4D6185;
	scrollbar-darkShadow-color: #124371;
/*
	
	scrollbar-3dlight-color: #124371;
	scrollbar-highlight-color: #124371;
    scrollbar-track-color: #144572;
    scrollbar-shadow-color: #124371;
    scrollbar-face-color: #104B8B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkShadow-color: #124371;
*/	
}
td {
	font-family: Tahoma;
	font-size: 9px;
	color: #677E92;
}
a {
	color: #E8ECEF;
}
.txt1 {
	color: #E8ECEF;
}
.copyrights {
	font-family: Tahoma;
	font-size: 11px;
	color: #9FADBF;
	text-decoration: none;
}
.txt2 {
	color: #9E9E9E;
	text-decoration: none;
}
.txt3 {
	color: #BBB9B9;
	text-decoration: none;
}
.txt4 {
	color: #FF9900;
	text-decoration: none;
}
.txt5 {
	color: #FFFFFF;
	font-size: small;
}


.phpmaker {
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

.texto_ingles {
	color: #000066;
	font-style: italic;
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #3A6B9C;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #294B6D; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F8F7EF; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFF2BF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #FFCC66; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #B0C4DE;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}
