/*
//  colors.css

*/


body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
}


html
{
  background-color: white;
}


*.wlp-bighorn-header
{
  border-bottom-color: rgb(128, 112, 89);
}


*.wlp-bighorn-footer
{
  border-top-color: rgb(128, 112, 89);
}


*.wlp-bighorn-titlebar
{
  color: white;
  background-color: rgb(89, 99, 128);
}


*.wlp-bighorn-titlebar-button-panel a:hover
{
  background-color: rgb(114, 126, 163);
}


*.wlp-bighorn-book-content
{
}


*.wlp-bighorn-window
{
  border-style: none;
}


*.wlp-bighorn-window-content
{
  background-color: transparent;
}


*.wlp-bighorn-layout-cell *.wlp-bighorn-book
{
  border-color: transparent;
}


*.wlp-bighorn-menu
{
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu a
{
  color: rgb(102, 102, 102);
  font: inherit;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}


*.wlp-bighorn-menu-menu-panel ul
{
  background-color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu-menu-panel ul li:hover
{
}


*.wlp-bighorn-menu-menu-panel ul li:hover > a
{
  color: rgb(255, 133, 3);
  font: inherit;
  background: url(../images/ordot.gif) repeat-x scroll 100% 0 rgba(0,0,0,0);
  text-decoration: none;
}


*.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(255, 133, 3);
  background: url(../images/ordot.gif) repeat-x scroll 100% 0 rgba(0,0,0,0);
}


*.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
{
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  color: rgb(89, 99, 128);
  background-color: rgb(230, 220, 207);
}


*.wlp-bighorn-menu-menu-panel
{
  width: 100%;
  border-bottom: 1px solid rgb(204, 204, 204);
}

