.xelTipsTL {
	background: no-repeat url("topLeft.jpg");
	height:28px;
}
.xelTipsTR {
	background: no-repeat url("topRight.jpg");
	height:28px;	
}
.xelTipsBL {
	background: no-repeat url("bottomLeft.jpg");
	height:28px;	
}
.xelTipsBR {
	background: no-repeat url("bottomRight.jpg");
	height:28px;	
}
.xelTipsTM {
	background:  repeat-x url("topMiddle.jpg");
	height:28px;	
}
.xelTipsBM {
	background:  repeat-x url("botMiddle.jpg");
	height:28px;	
}
.xelTipsLineL {
	background:  left repeat-y url("lineL.jpg");
	height:28px;	
}
.xelTipsLineR {
	background:  right repeat-y url("lineR.jpg");
	height:28px;	
}

#fileDescription {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffc;
	padding: 10px;
	border: 1px solid #000;
	z-index: 1;
	display: none;
	font: bold 11px "Verdana", Arial, Helvetica, sans-serif;
	color: #000;
	width:400px;
}
