 body{font-size:10pt;margin:0px;}

div.holdBottomLeft/*For IE*/
{
	top:expression(this.offsetParent.scrollTop+document.body.clientHeight-this.offsetHeight);
	left:expression(document.body.clientWidth-this.offsetWidth);
        position:absolute;
}

div.holdBottomLeftFireFox/*FireFox*/
{
	bottom:0px;
	right:0px;
        position:fixed;
}
div ul
{
	margin:0px;
	list-style:none;
	float:right;
	}
div ul li
{
	margin:2px 5px 2px 0px;
	}
div.content
{
	padding:2px 5px 2px 0px;
	}
.max
{
	  background-image:url(max_blue.gif);
	  background-repeat:no-repeat;
	  background-position:center middle;
	  width:12px;
	  height:12px;
	  float:right;
	  cursor:pointer;
}
.maxfocus
{
	  background-image:url(max_blue_highlight.gif);
	  background-repeat:no-repeat;
	  background-position:center middle;
	  width:12px;
	  height:12px;
	  float:right;
	  cursor:pointer;
}
.min
{
	  background-image:url(min_blue.gif);
	  background-repeat:no-repeat;
	  background-position:center middle;
	  width:12px;
	  height:12px;
	  float:right;
	  cursor:pointer;
}
.minfocus
{
	  background-image:url(min_blue_highlight.gif);
	  background-repeat:no-repeat;
	  background-position:center middle;
	  width:12px;
	  height:12px;
	  float:right;
	  cursor:pointer;
}
.x
{
	  background-image:url(x_blue.gif);
	  background-repeat:no-repeat;
	  background-position:center middle;
	  width:12px;
	  height:12px;
	  float:right;
	  cursor:pointer;
}
.xfocus
{
	  background-image:url(x_blue_highlight.gif);
	  background-repeat:no-repeat;
	  background-position:center middle;
	  width:12px;
	  height:27px;
	  float:right;
	  cursor:pointer;
}
