/*
//  colors.css

*/


html
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-header
{
  border-bottom-color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-footer
{
  border-top-color: rgb(128, 112, 89);
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-titlebar
{
  color: white;
  background-color: #1C365F;
}


*.wlp-bighorn-titlebar-button-panel a:hover
{
  background-color: rgb(114, 126, 163);
}


*.wlp-bighorn-window
{
  border-color: rgb(128, 112, 89);
}


*.wlp-bighorn-window-content
{
  background-color: white;
}


*.wlp-bighorn-layout-cell *.wlp-bighorn-book
{
  border-color: rgb(128, 112, 89);
}


*.wlp-bighorn-menu
{
  color: rgb(204, 180, 143);
  background-color: rgb(58, 65, 137);
}


*.wlp-bighorn-menu a
{
  color: rgb(204, 189, 143);
}


*.wlp-bighorn-menu-menu-panel ul
{
  background-color: rgb(58, 65, 137);
}


*.wlp-bighorn-menu-menu-panel ul li:hover
{
  color: white;
  background-color: rgb(58, 65, 137);
}


*.wlp-bighorn-menu-menu-panel ul li:hover > a
{
  color: white;
}


*.wlp-bighorn-menu-menu-panel ul ul
{
  border-color: rgb(128, 112, 89);
}


*.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  color: rgb(58, 65, 137);
  background-color: rgb(230, 220, 207);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu
{
  background-color: rgb(114, 126, 163);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul
{
  background-color: rgb(114, 126, 163);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li:hover
{
  background-color: rgb(58, 65, 137);
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  color: rgb(58, 65, 137);
  background-color: rgb(230, 220, 207);
}

