table.list td { 
  border-bottom: none!important;
}

div.grid tr { 
  border-bottom: 1px solid lightgray!important;
}

tr.list-odd {
  background-color: white;
}
th.list {
  padding-left: 5px; 
  padding-right: 5px;
  border-bottom: none;
}
th.list-narrow {
  padding-left: 2px; 
  padding-right: 2px;
  border-bottom: none;
}

td.list {
  padding-left: 5px; 
  padding-right: 5px;
}

td.list-narrow {
  padding-left: 2px; 
  padding-right: 2px;
}

a { 
  text-decoration: none;
}

table.report { 
  width: 100%;
  border-top: 1px solid gray;
}

table.report td.form-label { 
  width: 10em;
}
.goodreport {
  background-color: lightgreen;
  margin: 1px;
  font-weight:bold;
  white-space: nowrap;
  text-align: center;
}

.goodreport a { 
  color: green;
  font-weight: bold!important;
}

.badreport {
  background-color: #fa8072;
  margin: 1px;
  font-weight:bold;
  white-space: nowrap;
  text-align: center;
}

.badreport a { 
  color: red;
  font-size: 1.3em;
  font-weight: bold!important;
}

.neutralreport {
  background-color: lightgray;
  margin: 1px;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.neutralreport a { 
  color: #333333;
}

a.button { 
  font: 85% verdana;
  border: 2px outset #f4f3f2!important;
  background-color: #dcdad5;
  text-align: center; 
  padding: 1px;
  padding-left: 8px;
  padding-right: 8px;
  color: black!important;
  text-decoration: none;
  white-space: nowrap;
}
a.button:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.button:hover { 
  text-decoration: none;
  background-color: #dcdad5!important;
}
a.button:active { 
  border: 2px inset #797876!important;
  text-decoration: none;
}

a.navbutton { 
  font: 75% verdana;
  border: 1px solid #ffffff!important;
  background-color: #dcdad5;
  text-align: center; 
  padding: 0px!important;
  padding-left: 4px;
  padding-right: 4px;
  color: black!important;
  text-decoration: none;
  white-space: nowrap;
}
a.navbutton:visited { 
  text-decoration: none;
  border: solid 1px black;
}
a.navbutton:hover { 
  text-decoration: none;
  background-color: #dcdad5!important;
}
a.navbutton:active { 
  border: 2px inset #797876!important;
  text-decoration: none;
}

.highlight-box { 
  background-color: lightgreen;
  padding: 0.2em;
  margin: 1em;
  border: 2px solid green;
}

.sectionbox { 
  border: 2px solid gray;
}

ul.wide li { 
  padding-bottom: 4px;
  padding-top: 4px;
}

.floatlist { 
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-top: 2px solid lightgray;
} 

#site-header { 
  background-color: lightgreen;
}

.system-name { 
  color: black!important;
}

.system-name a:visited { 
  color: black!important;
}

a.navbutton { 
  border: none!important;
  background-color: lightgreen!important;
  color: black!important;
  padding-left: 0.5em!important;
  padding-right: 0.5em!important;
}

a.navbutton:hover { 
  text-decoration: none;
  background-color: white!important;
}

select.narrow { 
  width: 10em;
}

table#productgrid { 
  border-collapse: collapse;
  border-right: 2px solid gray;
}

#productgrid th.head_column { 
  border-left: none;
  font-weight: none;
  text-align: left;
  border-bottom: 1px dotted lightgray;
}

#productgrid td { 
  width: 3em;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px dotted lightgray;
  border-right: 1px solid lightgray;
  text-align: center;
  font-size: 1.2em;
}

#productgrid .category  { 
  border-left: 2px solid gray;
}

.score1 { 
  background-color: lightgreen;
  color: green;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.score0 { 
  background-color: lightgray;
  color: #222222;
}

.score-1 { 
  background-color: #ffcc66;
  color: #990000;
}


table#profilegrid { 
  border-collapse: collapse;
}

#profilegrid th.category {
  text-align: center;
  font-weight: normal;
}

#profilegrid th { 
  font-weight: heavy;
  text-align: left;
  border-bottom: 1px dotted lightgray;
}

#profilegrid td { 
  padding: 0px;
  margin: 0px;
  border-bottom: 1px dotted lightgray;
  border-right: 1px solid lightgray;
  text-align: center;
}


