body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, td, div, input, textarea {
	font-family: Arial, FreeSans, sans-serif;
	font-size: 13px;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, FreeSans, sans-serif;
	font-weight: bold;
	margin: 0.8em 0px 0.2em 0px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}

input, textarea {
	border-width: 1px;
}

.viewItem {
	cursor: pointer;
	padding: 1px;
}
.viewSelected {
	background-color: highlight;
	color: highlighttext;
}
.viewSub {
	padding-left: 15px;
}

.inline_block {
	display: inline;
	display: inline-block;
	display: expression('in'+'line');
	width: 100px;
	margin: 5px 5px 5px 5px;
}

.progressBar {
	width: 100%;
}

.progressBar_filled {
	background-color: green;
	height: 10px;
}

.progressBar_unfilled {
	background-color: lightgray;
	height: 10px;
}

.wysiwyg {
	height: 100%;
	width: 100%;
}
