body {
  margin: 0;
  font-size: 0.9em;
  background-color: #f4f4f4;
}

#layout-banner-box {
  width: 100%;
  height: 110px;
  z-index: 2;
  background-color: #0067cd;
}

#layout-menu-box {
  float: left;
  height: 100%;
  z-index: 1;
}

#layout-content-box {
  border-left: 3px solid #eeeeee;
  background-color: white;
  overflow-y: auto;
}

h1 {
  margin-top: 0.5em;
}

#layout-banner {
  color: white;
  font-family: sans-serif;
  text-align: left;
  padding: 0.8em 20px;
}

#layout-logo {
  float: left;
  padding: 5px 20px 5px 10px;
}

#layout-title {
  font-family: monospace;
  font-size: 3.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0;
}

#layout-description {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

#sponsor {
  clear: both;
  font-size: small;
  margin-top: 50px;
  margin-bottom: 10px;
  color:#0067CD;
  font-weight:bold;
}

#sponsor span { margin-left: 10px; }
#sponsor img { border: 0; }

#layout-menu {
  padding-top: 0.8em;
  padding-left: 20px;
  margin-left: 0;
  font-size: 1.0em;
  font-family: sans-serif;
  font-weight: bold;
  list-style: none;
  list-style-image: url(../images/blue-arrow.png)
}
#layout-menu li { margin-left: 10px; }
#layout-menu a {
  line-height: 2em;
  margin-left: 0.5em;
}
#layout-menu a:link, #layout-menu a:visited, #layout-menu a:hover {
  color: #0067cd;
  text-decoration: none;
}
#layout-menu a:hover {
  color: navy;
  text-decoration: none;
}
#layout-menu #page-source {
  border-top: 2px solid silver;
  margin-top: 0.2em;
}

#layout-content {
  padding-top: 0.2em;
  padding-left: 1.0em;
  padding-right: 0.4em;
}

@media print {
  #layout-banner-box { display: none; }
  #layout-menu-box { display: none; }
  #layout-content-box { margin-top: 0; margin-left: 0; }
}


#ups_list
{
  margin: 20px 0 0 0; width: 100%;
  border-collapse: collapse;
}
#ups_list td { border: 1px solid silver; }
#ups_list thead { font-weight: bold; background: #bbb; }
#ups_list .odd { background: #eee; }
#ups_list .even { background: #ddd; }
.filter { min-width: 100px; }

td#manufacturer-col { width: 20%; }
td#model-col { width: 50%; }
td#driver-col { width: 30%; }

.blue { background-color: #cfd9fe; }
.green { background-color: #b1fea7; }
.yellow { background-color: #fdf88e; }
.orange { background-color: #fccb81; }
.red { background-color: #ffa4a4; }

.hidden { display: none; }

/* HCL Chooser/Legend */
#filters-set {
  display: none;
  border: 1px solid silver;
  padding: 10px;
}

#filters-set legend, #support-level-legend legend {
  font-weight: bold;
}

#filters-set td {
  border: 0;
}

#filters-set select {
  max-width: 200px;
}

/* Clear HCL Legend */
#filters-set + * {
  clear: both;
}

#support-level-legend {
  width: 31.25em;
  float: right;
  margin: 0 0 1em 1em;
  padding: 10px;
  border: 1px solid silver;
}

#support-level-legend dt {
  margin: 0;
  padding: 0;
  width: 15%;
  float: left;
}

.hcl-legend-level {
  visibility: hidden;
  position: relative;
}

.red.hcl-legend-level:after {
  content: '*';
  position: absolute;
  visibility: visible;
  background-color: #ffa4a4;
}

.orange.hcl-legend-level:after {
  content: '**';
  position: absolute;
  visibility: visible;
  background-color: #fccb81;
}

.yellow.hcl-legend-level:after {
  content: '***';
  position: absolute;
  visibility: visible;
  background-color: #fdf88e;
}

.blue.hcl-legend-level:after {
  content: '****';
  position: absolute;
  visibility: visible;
  background-color: #cfd9fe;
}

.green.hcl-legend-level:after {
  content: '*****';
  position: absolute;
  visibility: visible;
  background-color: #b1fea7;
}

#support-level-legend dd {
  margin: 0;
  padding: 0;
  width: 85%;
  float: left;
}

/*.support-level-descr { margin-left: 20px; float: right; }*/

/* Remove text underscores on href */
div#footer-badges a:link, #layout-menu a:visited, #layout-menu a:hover {
  text-decoration: none;
}

/* DDL */
span.nut-ddl-bad-command,
span.nut-ddl-bad-var {
  border-bottom: .2em solid red;
}

span.nut-ddl-bad-enum,
span.nut-ddl-bad-range,
span.nut-ddl-bad-var-value,
span.nut-ddl-bad-var-value-example {
  outline: .2em dashed red;
  padding-left: .1em;
  padding-right: .1em;
  margin-left: -.1em;
}

span.nut-ddl-bad-var-value-example {
  margin-left: 0;
}

div.nut-ddl-bad-string,
span.nut-ddl-bad-string-example {
  border-left: .2em solid red;
  padding-left: .2em;
}

div.nut-ddl-bad-command-text,
div.nut-ddl-bad-enum-text,
div.nut-ddl-bad-range-text,
div.nut-ddl-bad-string-text,
div.nut-ddl-bad-var-text,
span.nut-ddl-bad-var-text-example {
  border-left: .2em dotted red;
  padding-left: .2em;
}
