/*
//  colors.css

*/


body
{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: none;*/
}


html
{
  background-image: none;
}


*.wlp-bighorn-header
{
  /*font-weight: bold;*/
  border-bottom-color: #FFFFFF;
  margin: 0px;
}


*.wlp-bighorn-footer
{
  border-top-color: rgb(226, 226, 226);
}


*.wlp-bighorn-titlebar
{
  color: #f36621; /*ORANGE*/
  background-color: #8cb3dc; /*light blue*/
}


*.wlp-bighorn-titlebar-button-panel a:hover
{
  background-color: #f36621; /*ORANGE*/
  color: black;
}


*.wlp-bighorn-book-content
{
  /*width: 100%;
  background-color: #FFFFFF;*/
  width: 100%;
  background-color: #FFF;
  
}


*.wlp-bighorn-window
{
  border-style: none;
  border-color: transparent;
  border-width: 0px;
}


*.wlp-bighorn-window-content
{
	background-color:     #FFF;
  /*background-color: rgb(255, 255, 255);*/
}


*.wlp-bighorn-layout-cell *.wlp-bighorn-book
{
  border-color: #FFFFFF;
}


*.wlp-bighorn-menu
{
  background-color: #e4e4e4; /*GREY*/
  border-bottom-color: #FFFFFF;
  /*
  border-bottom-color: #8cb3dc; /*light blue*/
  /*
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-top-color: #8cb3dc; /*light blue*/
  /*
  border-top-width: 5px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-style: solid;
  */
}


*.wlp-bighorn-menu a
{
  /*color: #8cb3dc;*/ /*light blue*/
  color: #FFF;
}

*.wlp-bighorn-menu-menu-panel ul
{
  /*background-color: #e4e4e4;*/ /*GREY*/
  /*border-bottom-color: #e4e4e4;*/ /*GREY*/
  background-color:#084d7d; /*#536FA3; Edited LACIII 2020-06-12*/
  border-bottom-color:#084d7d; /*#536FA3; Edited LACIII 2020-06-12*/
  border-bottom-width: 10px;
  border-bottom-style: solid;
  /*border-top-color: #e4e4e4; *//*GREY*/
  border-top-color:#084d7d; /*#536FA3; Edited LACIII 2020-06-12*/
  border-top-width: 10px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-style: solid;
  /*color: #f36621;*/ /*ORANGE*/
  color: rgb(102, 204, 255);
}

*.wlp-bighorn-menu-menu-panel
{
  background-color: #e4e4e4; /*GREY*/
  border-top-color: #e4e4e4; /*GREY*/
  border-bottom-color: #e4e4e4; /*GREY*/
  border-left-width: 0px;
  border-right-width: 0px;
  
}

*.wlp-bighorn-menu-menu-panel ul li:hover
{
  /*color: #f36621;*/ /*ORANGE*/
  /*background-color: #e4e4e4;*/ /*GREY*/
  color: #FFF;
  background-color:#084d7d; /*#536FA3; Edited LACIII 2020-06-12*/
}


*.wlp-bighorn-menu-menu-panel ul li:hover > a
{
  /*color: #f36621; /*ORANGE*/
  /*background-color: #e4e4e4; /*GREY*/
  
  color: #FFF;
  background-color:#084d7d; /*#536FA3; Edited LACIII 2020-06-12*/
}


*.wlp-bighorn-menu-menu-panel ul ul
{
  border-color: #ffffff;
}


*.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  /*color: #f36621;*/ /*ORANGE*/
  /*background-color: #e4e4e4; *//*GREY*/
  color:#6CF;
}

*.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active2
{
  /*color: #f36621; /*ORANGE*/*/
  /*background-color: #e4e4e4; /*GREY*/*/
  color:#6CF;
}

*.wlp-bighorn-book-content *.wlp-bighorn-menu
{
  background-color: #f36621; /*ORANGE*/
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul
{
  background-color: #ffffff;
  display: none;
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li:hover
{
  background-color: #349933; /*GREEN*/
  
}


*.wlp-bighorn-book-content *.wlp-bighorn-menu-menu-panel ul li.wlp-bighorn-menu-active
{
  color: #f36621; /*ORANGE*/
  background-color: #ffffff; 
  display: none;
}


