/* CSS Style for Eclipse Tutorials */

html, body { 
	padding: 0px;
	margin: 0px;
	font-family: Monaco, serif;
}

#header {
	background: #369;
	color: white;
	padding: 20px;
	margin: 0px;
}

#header h1 {
	font-weight: bold;
	font-size: 40px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#header ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#header ul li {
	display: inline;
	margin-right: 30px;
}

#header a {
	color: #ccc;
	text-decoration: underline;
	font-size: 12px;
}

#header a:hover {
	color: white;
	text-decoration: none;
}

#body {
	max-width: 90%;
	margin: 0px 40px;
	padding: 0px;
}

dd {
	margin-left: 0;
	margin-bottom: 1.5em;
}

dt {
	font-style: italic;
	margin-bottom: 0.5em;
}

#tutorials {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	list-style: none;
	font-size: 11px;
}

#tutorials li {
	padding: 0px;
	border-bottom: 1px dotted #CCC;
	margin: 0px 0px 10px 0px;
	text-align: right;
}

#tutorials a, #content a {
	color: #369;
	text-decoration: none;
}

#tutorials a:hover, #content a:hover {
	color: #58c;
}

#content {
	margin: 1em 0px 0px 225px;
	padding: 0px 0px 0px 20px;
	border-left: 1px dashed #666;
	font-size: 12px;
}

#content p {
	text-align: justify;
}

#content img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid black;
}

#content img.left {
  float: left;
  margin: 0 10px 5px 0;
}

#content h3 {
	margin:  3em 0px .5em 0px;
	padding: 4px;
	border: 1px dashed #58c;
	color: #369;
	font-size: inherit;
}

.clear {
  clear: both;
}

pre {
	background-color: #f8f8ff;
	border: 1px dashed #770000;
	font-family: Consolas, "Lucida Console", "Courier New", monospaced;
	padding: 0.5em;
}

table.methodtable {
	border: 1px solid black;
	border-collapse: collapse;
}

table.methodtable td, table.methodtable th {
	border: 1px solid black;
	padding: 0.2em 0.5em;
	vertical-align: top;
}

table.methodtable th {
	font-weight: bold;
	text-align: center;
}

var {
	font-family: sans-serif;
	font-size: smaller;
	font-weight: bold;
}

td.nowrap {
	white-space: nowrap;
}