@CHARSET "UTF-8";
/**************
tool tips CSS
*****************/
#personPopupContainer,#sharedPopupContainer,#sampleIGOTPidContainer,#sitePopupContainer
{
    position:absolute;
    left:0px;
    top:50px;
    display:none;
    z-index: 20000;
}


.personPopupPopup
{
	}

#personPopupContent,#sharedPopupContent,#sampleIGOTPidContent,#sitePopupContent
{
    background-color: #FFF;
    min-width: 175px;
    min-height: 50px;
    overflow:auto;
}

.personPopupPopup .personPopupImage
{
    margin: 0px;
    margin-right: 15px;
}

.personPopupPopup .corner
{
    width: 19px;
    height: 15px;
}

.personPopupPopup .topLeft
{
    background: url(../tooltips/images/balloon_topLeft.png) no-repeat;
}

.personPopupPopup .bottomLeft
{
    background: url(../tooltips/images/balloon_bottomLeft.png) no-repeat;
}

.personPopupPopup .left
{
    background: url(../tooltips/images/balloon_left.png) repeat-y;
}

.personPopupPopup .right
{
    background: url(../tooltips/images/balloon_right.png) repeat-y;
}

.personPopupPopup .topRight
{
    background: url(../tooltips/images/balloon_topRight.png) no-repeat;
}

.personPopupPopup .bottomRight
{
    background: url(../tooltips/images/balloon_bottomRight.png) no-repeat;
}

.personPopupPopup .top
{
    background: url(../tooltips/images/balloon_top.png) repeat-x;
}

.personPopupPopup .bottom
{
    background: url(../tooltips/images/balloon_bottom.png) repeat-x;
    text-align: center;
}