@CHARSET "ISO-8859-1";

/* GENERAL ELEMENTS */
h2,h3,h4 {
	text-decoration: underline;
}

p {
	margin-left: 0.5in;
}

table.table-formatted {
	margin-left: 0.5in;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
/*	border-collapse: separate;*/
}

ul,ol {
	margin-left: 1in;
}

/* CONTENT CLASSES */
/*.newContent {
	color: red;
	border-left: 2px red solid;
	padding-left: 4px;
}*/

.oldContent {
	color: gray;
	display: none;
}

span.command {
	display: block;
	margin-left: 0.5in;
	font-family: monospace;
}

.note {
	background-color: yellow;
}

table.table-formatted td {
	padding: 0px 0.5em;
	border-width: 1px;
	border-style: inset;
	border-color: black;
}

table.table-formatted tr.table-odd {
	background-color: lightsteelblue /*rgb(202,212,249);*/
}

table.table-formatted th {
	background-color: cornflowerblue; /*rgb(130,151,234);*/
	border-width: 1px;
	border-style: solid;
	padding-bottom: 5px;
	border-color: black;
}

/* following two properties are specific to the file properties table */
table.table-formatted tr.property {
	font-weight: bold;
}

table.table-formatted tr.propertydesc td {
	padding-left: 2em;
	padding-bottom: 0.5em;
}

/* SPECIFIC STRUCTURES */
div#header {
	text-align: center;
}