#dataExplorerDiv
{
	width:100%;
	height:75%;
}
#dataExplorerLeftDiv
{
	float:left;
	width:30%;
	height:100%;
	overflow:auto;
	border-top:solid 1px #EAE9DD;
	border-left:solid 1px #EAE9DD;
	border-bottom:solid 1px #EAE9DD;
}
#dataExplorerSpacerDiv{
	float:left;
	width:5px;
	background-color:#EAE9DD;
	height:100%;
	cursor:w-resize;
	border-top:solid 1px #EAE9DD;
	border-bottom:solid 1px #EAE9DD;
}
#dataExplorerRightDiv{
	float:left;
	width:65%; 
	height:100%;
/*	overflow:auto;	*/
	border-top:solid 1px #EAE9DD;
	border-bottom:solid 1px #EAE9DD;
	border-right:solid 1px #EAE9DD;
}
.fieldgroupcontainer
{
	position: relative;
	width: 100%;		
	overflow: visible;
}

.fieldgroup
{
	width: 100%;		
	margin-left: 2em;
	margin-top: 0.2em;
	overflow: visible;
}
.fieldgroupdescription
{
	overflow: visible;
	width: 100%;
}

/* Margin-left corresponds to the width of the expand image */
.fieldgroupfields
{
	position: relative; 
	width: 100%;
	height: 2.5em;
	margin-left: 16px;
}
/*
.expandplaceholder
{
	position : absolute;
	width: 10px;
	left: 0px;
	top: 0.5em;
	height: 1.5em;
	background-color: Yellow;
}
/*
/*
.fielddragclass
{
	left: 0px;
	background-color: Olive;
	height: 3em;
	border-right: solid 1px black ;
	padding-left:2em;
	padding-right:2em;
}
*/
/*
.fieldgroupfield
{
	background-color: #CCCCCC;
	height: 1.5em; 
	top: .5em;
	overflow: hidden;
	border: solid 1px #DDDDDD ;
}
*/
/*
.fieldcontent
{
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	position:static;
	overflow: hidden;
}
*/
.fieldresize
{
	top: 0;
	background-color: Green;
	height:100%;
	float:right;
	position:static;
	cursor:w-resize;
}

.resultgroup
{
/*	width: 2500px;	*/
	margin-left: 2em;
	overflow: hidden;
}

.resultrow, .resultvaluecontainer, .resultgroupcontainer
{
	clear:both;
	float:none;
}

.expandimage
{
	float: left; 
}
/*
.resultrowfield
{
	overflow: hidden;
	float: left; 
	border: solid 1px #DDDDDD ;
	height: 1.5em;
}

.resultrowfieldcontent
{
	overflow: hidden;
	height: 1.5em;
	padding-left: 10px;
}
*/

.dataexplorerresults
{
/*	height: 100%; */
/*	background-color: Yellow; */
	overflow: auto; 
}