@CHARSET "UTF-8";

/* This file should have Windows newlines. Otherwise it won't work in IE. */

body {
	margin: 20px;
	padding: 0;
	background-color: white;
	color: black;
	font-family: serif;
	text-align: left;
	height: 100%;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	vertical-align: middle;
}

#header {
	border-bottom: 1px solid LightGrey;
	font-size: 80%;
	text-align: center;
	padding: 8px;
	background-color: #105888;
	line-height: 150%;
	color: White;
	letter-spacing: 1px;
}

#propertyList {
	float: right;
	font-size: smaller;
	background-color: LightGrey;
	padding: 8px;
	border: 1px solid #505050;
}

#mainArea {
	padding: 8px;
}

dt {
	font-weight: bold;
}

h1 {
	font-family: "sans serif";
	text-align: center;
}

h2 {
	font-family: "sans serif";
}

h3 {
	font-family: "sans serif";
	font-size: large;
	margin-bottom: 0;
	padding-bottom: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
}

.parameterdoc {
	text-indent: -2em;
	margin-left: 3em;
}

.settermethoddescr {
	margin-left: 1em;
}

td {
	vertical-align: top;
}

.code {
	font-family: monospace;
	white-space: pre;
	background-color: LightGrey;
	width: 84ex;
	padding: 0.5em 1em;
}

.code_accordion {
	font-family: monospace;
	white-space: pre;
	width: 82ex;
}

.def {
	font-weight: bold;
}

a {
	color: #105888;
}

a.apilink {
	text-decoration: none;
}

a.tflink {
	text-decoration: none;
}

a.headerLink {
	color: White;
}

.notbold {
	font-weight: normal;
}

.propertyheader {
	background-color: LightGrey;
	font-size: large;
	font-family: "sans serif";
	font-weight: bold;
}

.greedy {
	width: 100%;
	height: 100%;
}

p.taskRefItem {
	margin-left: 50px;
	text-indent: -50px;
	margin-bottom: 4px;
}

dt.taskRefItem {
        margin-top: 8px;
}

dd.taskRefItem {
        margin-bottom: 4px;
}

