


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #2C2F44;
}

TD.headerNavigation {
  background: #8ca9cb;
}



td.headerNavigation div:hover {
    background-color:#748fa2;
}

TR.headerError {
  background: #DC0000;
}

TD.headerError {

  background: #DC0000;

}
TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {


  background: #00ff00;

}

TR.footer {
  background: #8ca9cb;
}

TD.footer {

  background: #8ca9cb;

}

TD.footer A { color: #ffffff; font-weight: bold; }



.infoBoxCategory {
  background: #8ca9cb;
}

.infoBoxCategory p:hover {
 background-color:#6f96c2;
}

.infoBoxCategory p.active {
 background-color:#6f96c2;
}

TD.headerNavigation ul li a:hover {
  background:#6f96c2 none repeat scroll 0% 0%;
}

.infoBoxCategory p.nohover:hover {
 background-color:#8ca9cb;
}

