
.draggable a.tabledrag-handle {
cursor:move;
float:left;
height:1.7em;
margin:-0.4em 0 -0.4em -0.5em;
padding:0.42em 1.5em 0.42em 0.5em;
text-decoration:none;
}

a.tabledrag-handle .handle {
background:transparent url(images/draggable.png) no-repeat scroll 0 0;
height:13px;
margin-left:7px;
margin-top:4px;
width:13px;
}


html.js fieldset.collapsible legend a {
background:transparent url(images/menu_expanded.gif) no-repeat scroll 5px 50%;
padding-left:20px;
background-repeat:no-repeat;
}

html.js fieldset.collapsed legend a {
background-image:url(images/menu_collapsed.gif);
background-position:5px 70%;
}