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

.tooltip_nw {
	width: 5px;
	height: 5px;
	background: transparent url(tooltip/top_left.gif) no-repeat top left;			
}

.tooltip_n {
	height: 5px;
	background: transparent url(tooltip/top.gif) repeat-x top left;			
}

.tooltip_ne {
	width: 5px;
	height: 5px;
	background: transparent url(tooltip/top_right.gif) no-repeat top left			
}

.tooltip_e {
	width: 5px;
	background: transparent url(tooltip/right.gif) repeat-y 0 0;			
}

.tooltip_w {
	width: 5px;
	background: transparent url(tooltip/left.gif) repeat-y 0 0;			
}

.tooltip_sw {
	width: 5px;
	height: 5px;
	background: transparent url(tooltip/bottom_left.gif) no-repeat 0 0;			
}

.tooltip_s {
	height: 5px;
	background: transparent url(tooltip/bottom.gif) repeat-x 0 0;			
}

.tooltip_se, .tooltip_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(tooltip/bottom_right.gif) no-repeat 0 0;			
}

.tooltip_close {
	width:0px;
	height:0px;
	background-color: white;
	display: none;
}

.tooltip_minimize {
	width:0px;
	height:0px;
	display:none;
}

.tooltip_maximize {
	width:0px;
	height:0px;
	display:none;
}

.tooltip_title {
	float:left;
	height:1px;
	width:100%;
}

.tooltip_content {
	overflow:visible;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 8pt verdana;
	background: #FFF;
}

/* For tooltip/confirm tooltip */
.tooltip_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.tooltip_message {
	width:100%;
	padding: 10px;
}

.tooltip_buttons {
	text-align:right;
	width:100%;
	border-top: 2px solid #808080;
	padding-top: 6px;
}

.tooltip_buttons input {
	width:20%;
	margin: 3px 10px;
	border: 1px solid silver;
	background-color: silver;
	cursor: pointer;
}

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



