/*
//  colors.css

*/


body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


html
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-header
{
  border-bottom-color: rgb(255, 255, 255);
}


*.wlp-bighorn-footer
{
  border-top-color: rgb(255, 255, 255);
}


*.wlp-bighorn-titlebar
{
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-titlebar-button-panel a:hover
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-book-content
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-window
{
  border-color: rgb(255, 255, 255);
}


*.wlp-bighorn-window-content
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-layout-cell *.wlp-bighorn-book
{
  border-color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu
{
  color: rgb(153, 153, 153);
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu a
{
  color: rgb(153, 153, 153);
}


*.wlp-bighorn-menu-menu-panel ul
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu-menu-panel ul li:hover
{
  color: rgb(255, 153, 0);
  background-color: rgb(204, 204, 204);
}


*.wlp-bighorn-menu-menu-panel ul li:hover > a
{
  color: rgb(204, 204, 204);
}


*.wlp-bighorn-menu-menu-panel ul ul
{
  border-color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  color: rgb(255, 153, 0);
  background-color: rgb(204, 204, 204);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li:hover
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  color: rgb(255, 204, 51);
  background-color: rgb(230, 220, 207);
}

