#bubble_tooltip{
    width:275px;
    position:absolute;
    display:none;
    z-index:2;
}
#bubble_tooltip .bubble_top{
    background-image: url('/images/tip/Popup_Top.gif');
    background-repeat:no-repeat;
    height:7px;	
    
}
#bubble_tooltip .bubble_middle{
    background-image: url('/images/tip/Popup_Middle_Name.gif');
    background-repeat:repeat-y;	
    background-position:bottom left;
    padding-left:7px;
    padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
    _position:relative;
    _top:-8px;
    font-family: Arial;
    font-size:9px;
}
#bubble_tooltip .Tip_FTR{
    font-size:10px;
}
#bubble_tooltip .bubble_bottom{
    background-image: url('/images/tip/Popup_Bottom.gif');
    background-repeat:no-repeat;
    background-repeat:no-repeat;	
    height:41px;
    position:relative;
    top:-6px;
}
.bubbleDescPadding{
    padding-top:7px;
}
/* TAG tip: Start */
#tag_tooltip{
    width:350px;
    position:absolute;
    display:none;
    z-index:2;
}
#tag_tooltip .bubble_top{
    background-image: url('/images/tip/Col_Tag_Top.gif');
    background-repeat:no-repeat;
    height:25px;	
    text-align:right;
}
#tag_tooltip .bubble_top .close{
    margin:5px 5px 0px 0px;
}
#tag_tooltip .bubble_middle{
    _background-image: url('/images/tip/Popup_Middle_Name.gif');
    _background-repeat:repeat-y;	
    _background-position:bottom left;
    background:#F0F0F0;
    padding-left:3px;
    padding-right:3px;
    border-left:1px solid #34006D;
    border-right:1px solid #34006D;
}
#tag_tooltip .bubble_middle span{
    _position:relative;
    _top:-8px;
    font-family: Arial;
    font-size:9px;
}
#tag_tooltip .bubble_bottom{
    background-image: url('/images/tip/Col_Tag_Bottom.gif');
    background-repeat:no-repeat;
    background-repeat:no-repeat;	
    height:31px;
    position:relative;
    _top:-6px;
}


#bigbubble_tag_tooltip{
    width:375px;
    position:absolute;
    display:none;
    z-index:2;
    border-top:1px solid #34006D;
}

#bigbubble_tag_tooltip .bubble_middle{
    background:#F0F0F0;
    /*padding-left:3px;*/
    /*padding-right:3px;*/
    /*padding-top:7px;*/
    padding-bottom:7px;
    border-left:1px solid #34006D;
    border-right:1px solid #34006D;
    border-bottom:1px solid #34006D;
}

#bigbubble_tag_tooltip .bubble_middle span{
    _position:relative;
    _top:-8px;
    font-family: Arial;
    font-size:9px;
    height:100%;
}

#bigbubble_tag_tooltip .bubble_bottom{
    background-image: url('/images/tip/Big_Popup_Bottom.gif');
    background-repeat:no-repeat;
    background-repeat:no-repeat;
    height:31px;
    position:relative;
    _top:-6px;
}

.TagWait{
    padding:20px 0px 0px 10px;
    font-size:12px;
    font-weight:bold;
}
/* TAG tip: End */