/*
//  colors.css

*/


body
{
  font-family: Arial,sans-serif;
}


html
{
  background-color: rgb(256,256,256);
}


*.wlp-bighorn-header
{
  border-bottom-color: rgb(256,256,256);
}


*.wlp-bighorn-footer
{
  border-top-color: rgb(256,256,256);
}


*.wlp-bighorn-titlebar,*.wlp-bighorn-center-titlebar,*.wlp-bighorn-small-titlebar,*.wlp-bighorn-big-titlebar
{
  color: white;
  background:#D4A63F url(../images/bg_center_Long.jpg) no-repeat scroll left top;
  /*background-color: rgb(89, 99, 128);*/  
}
*.wlp-bighorn-small-titlebar
{
  background:#D4A63F url(../images/bg_right_1.jpg) no-repeat scroll left top;
}

*.wlp-bighorn-center-titlebar
{
  background:#D4A63F url(../images/bg_center_1.jpg) no-repeat scroll left top;
}
*.wlp-bighorn-big-titlebar
{
  background:#D4A63F url(../images/1column-gold-header.jpg) no-repeat scroll left top;
}


*.wlp-bighorn-titlebar-button-panel a:hover
{
  background-color: rgb(114, 126, 163);
}


*.wlp-bighorn-book-content
{
  background-color: rgb(255, 255, 255);
  /*margin-top:15px;*/
}


*.wlp-bighorn-window
{
  /*border-color: #CCCCCC;*/
  margin-top:15px;
}


*.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:#0C4CA5;
}


*.wlp-bighorn-menu a
{
  color: rgb(255, 255, 255);
}


*.wlp-bighorn-menu-menu-panel ul
{
  
}


*.wlp-bighorn-menu-menu-panel ul li:hover
{
  color: white;
}


*.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: #FFB233;
}


*.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(96, 120, 191);
}


*.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);
}


