.brush {
	margin: 10px;
	font-size: 9pt;
}
.brush .title {
	padding: 0px 0px 5px 40px;
	color: #79a;
	font-family: "Verdana","ËÎÌå";
	font-weight: 700;
}
.brush .copy {
	margin-left: 20px;
	font-weight: 300;
	cursor: pointer;
}
.brush .copy:hover {
	text-decoration: underline;
}
.brush ol {
	margin: 0px;
	font-size: 10pt;
	font-family: "Courier New","Courier","ËÎÌå";
	color: #999;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	overflow: auto;
	list-style: decimal outside;
}
.brush li {
	border-left: 1px solid #abc;
}
.brush .even {
	background-color: #fff;
}
.brush .odd {
	background-color: #f9f9f9;
}
.brush ol div {
	padding-left: 10px;
	font-weight: 300;
	font-style: normal;
	color: #000;
}
.brush .on, .brush .off {
	font-weight: 700;
	color: #000;
	cursor: pointer;
}
.brush .on {
	font-style: normal;
}
.brush .off {
	font-style: italic;
}
.brush .show {
	position: static;
	visibility: visible;
}
.brush .hide {
	position: absolute;
	visibility: hidden;
}
.brush .active {
	background-color: #ccc;
}
.brush .inactive {
	background-color: transparent;
}
