#prn_update {
	 width: 200px;
     border: 1px solid #999;
     background: white;
}
#prn_update ul {
     margin: 0;
     padding: 0;
     list-style: none;
	 font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	 text-transform: uppercase;
	 font-weight: normal;
	 font-size: 1.4em;
}
#act_update {
	 width: 200px;
     border: 1px solid #999;
     background: white;
}
#act_update ul {
     margin: 0;
     padding: 0;
     list-style: none;
	 font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
	 text-transform: uppercase;
	 font-weight: normal;
	 font-size: 1.4em;
}
.selected {
     background: #207a91;
	 color: white;
	 cursor: pointer;
}
