/**
 * Basic Settings
 */

body {
  background: #173292;
}

table {
  border: 1px solid #000;
}

th {
  color: #ffe329;
  background: #000;
}

fieldset {
  background: #ddd;
}


/**
 * Page Settings
 */

#logo {
  width: 279px;
}

#page_title {
  color: #FFE329;
  background: #000;
}

tr.odd, #rebate_details_table td {
  background: #DDDDDD;
}


/**
 * Rounded Corners
 */

.rounded, .rounded_logo {
  border-color: #000;
}


/**
 * Primary, Secondary Links & Buttons
 */

a.button, a.button:hover {
  background: url('../images/ui/rebates411-button-l.png') no-repeat left top;
}

a.button b, a.button:hover b {
  background: url('../images/ui/rebates411-button-r.png') no-repeat right top;
}

a.button:hover {
  background-position: left -30px;
}

a.button:hover b {
  background-position: right -30px;
}

a.button:active {
  color: #000;
  background-position: left -60px;
}

a.button:active b {
  background-position: right -60px;
}

#primary_links a.active {
  color: #000;
  background-position: left -90px;
}

#primary_links a.active b {
  background-position: right -90px;
}


/**
 * Footer
 */
#footer-title {
  background: #000;
}

#footer-title a {
  color: #FFE329;
}

#footer-content {
  background: #ddd;
}


/**
 * Buttons
 */

.button {
  color: #ffe329;
}


/**
 * Pagination
 */

#pagination a, #pagination strong {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

#pagination strong, #pagination a:hover {
  color: #ffe329;
  background: #000; 
}


/**
 * Consumer Relations Notes
 */
#consumer_relations {
  background: #ddd;
}
