/* tooltip */

#shadowBox TABLE {
	border-collapse: separate;
	border-spacing: 0px;
  *border-collapse: expression('separate', cellSpacing = '0px'); /* IE-specific hack */
}

#dhtmltooltip {
	visibility: hidden;
	position: absolute;
	padding: 2px 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	background-color: #FFFFE1;
	border: 1px solid #000000;
	z-index: 100;
}

#dhtmltooltip.help {
	width: 500px;
	color: #163B55;
	background-color: #CCE2F2;
	border: 1px solid #163B55;
}

/* Pop Up elements */

#popFrame,
#popScrn {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.0;
	filter: alpha(opacity=0);
}

#popFrame {
	z-index: 90;
}

#popScrn {
	background-color: #000000;
	z-index: 100;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.popDiv {
	display: none;
	position: absolute;
	z-index: 105;
	background: #FFFFFF;
	border: 5px solid #19526F;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
}

.popBody {
	padding: 10px;
}

#searchDiv {
	top: 95px;
	left: 575px;
	position: absolute;
	z-index: 105;
	background: #3F768D;
	border: 5px solid #19526F;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#222222', Direction=135, Strength=4);
}

#searchDiv .popBody {
	width: 190px;
	padding: 0px 10px 5px 10px;
	text-align: center;
}

#searchDiv INPUT {
	margin: 5px 0px;
	width: 95%;
}