.toolTip {
    position:absolute;
    display:none;
    top:200px;
    left:500px;
    padding:12px 0 25px;
    width:235px;
    z-index:1001;
}
.toolTip .ttTop {
    position:absolute;
    top:0;
    left:0;
    background:url(../images/tool-tip-top.png) no-repeat;
    width:235px;
    height:12px;
}
.toolTip .ttBottom {
    position:absolute;
    bottom:0;
    left:0;
    background:url(../images/tool-tip-bottom.png) 0 100% no-repeat;
    width:235px;
    height:25px;
}
.ttMiddle {
    padding:0 8px 8px;
    background:url(../images/tool-tip-middle.png) 0 0 repeat-y;
}

.toolTip h5 {
    position:relative;
    top:-4px;
    margin:0 0 4px;
    padding:4px 8px;
    background:#00BDF2;
    font-weight:bold !important;
    color:#FFF;
}
.toolTip p {
    margin:0;
    padding:0 8px;
}
.pj-toolTip, .pj-toolTip:hover {text-decoration:none ; color:#444; font-weight:normal;}