/* top, left: position of the popup */
.uinfo {z-index:5; position:absolute; visibility:hidden;}

/* Style of the table arround user- and city-name */
.uinfoTable {}
.uinfoTable1 {background:url(images/popup/pop01.gif) no-repeat;width:12px; height: 11px;}
.uinfoTable2 {background:url(images/popup/pop02.gif) repeat-x;}
.uinfoTable3 {background:url(images/popup/pop03.gif) no-repeat; width:8px; height: 10px;}
.uinfoTable4 {background:url(images/popup/pop04.gif) repeat-y;}
.uinfoTable5 {white-space: nowrap; background:url(images/popup/pop05.gif) repeat;}
.uinfoTable6 {background:url(images/popup/pop06.gif) repeat-y;}
.uinfoTable7 {background:url(images/popup/pop07.gif) no-repeat;width:12px; height: 10px;}
.uinfoTable8 {background:url(images/popup/pop08.gif) repeat-x;}
.uinfoTable9 {background:url(images/popup/pop09.gif) no-repeat; width:8px; height: 10px;}

/* Style of the area, where the user name will appear */
.uinfoHeadlink:link{font-weight:bold;color:black;text-decoration:none;}
.uinfoHeadlink:visited{font-weight:bold;color:grey;text-decoration:none;}
.uinfoHeadlink:hover{font-weight:bold;color:green;text-decoration:none;}
.uinfoHeadlink:active{font-weight:bold;color:red;text-decoration:none;}
.uinfoHeadlink:focus{font-weight:bold;color:green;text-decoration:none;}
/* Style of the area, where the city name will appear */
.uinfoBody {text-align:center; padding:3px; border-bottom:1px dotted black; white-space: nowrap}

/* Style of the member location point */
.uinfopt { z-index:3; font-size:7pt;}

/* Style of the select group panel */
.selectgroup {position:absolute; display:none; z-index:10; background-color:#DDDDDD;}
