﻿body
{
}

#schemeDisplay
{
	margin-left: 21em;
}


#optionsAndTree
{
	width: 20em;
	font-size: small;
	left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	
	/*position: relative;*/
	margin-left: -20.5em;
	float: left;
}


* html #optionsAndTree /* ie 6 only */
{
	margin-left: -10em;
} 


#optionsAndTree div.listSelect select
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 17em;
}

#optionsAndTree div.title
{
	padding-bottom: 3px;
	font-weight: bold;
}

#optionsAndTree #conceptsTree
{
	width: 100%;
	overflow: auto;	
}

#resourceDisplay
{
	padding: 0px;
	margin: 0px;
	font-size: small;
	padding-left: 10px;
	overflow: hidden;
}

input.searchSuggest
{
	font-style: italic;
	color: #aaa;	
}
