 /*---------- Setting CSS properties for :unknown -----------*/  
 /*---------- Theme Selected: green -----------*/    
.tool-tip {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
 
.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #9FD4FF;
    padding: 8px 8px 4px;
    background: url(/images/bubble.png) top left;
}
 
.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: url(/images/bubble.png) bottom right;
}
 
.custom-tip {
    color: #000;
    width: 130px;
    z-index: 13000;
}
 
.custom-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}

.tip-tip {
    color:#000000;
    width:130px;
    z-index:13000;
}
.tip-title {
    background:#C3DF7D none repeat scroll 0 0;
    border-bottom:1px solid #B5CF74;
    color:#3E4F14;
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:8px 8px 4px;
}
.tip-text {
    background:#CFDFA7 none repeat scroll 0 0;
    font-size:11px;
    padding:4px 8px 8px;
}
.tooltip {
    -x-system-font:none;
    color:#000000;
    font-family:Arial,sans-serif;
    font-size:11px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:lighter;
    line-height:1.3;
    text-align:center;
    text-decoration:none;
    width:200px;
}
.tooltip span.top {
    background:transparent url(/images/bt.gif) no-repeat scroll center top;
    padding:30px 8px 0;
}
.tooltip b.bottom {
    background:transparent url(/images/bt.gif) no-repeat scroll center bottom;
    color:#548912;
    padding:3px 8px 15px;
}

/*--------------------------------------------------------*/
 

