acronym {
	border-bottom: #aaa solid 1px;
	cursor: help;
}


div.content {
	border: 0px;
	clear: left;
	padding: 1em 1em 0;
}

div.example, pre {
	background: #f8f8ff;
	border-color: #ddf;
	border-style: solid none;
	border-width: 2px;
	color: #004;
	font-size: .9em;
	margin: 1em 0;
	padding: .5em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: large;
	margin: 0;
}

h3 {
	font-size: medium;
	font-style: italic;
	margin: 0;
}



html, body {
	color: #000;
}

/*
input, textarea {
	border: #bdf solid 1px; 
	font: small sans-serif;
	padding: .3em;
	width: 20em;
}
*/
del, ins {
	text-decoration: none;
}

legend {
	color: #000;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


li {
	margin: .2em 0;
}

ol#toc {
	height: 2.3em;
	list-style: none;
	margin: 0;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}

ol#toc a {
	font: small sans-serif;
	background: #bdf url(http://www.energymasters.com/css_files/tab.png);
	color: #3868B9;
	display: block;
	float: left;
	height: 2.3em;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}

ol#toc a:hover {
	background-color: #3af;
	background-position: 0 -120px;
}

ol#toc a:hover span {
	background-position: 100% -120px;
}

ol#toc li {
	float: left;
	margin: 0 1px 0 0;
}

ol#toc li.current a {
	background-color: #48f;
	background-position: 0 -60px;
	color: #fff;
	font-weight: bold;
}

ol#toc li.current span {
	background-position: 100% -60px;
}

ol#toc span {
	background: url(tab.png) 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	line-height: 2.3em;
	padding-right: 10px;
}



