/* $Id: gtr1.css 3173 2009-01-03 23:36:01Z gritton $ */

body { background-color: white; }

h2.name { margin-bottom: 0; }
h3.title { margin: 0; }
h3.url { font-size: smaller; }
h3.inst { margin-top: 0; }
span.warning { font-size: larger; color: red; }
div.rundate { margin: 0; border: 0; padding: 0; font-size: smaller; }

table.param { white-space: nowrap; }
table.param *.run { padding-right: 2em; }
table.param *.fname { padding-left: 2em; }
table.param *.blend { padding-left: 2em; }

table.result { white-space: nowrap; border-collapse: collapse; }
tr.odd, thead.odd { background-color: #ececec; }
table.result th { padding-left: 0.5em; }
table.result td { padding-left: 1em; }
table.result *.first { padding-left: 0; }

body.index h1, body.index h3 { margin-bottom: 0; }
body.index h4 { margin: 0; }
body.index table { border-spacing: 1em; width: 100%; }
body.index table.head { border-spacing: 0; margin-top: 1em; margin-bottom: 1em; }
body.index table.head a { text-decoration: none; font-weight: bold; }

.gtr1, table.gtr1 td
  { border-color: #f8e0b8; background-color: #f8e0b8; margin-top: 2em; }
table.gtr1 input, table.gtr1 select, table.gtr1 textarea
  { background-color: #fcf4e7; }

.blend, table.blend td
  { border-color: #00ffff; background-color: #00ffff; margin-top: 2em; }
table.blend input, table.blend select, table.blend textarea
  { background-color: #aaffff; }
