/* Definiciones de ancho del documento */
body {background-color:#FFFFFF}
body {font-family:Verdana}
body {font-size:small}
body.content {}
body.navigation {}

/* Definiciones comunes para todos los elementos */
#singleBorder {border-width:1px; border-style:solid; border-color:#282828}
a:link {text-decoration:none; color:#006699}
a:hover {text-decoration:none; color:#0099FF}
a:visited {text-decoration:none; color:#006699}

/* Colores y frames para encabezados e imgenes */
h2, h3, h4 {color:#282828}
table, h2, h3, h4, img {margin-bottom:6px}
table img {margin-bottom:0px; border:0px}
table.header img {padding-right:12px}

/* definiciones para las tablas "nativas" (ej. listas) */
table.native {border-width:0px}
table.native tr.color0 {color:#282828; background-color:#FFFFFF}
table.native tr.color1 {color:#282828; background-color:#E7F1EE}
table.native tr.color2 {color:#282828; background-color:#D6E9E4}
table.native tr.color3 {color:#282828; background-color:#B5DBD3}
table.native tr.color4 {color:#282828; background-color:#54A095}
table.native tr.color5 {color:#282828; background-color:#C4D2D3}
table.native tr.color6 {color:#282828; background-color:#8BAFB1}
table.native tr.color7 {color:#282828; background-color:#5A989A}
table.native tr.color8 {color:#282828; background-color:#A7C0C2}
table.native tr.color9 {color:#282828; background-color:#76A8AA}
table.native tr.color10 {color:#282828; background-color:#429195}
table.native tr.separator {color:#282828; background-color:#FFFFFF} /* Ttulos intermedios en listas del resultado */
table.native tr.headFoot {color:#E7F1EE; background-color:#282828}  /* Headers y Footers en listas */
table.native td {padding:1px; padding-left:4px; padding-right:4px; border-style:solid; border-color:#282828; border-width:0px; border-bottom-width:1px}
table.native tr.separator td {border-bottom-width:0px}
table.native td.sepBar {border-right-width:1px}
table.native td.noValue {padding-left:0px; padding-right:0px}
table.native td.firstCol {border-left-width:1px}
table.native td.lastCol {border-right-width:1px}
table.native img.tableImage {padding-left:2px; padding-right:4px}
#firstRow {border-top-width:1px}
#lastRow {}
table.native th {border-width:1px; border-style:solid; border-color:#282828; padding-left:4px; padding-right:4px}

/* Campos de texto con o sin fondo y lneas de borde */
td.textField {font-size:small; color:#282828; background-color:#E7F1EE; padding:2px; border-style:solid; border-width:1px; border-color:#282828}
td.transparent {font-size:small; color:#282828; background-color:#FFFFFF; border-width:0px}
p.textField {font-size:small; margin-top:0px; margin-bottom:6px}

table.composedRow td {padding-left:4px; padding-right:4px}

/* Matriz de resultados (es una sola tabla HTML) */
table.matrix {border-width:0px}
table.matrix td {color:#282828; border-style:solid; border-color:#282828; border-width:0px;}
table.matrix #colorFrame {color:#282828; background-color:#9ED0C6}
table.matrix #colorTable {background-color:#B5DBD3; padding-left:3px; padding-right:3px}
table.matrix #colorTableSmall {background-color:#B5DBD3; padding-left:3px; padding-right:3px; font-size:80%}
table.matrix #colorTableNoValue {background-color:#B5DBD3; padding-left:0px; padding-right:0px}
table.matrix #colorTableSmallNoValue {background-color:#B5DBD3; font-size:80%; padding-left:0px; padding-right:0px}
table.matrix #color1 {background-color:#E7F1EE; font-size:80%}
table.matrix #color2 {background-color:#D6E9E4; font-size:80%}
table.matrix td.border_b {border-bottom-width:1px}
table.matrix td.border_br {border-bottom-width:1px; border-right-width:1px}
table.matrix td.border_r {border-right-width:1px}

