body {
  background: url(/production/images/bigdaddy/logo_bg.jpg);
  color: #000; 
}
.copy {
  color: #000;
}
a:link {
	text-decoration: none;
	color: #993366;
}
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
  text-decoration: underline;
  color: #993366;
}
a:active {
  text-decoration: none;
  color: #993366;
}
div.navPrev a, div.navNext a {
  color: #000;
}
#links a {
  color: #993366;
}
h1 a {
  color: #ffffff;
}
hr {
  color: #000;
  background-color: #000;
}
input, select {
  font-family: Verdana, sans-serif;
}
td.defaultButton {
  background-color: #f4d164;
}
body div#toolTip { 
  background: #ffffcc;
  border:2px solid #8F8F62;
  color: #000;
}
.success {
  color: #0C4504;
}
.loginSpacer {
	background: #fff;
}
#content {
  background: #fff;
}
.sectionHeader {
  color: #000;
  background: #cccc99;
  border-bottom: 0px solid #000;
}
.sectionHeader a {
  color: #fff;
}
.sectionBody {
  background: #e7e3c6;
}
.sectionBody h2 {
  font-size: 120%;
  color: #105BAC;
}
.sectionBody div h2 {
  color: #000;
}
.section, .sectionLeft, .sectionRight {
  background: #fff;
  color: #000;
}
.section a:link, .section a:active, .section a:visited {
  color: #993366;
  text-decoration: none;
}
.section a:hover {
  color: #993366;
  text-decoration: underline;
}
.row1 {
  background-color: #F9F6DF;
}
tr.defaultRow td {
  background-color: #F9F6DF;
}
.error {
  color: #FF0000;
}
#powerSearchForm {
  background: #e7e3c6;
  color: #000;
}
fieldset, legend {
  border: 1px solid #8F8F62;
}
#popupContainer {
	background: #e7e3c6;
}
#popupContainer h2 {
	color: #000;
}

/* header */
#logo {
  margin: 0;
  height: 70px;
  width: 304px;
  background-image: url(/production/images/bigdaddy/bigdaddy_logo.gif);
  background-repeat: no-repeat;
}
div#topNavWrapper {
	background: #e7e3c6 url(/production/images/bigdaddy/logo_bg.jpg);
}
ul#topNav {
  background: url(/production/images/bigdaddy/logo_bg.jpg);
}
#topNav li.tab {
  background-color: #cccc99;
}
#topNav li.blankTab {
	background: url(/production/images/bigdaddy/logo_bg.jpg);
}
#topNav ul {
  background: #e7e3c6 url(/production/images/bigdaddy/logo_bg.jpg);
}
#topNav a {
  color: #000;
}
#topNav #navOn {
  background: #ffffcc;
}
#navOn a {
  color: #000;
}
#subNav li#subNavOn, #subNav li#subNavOn a {
  background-color: #e7e3c6;
}
#subNav {
  background: #ffffcc;
  border-top: 0px solid #ffffcc;
  border-bottom: 1px solid #e7e3c6;
}
#subNav a {
  color: #000;
}
#subNav a.filterNavDivider {
  background: #ffffcc;
}
#subSubNav {
  background-color: #e7e3c6;
  border-bottom: 0px solid #000;
  padding-top: 2px;
  padding-bottom: 2px;
}
#labelDropDown {
  color: #000;
}

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

/* pie charts */
.pieChart, .pieChartLeft, .pieChartRight {
  background: #fff;
  border: #000 solid 0px;
}
.pieChartLeft img,.pieChartRight img,.pieChart img {
  border: 0px solid black;
}
.pieLegend {
  background-color: #fff;
  border: 0px solid #000;
}

/* text charts */
.textChartLeft, .textChartRight, .textChart, .textChartHi, .textChartHiMatcher { 
  color: #000;
  background: #fff;
}
.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: #FEFFBF;
}
.textChart table, .textChartHi table.hiOn, .textChartHiMatcher table.hiOn, .textChartRight table, .textChartLeft table {
  background: #fff;
}
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/ked/check.gif);
}
.statusQuarter {
  background-image: url(/production/images/ked/3checks.gif);
}
#statusChart {
  background: #fff;
  border: #000 solid 0px;
}
#statusChart th {
  border-left: 0px solid #000;
}
.reportMainLink a:link, .reportMainLink a:active, .reportMainLink a:visited {
  color: #993366;
  text-decoration: none;
}
.reportMainLink a:hover {
  color: #993366;
  text-decoration: underline;
}
.reportSmallLink a:link, .reportSmallLink a:active, .reportSmallLink a:visited {
  color: #000;
  text-decoration: none;
}
.reportSmallLink a:hover {
  color: #000;
  text-decoration: underline;
}
#logout a:link, #logout a:visited { 
  color: #993366;
}
#logout, #login, #login a {
  color: #000;
}

/* footer */
#footer, #loginTop {
  border-top: 1px solid #e7e3c6;
  border-bottom: 1px solid #e7e3c6;
  color: #000;
  background: #ffffcc;
  font-size: 80%;
}

