body {
	position : relative;
}
#rulesWrapper {
	width : 90%;
	margin : 10px auto;
}
#control, #content {
	padding : 10px;
	border : 1px solid #999;
	background-color : #EEE;
}
#control {
	width : 20%;
	position : fixed; top : 10px; right : 10px;
}
#content {
	width : 75%;
}
#tags {
	margin : 10px 0;
}
#clearFilter, #saveResults {
	margin-bottom : 10px;
}
#tagList {
	height : 400px;
	overflow : auto;
}
#moa div {
	width : 90%;
	margin-top : .8em;
	margin-left : 2em;
	position : relative;
}
.show, .hide {
	display : block;
	height : 13px;
	width : 13px;
	position : absolute;
	top : 0;
	left : -1.5em;
	background-image : url(./images/showhide.gif);
	text-indent : -10000px;
}
.show {
	background-position : center top;
}
.hide {
	background-position : center bottom;
}
.ruleNum {
	font-weight : bold;
}
.filtered div {
	display : none;
}
.filtered .tagPath, .filtered .tagged, .filtered .tagged div {
	display : block;
}
.filtered .tagged, .filtered .tagged div, .filterTag {
	background-color : #CCF !important;
	font-weight : bold;
}
#filteredOn {
	margin-left : 1em;
	font-size : 75%;
	font-weight : normal;
}