@charset "utf-8";
/* CSS Document */

.overlay_tooltip {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.tooltip_nw {
	background: transparent url(alphacube/left-top.png) no-repeat 0 0;			
  width:7px;
  height:3px;
}

.tooltip_n {
  background: transparent url(alphacube/title-scr.png) repeat-x 0 0;			
  height:3px;
}

.tooltip_ne {
  background: transparent url(alphacube/right-top.png) no-repeat 0 0;			
  width:7px;	  
  height:3px;
}

.tooltip_w {
  background: transparent url(alphacube/left-scr.png) repeat-y top left;			
  width:7px;
}

.tooltip_e {
  background: transparent url(alphacube/right-scr.png) repeat-y top right;			
  width:7px;	  
}

.tooltip_sw {
  background: transparent url(alphacube/left-bot.png) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.tooltip_s {
  background: transparent url(alphacube/bot-scr.png) repeat-x 0 0;			
  height:7px;
}

.tooltip_se, .tooltip_sizer  {
  background: transparent url(alphacube/right-bot.png) no-repeat 0 0;			
  width:7px;
  height:7px;
}

.tooltip_sizer {
	cursor:se-resize;	
}

.tooltip_close {
	width: 23px;
	height: 26px;
	background: transparent url(alphacube/button-close-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.tooltip_close:hover {
 
   	background: transparent url(alphacube/button-close-focus-h.png) no-repeat 0 0;
}

.tooltip_minimize {
	width: 23px;
	height: 26px;
	background: transparent url(alphacube/button-min-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.tooltip_minimize:hover {

    background: transparent url(alphacube/button-min-focus-h.png) no-repeat 0 0;			

}

.tooltip_maximize {
	width: 23px;
	height: 26px;
	background: transparent url(alphacube/button-max-focus.png) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.tooltip_maximize:hover {

	background: transparent url(alphacube/button-max-focus-h.png) no-repeat 0 0;
}

.tooltip_title {
	float:left;
	height:3px;
	font-size:2px;
	font-weight:bold;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#FFFFFF;
}

.tooltip_content {
	overflow:auto;
	color: #7F7E7C;
	font-family: Veranda, sans-serif;
    font-size: 11px;
	background:url(alphacube/scr.png) repeat left top;

}

/* For alert/confirm dialog */
.tooltip_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.tooltip_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.tooltip_buttons {
	text-align:center;
	width:100%;
}

.tooltip_buttons input {
	width:20%;
	margin:10px;
}

.tooltip_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('images/loader.gif') no-repeat center center
}

.tooltip_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}

.icon {
 
 padding:2px;
 margin:2px;
 
}

.dialog {
	position:absolute;
    display:block;
	z-index:2;
}

.dialog table.table_window td {
 border:0 solid;

}
