.toolTip {
        color: #3366FF;
/*        cursor:help; */
        position: relative;
        z-index: 1;
        height:15px;
}

* html .toolTip img {
	margin-top: 5px;
}

.toolTipWrapper {
        width: 450px;
        position: absolute;
        top: -150px;
        display: none;
        color: #FFFFFF;
        font-weight: normal;
        font-size: 11px;
        text-align: left;
        z-index: 999;
}

.toolTipTop {
        width:450px;
        height: 5px;
		background-color: #FA2625;  
		 z-index: 999;     
/*        background: url(images/bubbleTop.gif) no-repeat; */
}

.toolTipMid {
        padding-left: 10px;
        padding-top: 0px;
		background-color: #FA2625; 
		 z-index: 999;      
        /*background: #A1D40A url(images/bubbleMid.gif) repeat-x top; */
}

.toolTipBtm {
        height: 5px;
        background-color: #FA2625;  
         z-index: 999;     
        
/*        background: url(images/bubbleBtm.gif) no-repeat; */
}

DIV.setzlistetitle {
	margin-top: 0px;
	padding-top: 0px;
}

UL.setzlistetitle {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	z-index: 999;
}

UL.setzlistedata {
	list-style-type: disc;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	z-index: 999;
	padding-bottom: 5px;
}