body {
  position: absolute;
  font: menu;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;  
}

body, html 
{
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

input, select 
{
	font: menu;
}

#cmbCats
{
	max-width: 70px;
}

#toolbar
{
	display: block;
	height: 24px;
	line-height: 20px;
	padding: 2px;
	background-color:ButtonFace;
	background-image: url("images/background.png");
	background-position:bottom left;
	overflow: hidden;
	
}

#reduced_version
{
	text-align:center;	
	padding: 12px;
	background-color: InfoBackground;
	color: InfoText;
	border: 1px solid InactiveBorder;
	z-index: 10;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#toolbar a 
{
	color: ButtonText;
	margin-right: 3px;
	text-decoration: none;
}

#toolbar a:hover
{
	text-decoration: underline;
}
#frame_holder
{
	position:absolute;
	top: 27px;
	border-top: 1px solid InactiveBorder;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#ifrSearch 
{
	position:absolute;
	border: 0px;
	height: 100%;
	width: 100%;
}

#btnWarningClose
{
	position:absolute;
	display: block;
	overflow: hidden;
	right: 0px;
	top: 0px;	
	border: 0px;
	height: 12px;	
	width: 12px;
	line-height: 48px;
	background-image: url("images/close.png"); 
	cursor: default;
}

#btnWarningClose:hover { background-position: 0 50%;  }
#btnWarningClose:active { background-position: 0 100%; }
