﻿/* list */
ul.vxJS_list					{ margin: 0; padding: 0;  list-style-type: none; }
.vxJS_list li					{ cursor: pointer; }
.vxJS_list .selected			{ background: #2c4; color: #fff; }
.vxJS_list .current				{ background: #A3536D; color: #fff; }
/* highlighting */
.hiLite	{ background: #ff0; font-weight: bold; color: #000; }
/* lade-icon */
.vxJS_xhrThrobber	{ width: 21px; height: 21px; background: url(/ameisen/img/vxjs/xhr_activity.gif) no-repeat 50% 50%; z-index: 100; }