/* CSS Document */

.toolTip {
	/*padding-right: 20px;*/
	/*background: transparent url(/images/ICN_help.gif) no-repeat right;*/
	color: #260972;
	font-weight: bold;
	/*text-decoration: underline;*/
	cursor: help; 
	position: relative;
}

.toolTipWrapper {
	width: 275px;
	position: absolute;
	top: 20px;
	display: none;
	color: #00000;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
}

.toolTipTop {
	width: 275px;
	height: 15px;
	background: transparent url(/images/ART_bubbleTop.gif) no-repeat;
}

.toolTipMid {
	padding: 0 15px;
	background: #506ece url(/images/ART_bubbleMid.gif) repeat-x top;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.toolTipBtm {
	height: 15px;
	background: transparent url(/images/ART_bubbleBtm.gif) no-repeat;
}
	
