﻿html {
  overflow: hidden;
}
body {
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
div.bhMenu
{
	left: 5px;
	position: absolute;
	top: 60px;
	bottom: 5px;
	width: 150px;
	background-color: transparent;
}
div.bhAdSpace
{
	left: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
div.bhFooter
{
	right: 5px;
	position: absolute;
	height: 30px;
	left: 160px;
	bottom: 5px;
	font-size: 8pt;
	vertical-align: middle;
	font-family: Arial;
	text-align: center;
}
div.bhHitCounter
{
	position: absolute;
	width: 100px;
	height: 30px;
	right: 5px;
	bottom: 5px;
	font-size: 8pt;
	vertical-align: middle;
	font-family: Arial;
	text-align: center;
	background-color: transparent;
	overflow: hidden;
}
div.bhLastUpdate
{
	position: absolute;
	width: 120px;
	height: 30px;
	left: 160px;
	bottom: 5px;
	font-size: 8pt;
	vertical-align: middle;
	font-family: Arial;
	text-align: center;
	background-color: transparent;
	overflow: hidden;
}
div.bhHeader
{
	right: 5px;
	left: 5px;
	position: absolute;
	top: 5px;
	height: 50px;
}
div.bhPayPalMessage
{
	font-family: Arial;
	left: 340px;
	position: absolute;
	width: 300px;
	top: 200px;
	height: 80px;
	font-weight: bold;
	font-size: 11pt;
	vertical-align: middle;
	color: #ffffff;
	background-color: navy;
	text-align: center;
	overflow: hidden;
	border-right: silver ridge;
	border-top: silver ridge;
	margin: 5px;
	border-left: silver ridge;
	border-bottom: silver ridge;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
}
div.bhWork
{
	right: 5px;
	left: 160px;
	position:  absolute ;
	top: 60px;
	bottom: 40px;
	overflow: auto;
}
div.bhFrame
{
	left: 0px;
	width: 100%;
	position: absolute;
	height: 100%;
}
a.bhFooter
{
	font-size: 8pt;
	font-family: Arial;
	text-decoration: none;	
}
a.bhPayPalLink
{
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
	text-decoration: none;
	color: yellow;
}
div.bhError
{
	font-weight: bold;
	font-size: 14pt;
	vertical-align: middle;
	color: red;
	text-align: center;
}