/* CSS Document */
#personPopupContainer
{

    position:absolute;

    left:0;

    top:0;

    display:none;

    z-index: 20000;

}

 
.personPopupPopup
{

}

 
#personPopupContent
{

    background-color: #FFF;

    min-width: 175px;

    min-height: 50px;

}

 
.personPopupPopup .personPopupImage
{

    margin: 5px;

    margin-right: 15px;
	
	border:1px solid red;

}

 
.personPopupPopup .corner 
{

    width: 19px;

    height: 15px;

}

 
/*.personPopupPopup .topLeft  */
.topLeft 
{

    background: url(balloon_topLeft.png)  no-repeat;
	display:block;
	height:25px;
	border:1px solid red;
	width:20px;
	background:url(includes/tooltip/balloon_topLeft.png) no-repeat;
}
 
.personPopupPopup .bottomLeft 
{

    background: url(balloon_bottomLeft.png) no-repeat;

}

 
.personPopupPopup .left 
{

    background: url(balloon_left.png) repeat-y;

}

 
.personPopupPopup .right 
{

    background: url(balloon_right.png) repeat-y;

}

 
.personPopupPopup .topRight 
{

    background: url(images/balloon_topRight.png) no-repeat;

}

 
.personPopupPopup .bottomRight 
{

	background: url(images/balloon_bottomRight.png) no-repeat;

}

 
.personPopupPopup .top 

{

    background: url(images/balloon_top.png) repeat-x;

}

 
.personPopupPopup .bottom
{

    background: url(images/balloon_bottom.png) repeat-x;

    text-align: center;

}


