﻿.heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-image: url('../../Images/CTree.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-left: 20px;
}

.headingOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFAA22;
	background-image: url('../../Images/CTree.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-left: 20px;
}

.headingExpand
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-image: url('../../Images/ETree.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-left: 20px;
}

.headingExpandOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #FFAA22;
	background-image: url('../../Images/ETree.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-left: 20px;
}

.lic
{
	margin-bottom: 1em;
}

pre
{
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
	width: 850px;
	font-size: medium;
	font-family: Everson Mono, Prestige, Courier, MS Courier New;
}

ul
{
}

li
{
	list-style-type: none;
}

.Ctree
{
	width: 9px;
	height: 9px;
	background-image: url('../Images/CTree.gif');
}

.Etree
{
	width: 9px;
	height: 9px;
	background-image: url('../Images/ETree.gif');
}