@CHARSET "UTF-8";

body {
	margin: 20px;
	padding: 0;
	background-color: white;
	color: black;
	font-family: serif;
	text-align: center;
	height: 100%;
}

a {
	border: 0;
}

a:visited {
	color: blue;
}

img {
	border: 0;
}

dt {
	font-weight: bold;
}

h1 {
	font-family: "sans serif";
	text-align: center;
}

h2 {
	font-family: "sans serif";
}

h3 {
	font-family: "sans serif";
	margin-bottom: 0;
	padding-bottom: 0;
}

h4 {
	font-family: "sans serif";
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #c0c0c0;
	line-height: 130%;
}

#header {
	margin: 0;
	padding: 0;
	height:120px;
	background-color: #B0D0A0;
}

#leftMenu {
	float: left;
	width: 180px;
	font-size: smaller;
	padding-top: 14px;
	line-height: 170%;
}

#mainArea {
	margin: 0 0 0 204px;
	padding: 12px;
}

.programlisting {
	font-family: monospace;
	white-space: pre;
	background-color: LightGrey;
	line-height: 125%;
}

.leftmenubullets {
	#font-family: sans-serif;
	list-style-type: circle;
}

.clear {
	clear: both;
}

a {
	color: #105888;
}

a.leftmenubullets {
	text-decoration: none;
	border-bottom-width: 1px;
	padding: -1;
	margin: -1;
	border-style: dotted;
	border-color: #c0d0b0;
}

a.apilink {
	text-decoration: None;
}

a.tflink {
	text-decoration: None;
}

.good {
	background-color: LightGreen;
}

.bad {
	background-color: PeachPuff;
}

.ugly {
	background-color: Crimson;
}

table.taskpackagetable {
	border: 1px solid #c0c0c0;
	border-collapse: collapse;
	padding: 2px;
}

th.taskpackagetable {
	background-color: #B0D0A0;
	color: White;
	font-weight: bolder;
	padding: 2px;
}

td.firstrow {
	border-top: 1px solid #c0c0c0;
	font-size: smaller;
	padding: 2px;
}

td.secondrow {
	border-bottom: 1px solid #c0c0c0;;
	font-size: smaller;
	padding: 2px;
}

.code_accordion {
	font-family: monospace;
	white-space: pre;
	width: 76ex;
}