
.PopUp {
	background-color: #cccccc; 
	border-bottom: gray thin solid; 
	border-left: white 1px solid; 
	border-right: gray thin solid; 
	border-top: white 1px solid; 
	color: black; 
	font-family: tahoma; 
	font-size: 10pt; 
	padding-bottom: 1px; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px; 
	position: absolute; 
	visibility: hidden; 
	width: 140px;
 }
 .Pop {
	background-color: transparent;
	color: black;
	font-family: tahoma;
	font-size: 9pt;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	width: 140px;
	cursor: hand;
 }
 .Up {
	background-color: #0a246a;
	color: white;
	font-family: tahoma;
	font-size: 9pt;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	width: 140px;
	cursor: hand;
 }

.divstyle {
	background-color: Silver;
}

div.dis {
	background-color: transparent;
	color: gray;
	font-family: tahoma;
	font-size: 9pt;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-top: 2px;
	width: 140px;
	cursor: auto;
	display: inline;
 }

