
table.rulewriter ul.actionList { list-style:none; margin: 0px; vertical-align: top; }
table.rulewriter ul.actionList li {
	display:block; float:left; width:24px; height:24px; vertical-align: top; margin: 1px;
	border: solid 1px skyblue; -moz-border-radius: 4px;
	-webkit-border-radius: 4px; border-radius: 4px;
	cursor: pointer;
}
table.rulewriter ul.actionList li a { display:block; text-decoration:none; width:24px; height:24px; }
table.rulewriter ul.actionList li.mnubtn { background:url(images/menu.png) no-repeat; width:18px; height:18px; border: none; }
table.rulewriter ul.actionList li.edtcdn { background:url(images/build.png) no-repeat; }
table.rulewriter ul.actionList li.addsub { background:url(images/condition.png) no-repeat; }
table.rulewriter ul.actionList li.addact { background:url(images/action.png) no-repeat; }
table.rulewriter ul.actionList li.moveup { background:url(images/moveup.png) no-repeat; }
table.rulewriter ul.actionList li.movedn { background:url(images/movedown.png) no-repeat; }
table.rulewriter ul.actionList li.delete { background:url(images/delete.png) no-repeat; }

div.webformcontrol table.rulewriter td { border: 0px; }
table.rulewriter table tr.cseparator td { border-top: dotted 1px blue; }
table.rulewriter table tr.aseparator td { border-top: dotted 1px red; }
