/*
//  window.css

*/


*.wlp-bighorn-titlebar
{
  font-size: small;
  width: 100%;
  overflow: hidden;
  background-color: #FFFFFF;
}


*.wlp-bighorn-titlebar div
{
  white-space: nowrap;
  padding: 2px;
}


*.wlp-bighorn-titlebar img
{
  border: 0;
  display: none;
}


*.wlp-bighorn-titlebar-window-icon
{
  float: left;
}

*.wlp-bighorn-titlebar-title-panel
{
  float: left;
  font-family: 'helvetica_neueregular';
  font-size: 16px;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

*.wlp-bighorn-titlebar-button-panel
{
  float: right;
  background-color: #ffffff;
  color: black;
}

*.wlp-bighorn-titlebar-button-panel a
{
  vertical-align: middle;
}


*.wlp-bighorn-titlebar-button-panel a:hover > img.wlp-bighorn-image-rollover
{
  display: inline;
}


*.wlp-bighorn-titlebar-button-panel a:hover > img.wlp-bighorn-image-nonrollover
{
  display: none;
}


*.wlp-bighorn-layout-cell *.wlp-bighorn-book
{
  height: 100%;
  border-style: none;
  margin: 0px;
  border-width: 0px;
  
}


*.wlp-bighorn-page
{
	width: 100%;
  	height: 100%;
  	background-color: #FFFFFF;
  	padding: 0px;
  	margin: auto auto auto auto;
}


*.wlp-bighorn-window
{
  border-style: solid;
  margin: 0px;
  border-width: 8px;
  border-color: #FFFFFF;
}


*.wlp-bighorn-window-content
{
  overflow: hidden;
  width: 100%;
}


*.wlp-bighorn-window-content-only
{
  margin: 0;
  border: 0;
}

