input.hlp_tables_lista {
	margin: 0 0 0 10px;
	font-size: 10px;
}

.hlp_tables_tr_on_mouse_over {
	background: #cccccc;
}

.hlp_tables_tr_on_mouse_out {
	background: none;
}

th.hlp_tables_tr {
	margin: 0 10px 0 10px;
}

table.sortable {
	border-collapse: collapse;
	border-spacing: 0px;
}

table.sortable th {
	margin: 0 10px 0 10px;
	background-color: #d0d0d0;
}

table.sortable tr, tr.hlp_tables_tr {
	margin: 0 10px 0 10px;
	cursor: pointer;
}

table.sortable tr td {
	padding: 0 5px;
}

tr.hlp_tables_tr td {
	margin: 5px 10px 0 0;
}

/* form helper */
.hlp_frm_input {
	width: 300px;
}
/* images helper */
.hlp_images_scroll {
	position: absolute; 
	left: 1200px;
	top: 0px;
	border: 0;
}

