#nav ul li a:hover {
  color:#000;
  background-color:#ffcc07;
  border-color:#ffcc07 #ffcc07 #ffcc07 #ffcc07;
}

#subnav ul li a:hover, #subnav ul li:hover a {
  color:#000;
  background-color:#ffcc07;
  border-color:#ffcc07 #ffcc07 #ffcc07 #ffcc07;
}

#subnav ul li:hover ul li a {
  border:none;
  border-bottom:1px solid #d04d00; 
}

#subnav ul li ul li a:hover {
  background:#333;
  border-bottom:1px solid #333;
}

#subnav ul li ul, #subnav ul li:hover ul {
  background-color:#ffcc07;  
}

.tabs_controls a:hover {
  color:#000;
  background-color:#ffcc07;
  border-color:#ffcc07 #ffcc07 #ffcc07 #ffcc07;
}

#breadcrumb a {
    color:#000;
}

a.btn {
  color:#fff;
  background-color:#000;
}

a.btn.current {
  color:#fff;
  background-color:#000;
}

a.btn:hover {
  color:#000;
  background-color:#ffcc07;
}

.listing th a:hover {  
  color:#000;  
  background:#ffcc07;
}    

p.msg.confirmation {
  color:#000;
  background:#ffcc07;
}

p.msg.error {
  color:#fff;
  background:#000;
}

#header_right #lang_selector a.current {
  color:#ffcc07;
}

.field:focus {
  border-color:#ffcc07;
}

.ui-datepicker-buttonpane button {
  background:#EB651B;
}

.ui-datepicker-buttonpane button:hover {
  background:#718eb2;
  color:#fff;
}

table.ui-datepicker-calendar td.ui-datepicker-today a {
  color:#EB651B;
  font-weight:bold;
}

table.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color:#fff;
  background:#EB651B;
}

table.ui-datepicker-calendar th {
  color:#EB651B;
}  

table.ui-datepicker-calendar a:hover {
  background:#EB651B;
}  

.edit .field.checkboxes a.expand {
  color:#000;
}

.edit .field.checkboxes label.checked {
  color:#000;
}

.indicator.approved {
  background:#99cc00;
}

.indicator.pending {
  background:#ffcc07;
}

.indicator.rejected {
  background:#ff0000;
}

.indicator.deleted {
  background:#000;
}

.indicator.published {
  background:#99cc00;
}

.indicator.draft {
  background:#ffcc07;
}

span.link {

  color:#ffcc07;
  
}