.listStyle
{
	/*font-family:Verdana,Arial;
	font-size:8pt;
	border:1px solid black;
	padding:0px 0px 0px 0px;
	*/
	/*position:absolute;*/
z-index:20;
background-color:#fff;
border:1px solid #082f67;
/*width:220px;*/
margin:0px 0px 0px 4px;
padding:2px 4px 4px 4px;
}

.listItemStyle
{
	cursor:hand;
	padding:4px 0px 4px 0px;
}


.listItemKey
{
	text-align:left;
	font-weight:normal;
	padding-left:0px;
}

.listItemValue
{
	padding-left:12px;
	text-align:right;
}

