.personPopupTrigger
{
	cursor:pointer;
	color: #000000;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}
.personPopupTrigger:hover 
{
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

#personPopupContainer
{
  background-color: #FFFFFF;
	position:absolute;
    left:0;
    top:0;
    display:none;
    z-index: 20000;
}

.personPopupPopup
{
}

#personPopupContent
{
    background-color: #FFFFFF;
    min-width: 175px;
    min-height: 50px;
}
.personPopupPopup td
{
	border-bottom: none;
}
.personPopupPopup .personPopupImage
{

}

.personPopupPopup .corner 
{

}
    
.personPopupPopup .topLeft 
{
    background: url(../images/personpopup/balloon_topLeft.png) no-repeat;
}
    
.personPopupPopup .bottomLeft 
{
    background: url(../images/personpopup/balloon_bottomLeft.png) no-repeat;
}
    
.personPopupPopup .left 
{
    background: url(../images/personpopup/balloon_left.png) repeat-y;
}
    
.personPopupPopup .right 
{
    background: url(../images/personpopup/balloon_right.png) repeat-y;
}
    
.personPopupPopup .topRight 
{
    background: url(../images/personpopup/balloon_topRight.png) no-repeat;
}
    
.personPopupPopup .bottomRight 
{
    background: url(../images/personpopup/balloon_bottomRight.png) no-repeat;
}
    
.personPopupPopup .top 
{
    background: url(../images/personpopup/balloon_top.png) repeat-x;
}
    
.personPopupPopup .bottom 
{
    background: url(../images/personpopup/balloon_bottom.png) repeat-x;
    text-align: center;
}