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

.action img {
cursor:pointer;
}

#jHelperTipAttrContainer{
	border:1px solid #FF6633;
	color:#CCFF99;
	display:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-style: normal;
	text-align: left;
	width: 200px;
	background-color: #333333;
}

#jHelperTipContainer {
	display:none;
	height: 200px;
	width: 120px;
}

