/* start - table TOOLTIP */
.tooltipTable {
    text-align: left;
    border-collapse: collapse;
    margin: 0px 0px;
}
.tooltipTable tr {
    height: 0px;
}
.tooltipTable td {
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.tooltipTable ul {
    border: 0px;
    /*padding: 0px;*/
    margin: 0px;
    list-style-type: square;
}

#tooltipContainer
{
    position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 9;
    min-width: 220px;
    min-height: 30px;

}

#tooltipContent
{
    background-color: #FFF;
    text-align: left;
    min-width: 220px;
    min-height: 30px;
    text-align: left;
}

/*.personPopupPopup .personPopupImage
{
    margin: 5px;
    margin-right: 15px;
}
*/
.tooltipTable .corner
{
    width: 19px;
    height: 15px;
}

.tooltipTable .topLeft
{
    background: url(images/balloon_topLeft.png) no-repeat;
}

.tooltipTable .bottomLeft
{
    background: url(images/balloon_bottomLeft.png) no-repeat;
}

.tooltipTable .left
{
    background: url(images/balloon_left.png) repeat-y;
}

.tooltipTable .right
{
    background: url(images/balloon_right.png) repeat-y;
}

.tooltipTable .topRight
{
    background: url(images/balloon_topRight.png) no-repeat;
}

.tooltipTable .bottomRight
{
    background: url(images/balloon_bottomRight.png) no-repeat;
}

.tooltipTable .top
{
    background: url(images/balloon_top.png) repeat-x;
}

.tooltipTable .bottom
{
    background: url(images/balloon_bottom.png) repeat-x;
    text-align: center;
}


#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat; z-index:10}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}