/*******************************************************************
 * Standards Compliant styles.
 * #siteShell.xmsie can do the same in most cases (watch it if >ie7)
 *******************************************************************/
:root {
/*	background: transparent;
	margin: 0;
	padding: 0;/**/
}
:root body {
/*	margin: 0;
	padding: 0;/**/
}
/*******************************************************************/
/*              Float Switch: Wraps parent container around float. */
/*******************************************************************/
div.floatWrap:after,
#siteShell:after,
#siteBorder:after,
#headFrame:after,
#siteFrame:after,
#sitePanel:after,
#coreFrame:after,
body.col3ML #corePanel:after,
body.col3MR #corePanel:after {
	clear: both          !important;
	content: "..."       !important;
	display: block       !important;
	font-size: 1px       !important;
	height: 0            !important;
	overflow: hidden     !important;
	visibility: hidden   !important;
}
#footFrame {
	clear:both;
}
#siteFrame {
	overflow:hidden;
}
/*************************************************************************************************/
#ctlPanel #ctlBodyFrame {
	width: 99.333%;
}
div.iwContent h2 {
	margin-top:0;						 /* headers at the top of iwContent cause top padding in FF. */
}
/*********** embeded xml *****************************************/
/*********** ie will not style non html nodes ********************/
/*********** Set to hide rows but display sql ********************/
root row {
	display: none;
}
root sql {
	display: block;
	white-space: pre;
float:left;
clear:both;
/*	position: absolute;
	top: 0;
	left: 0;/**/
	width: 95%;
	text-align: left;
	overflow: scroll;
	opacity:0.7;
}
root sql,
#constantJsp.testPage {
	font-family:"Courier New",Courier,mono; 
	font-size: 8pt;
	padding: 1em;
	border: 2px solid red;
	color: lime;
	background: black;
}
