@CHARSET "UTF-8";

.decisionTree
	{
	height: 700px;
	}
	
.decisionTree .topContent
	{
	height: 210px;
	}
	
.decisionTree .topContent img
	{
	margin: 0 5px 0 0;
	border: 1px solid gray;
	}
	
.decisionTree .topContent .temporaryImage
	{
	visibility: hidden;
	}	

.decisionTree .commands
	{
	margin: 10px 0 5px 0;
	}
.decisionTree .commands div
	{
	float: left;
	margin: 0 5px 0 0;
	}	

.decisionTree .treeContainer
	{
	clear: both;
	overflow: auto;
	height: 450px;
	}

.decisionTree .question
	{
	background: #ffdddd;
	}
	
.decisionTree .wrongPath
	{
	background: #fefefe;
	color: #dadada; 
	}

.decisionTree .finalAnswer
	{
	background: #ddffdd;
	}
	
	