p + p { text-indent: 1.5em; margin-top : 0  }

body                    
{
  color: black;
  position: relative; 
  /* color: #003300; */
  /* background: #a0d0e0; */
  background-color: #defaff;
  margin-left: 6%;
  margin-right: 3%;
  font-family: Helvetica, Times New Roman, Minion Web, Utopia, serif;
  }

div#links {display: none; }
div#content 
{
  background-color: #defaff; 
  /* background-color: #afdfef; */
  position: relative; 
  font: Verdana, sans-serif; 
  padding: 10px; 
  }
div#content h3 {margin-bottom: 0.25em;}
div.gfdl { border: solid; border-left-color: Blue;  padding: 1ex; }
div.main { border: double; border-left-color: Green; padding: 1ex; }
div.mine { border: dotted; border-left-color: Red;   padding: 1ex; }

h1.title 
{
  text-align: center;
  font-variant: small-caps;
  font-family: helvetica, Verdana, Myriad Web, Syntax, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  }
h2.subtitle
{
  font-variant: small-caps;
  font-family: helvetica, Verdana, Myriad Web, Syntax, sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #8CACBB;
  }

h2.identifier
{
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-family: helvetica, Verdana, Myriad Web, Syntax, sans-serif;
  font-size: 90%;
  border-bottom: 1px solid #8CACBB;
  }

table.summary
{
  color: blue;
  border-collapse: separate;
  border: outset 2pt;
  border-spacing: 3pt;
  }
table.summary th 
{
  text-align:             center;
  border: outset 1pt;
  }

table
{
  border-collapse:        collapse;
  border:         outset 2pt #8cacbb;/*   1px solid #8cacbb;*/
  /*margin:                       1.5em 0em 1.5em 0em; */
  margin-left: auto;
  margin-right: auto;
  clear:                  both;
  }
table th 
{
  background:             #DEE7EC;
  border-top:             1px solid #8CACBB;
  border-bottom:          1px solid #8CACBB;
  border-right:           1px solid #8CACBB;
  color:                  Black;
  font-weight:            normal;
  padding:                         0em 1em 0em 1em;
  white-space:            nowrap;
  text-align:             left;
  }

table th.selected
{
  background: #E0E0c8;
  color: Blue
  }
table th.freeform
{
  background: #E0E0c8;
  color: Blue;
  width: 10em;
  }

table td
{
  border-right:           1px solid #8CACBB;
  border-bottom:           1px solid #8CACBB;
  padding:                0.5em;
  text-align:             left;
  }

div.report
{
  background:             #ffffdd;
  color: #000044
  font-family: Helvetica, Times New Roman, Georgia, Utopia, serif;
  border-right: solid thick #CCC;
  border-bottom: solid thick #CCC;
  border-top: solid thin #AAA;
  border-left: solid thin #AAA;
  margin-right:           1em;
  margin-left:           1em;
  margin-top:           1em;
  margin-bottom:           1em;
  padding: 1em;
  }

div.freeform
{
  font-size: 0.6em;
  }
div h3
{
  color: #FF0000;
  text-align: center;
  font-weight: bold;
  }

dt
{
  padding-top:                         0.5em;
  font-weight: bold;
  }
dd
{
  padding-top:                      0.5em;
  padding-bottom:                      0.5em;
  }
dl.metrics { display:compact; }
/* dd.metricDesc { text-align: center; } */
dt.score { text-decoration:   underline;
           display: inline; text-align: left; }
dt.info  { text-decoration:   underline; }
dt.metricDesc { text-decoration:      underline; }
dd.score { display: inline; text-align: right; }
