/* Document-wide definitions */
body {background-color:#400080}
body {font-family:Tahoma}
body.content {}
body.navigation {}

/* Common definitions for all elements */
#singleBorder {border-width:1px; border-style:solid; border-color:#282828}

/* Colors and frames for headlines and images */
h2, h3, h4 {color:#FFFFFF}
table, h2, h3, h4, img {margin-bottom:6px}
table img {margin-bottom:0px; border:0px}
table.header img {padding-right:12px}

/* definitions for "native" tables (i.e. lists) */
table.native {border-width:0px}
table.native tr.color0 {color:#000000; background-color:#400080}
table.native tr.color1 {color:#000000; background-color:#80FFFF}
table.native tr.color2 {color:#000000; background-color:#FFFF80}
table.native tr.color3 {color:#000000; background-color:#FFFF00}
table.native tr.color4 {color:#000000; background-color:#00FF40}
table.native tr.color5 {color:#000000; background-color:#FF5353}
table.native tr.color6 {color:#000000; background-color:#8BAFB1}
table.native tr.color7 {color:#000000; background-color:#5A989A}
table.native tr.color8 {color:#000000; background-color:#A7C0C2}
table.native tr.color9 {color:#000000; background-color:#76A8AA}
table.native tr.color10 {color:#000000; background-color:#429195}
table.native tr.separator {color:#FFFFFF; background-color:#400080} /* Intermediate headlines in result lists */
table.native tr.headFoot {color:#FFFF00; background-color:#282828}  /* Headers and footers in lists */
table.native td {padding:1px; padding-left:4px; padding-right:4px; border-style:solid; border-color:#000000; 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:#00FF00; padding-left:4px; padding-right:4px}

/* Text fields with or without background and border lines */
td.textField {color:#282828; background-color:#FF8000; padding:2px; border-style:solid; border-width:1px; border-color:#282828}
td.transparent {color:#FFFFFF; background-color:#400080; border-width:0px}
p.textField {margin-top:0px; margin-bottom:6px}

table.composedRow td {padding-left:4px; padding-right:4px}

/* Result matrix (is a single large HTML table) */
table.matrix {border-width:0px}
table.matrix td {color:#000000; border-style:solid; border-color:#000000; border-width:0px;}
table.matrix #colorFrame {color:#282828; background-color:#FFFF00}
table.matrix #colorTable {background-color:#00FF80; padding-left:3px; padding-right:3px}
table.matrix #colorTableSmall {background-color:#00FF80; padding-left:3px; padding-right:3px; font-size:80%}
table.matrix #colorTableNoValue {background-color:#00FF80; padding-left:0px; padding-right:0px}
table.matrix #colorTableSmallNoValue {background-color:#00FF80; font-size:80%; padding-left:0px; padding-right:0px}
table.matrix #color1 {background-color:#80FFFF; font-size:80%}
table.matrix #color2 {background-color:#FFFF80; 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}
