body {
  background: #fff;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: #000; 
}
.minwidth, .container {
  background: #fff;
}
a:link, a:visited {
  color: #000;
}
a:hover {
  color: #FF0000
}
h1 a {
  color: #ffffff;
}
hr {
  color: #000;
  background-color: #000;
}
input, select {
  font-family: Verdana, sans-serif;
}
.defaultButton {
  background-color: #f4d164;
}
.success {
  color: #0C4504;
}
#content {
  background-color: #fff;
}
.sectionHeader {
  color: #fff;
  background-color: #990000;
}
.sectionHeader a {
  color: #fff;
}
.sectionBody {
  background-color: #D8D8D8;
  border: 1px solid #550000;
}
.sectionLeft {
  background: #fff;
  border: 1px solid #550000;
}
.sectionRight {
  background: #fff;
  border: 1px solid #550000;
}
.section {
  background: #fff;
  border: 1px solid #550000;
}
.row1 {
  background-color: #fff;
}
.error {
  color: #D2020C;
}

/* header */
#logo {
  margin-left: 10px;
  margin-bottom: 5px;
  height: 29px;
  width: 292px;
  background: #fff url(/production/images/ada/logo_ada.gif) no-repeat;
}
#topNav {
  background-color: #fff;
}
#topNav li {
  background-color: #d8d8d8;
}
#topNav ul {
  background-color: #fff;
}
#topNav a {
  color: #000;
}
#topNav #navOn {
  background-color: #990000;
  color: #ffffff;
}
#navOn a {
  color: #ffffff;
  background-color: #990000;
}
#subNav {
  border-top: 1px solid #990000;
  background: #990000;
  border-bottom: 4px solid #d8d8d8;
}
#subNav a {
  color: #ffffff;
}
#subNav a:hover, #subNav a.active, #subNavOn a {
  background: #996666;
}
#labelDropDown {
  color: #ffffff;
}

/* greeting */
#greeting ul, .twoSections ul, .section ul {
  list-style: disc url(/production/images/ada/bullet.gif) inside;
}

/* pie charts */
.pieChart {
  background: #fff;
  border: 1px solid #550000;
}
.pieChartLeft {
  background: #fff;
  border: 1px solid #550000;
}
.pieChartRight {
  background: #fff;
  border: 1px solid #550000;
}
.pieLegend {
  background-color: #fff;
}

/* text charts */
.textChartLeft, .textChartRight, .textChart, .textChartHi, .textChartHiMatcher { 
  background: #fff;
  border: 1px solid #550000;
}
.textChartHi tr.hi td, .textChartHiMatcher tr.hi td, .textChartHi td.hi, .textChartHiMatcher td.hi, #statusChart tr.hi td, #statusChart td.hi, .hiOn td.hi, .hiOn tr.hi {
  background-color: #D8D8D8;
}
.textChart table, .textChartHi table.hiOn, .textChartHiMatcher table.hiOn, .textChartRight table, .textChartLeft table {
  background: #fff;
}
.textChartHi table.withButtons, .textChartHiMatcher table.withButtons {
  border-bottom: #000 solid 1px;
}
.textChart th, .textChartHi th, .textChartHiMatcher th, .hiOn th {
  border-left: 1px solid #000;
}
.textChart td, .textChartHi td, .textChartHiMatcher td, .hiOn td {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
tr.textChartEmpty th {
  border-bottom: 1px solid #000;
}
td.rowLeft, th.rowLeft {
  border-left: 0px;
}
td.rowRankUp {
  background-image: url(/production/images/up.gif);
}
td.rowRankDown {
  background-image: url(/production/images/down.gif);
}

/* sales status chart */
.statusMonth {
  background-image: url(/production/images/ada/check.gif);
}
.statusQuarter {
  background-image: url(/production/images/ada/3checks.gif);
}
#statusChart {
  background: #fff;
  border: 1px solid #550000;
}
#statusChart th {
  border-left: 1px solid #000;
}

/* login */
#loginTop {
  background: #990000;
  border-top: 4px solid #d8d8d8;
}

/* footer */
#footer {
  color: #ffffff;
  background: #990000;
  border-bottom: 4px solid #d8d8d8;
}

