#gap-wrapper {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  width: 100%;
  height:25px;
  text-align: right;
  display:none;
  /*position:fixed;
  right: 0;
  bottom: 0;
  */

/*margin-left: auto;
margin-right: auto;*/


}
/* gac title text*/
p.gacText1 { 
font-weight:bold;
float:left;
}
.gacButton1 {
	font-size:8pt;
	width:60px;
}
.gap_button_done {
	BORDER-RIGHT: #ffffff 1px solid;
	PADDING-RIGHT: 5px;	
	BORDER-TOP: #ffffff 1px solid;	
	MARGIN-TOP: 0.05em;	
	PADDING-LEFT: 5px;	
	FONT-WEIGHT: normal;	
	FONT-SIZE: 11px;	
	BACKGROUND: #567ca1;	
	PADDING-BOTTOM: 1px;	
	BORDER-LEFT: #ffffff 1px solid;	
	COLOR: #ffffff;	
	PADDING-TOP: 1px;	
	BORDER-BOTTOM: #ffffff 1px solid;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
/*               override dhtmlwidnow.css */
.dhtmlwindow{
position: absolute;
border: 1px solid black;
visibility: hidden;
z-index: 999999;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 9pt Tahoma;
background-color: #567ca1;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
/*border-top: 1px;*/
background-color: #FFFFFF;
color: black;
border:0px;
height: 150px;
padding: 0px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

