@CHARSET "ISO-8859-1";

.hl {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}


.hl .btBar {
	display: inline-block;
	padding: 0 8px;
	display: inline-block;
}

.hl ul {
	margin: 5px 0 0 0;
	list-style: none;
	padding: 0;
	width: 98%;
}

.hl li {
	margin: 2px 0;
	padding: 3px 5px;
	/*border: 1px darkgray dashed;*/
	background-color: #EEEEFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #444;
	-webkit-box-shadow: 2px 2px 2px #444;
	box-shadow: 2px 2px 2px #444;
}

.hl .up,.hl .down,.hl .delete,.hl .add {
	border: none;
	width: 20px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
}

.hl .down {
	border: none;
	background: url("../images/arrow_bottom.png") no-repeat top left;
}

.hl .up {
	background: url("../images/arrow_top.png") no-repeat top left;
}

.hl .add {
	background: url("../images/add.png") no-repeat top left;
}

.hl .delete {
	background: url("../images/delete_cross_mini.png") no-repeat top left;
	display: inline-block;
	float: right;
}
.hl .wait{
	background: url("../images/loader.gif") no-repeat center left;
	display: inline-block;
	width: 16px;
	height: 16px;
}