/* CSS Document */

body {
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

.header {
  background-image: url(../images/bg-title.jpg);
  background-repeat: repeat-x;
  width: 100%;
  height: 105px;
  margin: 0;
  padding: 0;
}

#left-column, .title, .dept, .tip, .tip2, h3, h3 img, .data img, #subcontent, .footer, .button, .collapsible dt {
   display: none;
}

#content {
  width: auto;
  margin: 0;
  padding: 10px 0 0 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent;
}

h1 {
  font-size: 18pt;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

h2 {
  font-size: 12pt;
  margin-top: 0;
  padding-top: 0;
}

/*
h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14pt;
  font-weight: normal;
  font-style: italic;
}

h3 a:link, h3 a:visited {
  color: #000000;
  background: transparent;
  font-weight: normal;
  text-decoration: none;
}
*/
.smalltext-uppercase {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #0066cc;
}

.complaintNumber {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}


a:link, a:visited {
  color: #0066cc;
  background: transparent;
  font-weight: bold;
  text-decoration: none;
}

.smalltext {
  font-size: 8pt;
}

.smalltext-uppercase {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

img {
  border: none;
}

#subcontent {
  font-size: 8pt;
  margin-bottom: 20px;
}

th {
  font-weight: normal;
}

.bluebox {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #eeeeee;
  margin-top: 50px;
}

.reportdata {
  border: none;
}

.reportdata th {
}

.reportdata td {
}

.summary {
  border: 3px double #000000;
  margin: 20px auto 0 auto;
  clear: both;
  line-height: 1.5em;
}

.summary p {
  margin: 10px;
  line-height: 1.5em;
}

.sum-header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14pt;
  font-weight: normal;
  font-style: italic;
  display: block;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #000000;
  background-color: #eeeeee;
}

.sum-divider {
  width: auto;
  border-bottom: 1px dashed #999999;
  margin: 5px auto 5px auto;
  padding: 0;
}

.bold {
  font-weight: bold;
}

.imgborder {
  border: 1px solid #999999;
  padding: 5px;
}

.rednote {
  border-top: 1px dashed #ff4444;
  border-bottom: 1px dashed #ff4444;
  margin: 10px auto 10px auto;
  padding: 10px;
}
