.tt {
	cursor: pointer;
	border-bottom-style: none;
	color: black;
}

.tt:hover {
	text-decoration: none;
	color: #990011
}

BODY .dojoTooltip {
	background: none;
	color: black;
	border: 0px;
}

.tooltip {
	display: none;
}
	
/*.tooltipBox {
	width: 375px;
	position: absolute;
	left:50%;
	margin-left:-190px; 
	top:257px; 
	overflow:hidden;  
	padding: 5px 5px 5px 5px; 
	text-align:left; 
	z-index:1;}
}
*/
.lt-corner {
	z-index: 10;
	background: url(../images/tooltip/lt-corner.gif) no-repeat left top;
	height: 37px
}

.rt-corner {
	z-index: 10;
	background: url(../images/tooltip/rt-corner.gif) no-repeat right top;
	height: 37px
}
.tooltip-box-upper {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/tooltip/upper-filling.gif) repeat-x 50% top;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	height: 37px;
	text-align: center;
	border-bottom-style: none
}

.tipTitle {
	font-weight: bold;
	margin: auto;
	color: #000;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.tooltip-box-content {
	z-index: 10;
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/tooltip/body.gif) repeat top;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.tooltip-box-content .l-with-border {
	z-index: 10;
	background: url(../images/tooltip/l-corner-with-border.gif) repeat-y
}

.tooltip-box-content .r-with-border {
	z-index: 10;
	background: url(../images/tooltip/r-corner-with-border.gif) repeat-y right top
}

.tipDesc {
	text-align: left;
	padding-left: 17px;
	padding-right: 17px
}

.tipDesc UL {
	margin-bottom: 0px;
	text-align: left
}

.tipDesc IMG {
	border-right: #666 1px solid;
	border-top: #666 1px solid;
	float: none;
	margin: 2px 3px 2px 0px;
	border-left: #666 1px solid;
	border-bottom: #666 1px solid
}

.lb-corner {
	z-index: 10;
	background: url(../images/tooltip/lb-corner.gif) no-repeat left bottom;
	height: 37px
}

.rb-corner {
	z-index: 10;
	background: url(../images/tooltip/rb-corner.gif) no-repeat right bottom;
	height: 37px
}

.tooltip-box-lower {
	padding-right: 0px;
	padding-left: 0px;
	background: url(../images/tooltip/lower-filling.gif) repeat-x bottom;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	height: 37px;
	text-align: center
}

