body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0 none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content:"";
}
abbr, acronym {
	border:0;
}
body {
	font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif;
	font-size: 90%;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin-top: 1em;
	margin-bottom:0;
}
h2 {
	font-size: 1.1667em;
	font-weight: bold;
	line-height: 1.286em;
	margin-top: 1.929em;
	margin-bottom:0.643em;
}
h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0;
}
p {
	font-size: 1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
blockquote {
	font-size: 0.916em;
	margin-top: 3.272em;
	margin-bottom: 3.272em;
	line-height: 1.636em;
	padding: 1.636em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
ol li, ul li {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0;
}
pre, code {
	font-size:115%;
	font-size:100%;
	font-family: Courier, "Courier New";
	background-color: #efefef;
	border: 1px solid #ccc;
}
pre {
	border-width: 1px 0;
	padding: 1.5em;
}
table {  font-size:100%; }
table.dojoTabular {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
	margin: 0 1.5em;
}
.dojoTabular th {
	text-align: center;
	font-weight: bold;
}
table.dojoTabular thead, table.dojoTabular tfoot {
	background-color: #efefef;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
table.dojoTabular thead tr th,
table.dojoTabular thead tr td,
table.dojoTabular tbody tr td,
table.dojoTabular tfoot tr td {
	padding: 0.25em 0.5em;
}
body {
	background:#fff url('/dojotoolkit/dijit/tests/images/testsBodyBg.gif') repeat-x top left;
	padding:2em 2em 2em 2em;
}
h1.testTitle {
	font-size:2em;
	margin:0 0 1em 0;
}
.plusIcon, .plusBlockIcon {
	background-image: url('/dojotoolkit/dijit/tests/images/plus.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}
.plusBlockIcon {
	display: block !important;
}
.noteIcon {
	background-image: url('/dojotoolkit/dijit/tests/images/note.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 18px;
	height: 18px;
}
.flatScreenIcon {
	background-image: url('/dojotoolkit/dijit/tests/images/flatScreen.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}
.dijitTestNodeDialog {
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	width:200px;
	visibility:hidden;
	background-color:#fff !important;
	color:#000 !important;
	border:1px solid #000;
	padding:5px;
}
.dijitTestNodeDialog table {
	background-color:#fff !important;
}
.dijitTestNodeDialog td {
	padding:3px;
}
.dijitTestNodeShowing {
	visibility:visible;
}
body .customFolderOpenedIcon, body .customFolderClosedIcon {
	background-image: url('/dojotoolkit/dijit/tests/images/folderIcons.png');
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
    background-position: -44px;
}
.dj_ie6 .customFolderOpenedIcon, .dj_ie6 .customFolderClosedIcon {
	background-image: url('/dojotoolkit/dijit/tests/images/folderIcons.gif');
}
.customFolderClosedIcon {
    background-position: -154px;
}
#testMatrix {
	width:100%;
	text-align:center;
}
#testMatrix tr > td {
	text-align:left;
}
#testMatrix tr.top {
	background:blue;
	color:#fff;
}
#testMatrix tr.top th {
	padding:6px;
}
#testMatrix tr.tests {
	background:#666;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	color:#fff;
}
#testMatrix tr.tests th {
	text-align:center;
}
#testMatrix tr.spacer {
	background:#dedede;
	color:#666;
}
#testMatrix tr.spacer td {
	padding:6px;
}
#testMatrix tr.testRow td {
	text-align:center;
}
#testMatrix tr.testRow td.label {
	text-align:left;
	padding-left:15px;
}
#testMatrix tr.alt {
	background:#ededed;
}
.dojoxFloatingPane {
	background-color:#fff;
	position:relative;
	border: 1px solid #dedede;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 10px #adadad;
}
.dojoxFloatingPaneFg {
	-webkit-box-shadow: 0px 8px 20px #525252;
}
.dojoxFloatingPaneTitle {
	background: #cccccc;
	background:#fafafa repeat-x bottom left;
	border:1px solid #bfbfbf;
	padding:4px 4px 2px 4px;
	cursor: pointer;
	white-space: nowrap;
}
.soria .dojoxFloatingPaneTitle {
	background:#fff url('/dojotoolkit/dijit/themes/soria/images/titleBar.png') repeat-x top left;
	border:1px solid #b1badf;
	font-size: 0.9em;
	font-weight: bold;
	line-height:1.2em;
}
.tundra .dojoxFloatingPaneTitle {
	background:#fafafa url('/dojotoolkit/dijit/themes/tundra/images/titleBarBg.gif') repeat-x bottom left;
	border:1px solid #bfbfbf;
	color:#000;
}
.dojoxFloatingCloseIcon {
	background:url('/dojotoolkit/dijit/themes/tundra/images/tabClose.png') no-repeat center center;
	width:16px;
	height:16px;
	overflow:hidden;
	float:right;
}
.dojoxFloatingMinimizeIcon {
	background:url('/dojotoolkit/dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right;
}
.soria .dojoxFloatingMinimizeIcon {
	background:url('/dojotoolkit/dojo/themes/soria/images/spriteRoundedIconsSmallBl.png') no-repeat -15px top;
	width: 14px;
	margin: 0px 2px;
}
.floatingPaneMaximized .dojoxFloatingMaximizeIcon { display:none; }
.dojoxFloatingMaximizeIcon {
	background:url('/dojotoolkit/dojo/dijit/themes/tundra/images/spriteArrows.png') no-repeat -21px center;
	width:7px;
	margin: 0px 4px;
	overflow:hidden;
	float:right;
}
.soria .dojoxFloatingMaximizeIcon {
	background:url('/dojotoolkit/dojo/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png') no-repeat -45px top;
}
.floatingPaneMaximized .dojoxFloatingRestoreIcon { display:inline; }
.dojoxFloatingRestoreIcon {
	background:url('/dojotoolkit/dojo/dijit/themes/tundra/images/spriteArrows.png') no-repeat 0px center;
	width:7px;
	margin: 0px 4px;
	float:right;
	display:none;
}
.dojoxFloatingResizeHandle {
	background:url('/dojotoolkit/dojox/resources/icons/resize.png') no-repeat bottom right;
	position:absolute;
	right:0;
	bottom:0;
	width:16px;
	height:16px;
	cursor:nw-resize;
}
.dojoxFloatingCloseIcon {
	width:15px;
	height:15px;
	overflow:hidden;
	float:right;
	cursor:pointer;
}
.soria .dojoxFloatingCloseIcon {
	background:url('/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png') no-repeat -60px top;
}
.tundra .dojoxFloatingCloseIcon {
	background:url('/dojotoolkit/dijit/themes/tundra/images/tabClose.png') no-repeat center center;
}
.dojoxFloatingDockDefault {
	position:absolute;
	bottom:0px;
	left:0px;
	overflow:hidden;
	margin:0;
	margin-bottom:3px;
	padding:0px;
	width:100%;
	z-index:99;
	background:transparent;

}
.dojoxDockList {
	padding: 0px;
	margin: 0px;
}
.dojoxDockRestoreButton {
	background:url('/dojotoolkit/dijit/themes/tundra/images/arrowUp.png') no-repeat center center;
	width:16px; height:16px;
	overflow:hidden;
	float:left;
	margin-top:2px;
}
.soria .dojoxDockRestoreButton {
	background:url('/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmallBl.png') no-repeat -45px top;
}
.dojoxDockTitleNode {
	overflow:hidden;
}
.dojoxDock {
	display: block;
	border: 1px solid black;
	position: absolute;
	padding:0;
	margin:0;
	background:#fcfcfc;
}
.dojoxDockNode {
	border: 1px solid #adadad;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 3px;
	cursor:pointer;
	list-style: none;
	padding: 2px;
	margin: 0px;
	height: 16px;
	width: auto;
	float: left;
	background: #fafafa url('/dojotoolkit/dijit/themes/tundra/images/titleBarBg.gif') repeat-x bottom left;
}
.soria .dojoxDockNode {
	background:#b7cdee url('/dojotoolkit/dijit/themes/soria/images/titleBar.png') repeat-x;
}
.dojoxFloatingPaneContent {
	overflow: auto;
	background-color: #fff;
	height: 100%;
	width:	100%;
}
.dojoxFloatingPaneCanvas {
	background-color:#fff;
}

	.dojoxExpandoPane {
		overflow:hidden;
		z-index:440 !important;
	}

	.dojoxExpandoPane .dojoxExpandoWrapper {
		overflow:hidden;
	}
	.dojoxExpandoClosed .dojoxExpandoTitleNode {
		display:none;
	}

	.dojoxExpandoClosed .dojoxExpandoWrapper * {
		overflow:hidden !important;
	}
	.dojoxExpandoTitleNode {
		padding-right:6px;
		padding-left:6px;
	}
	.dojoxExpandoIcon .a11yNode {
		display:none;
		visibility:hidden;
	}
	.dojoxExpandoBottom .dojoxExpandoIcon,
	.dojoxExpandoTop .dojoxExpandoIcon,
	.dojoxExpandoLeft .dojoxExpandoIcon {
		float:right;
		margin-right:2px;
	}
	.dojoxExpandoRight .dojoxExpandoIcon {
		float:left;
		margin-left:2px;
	}
	.dojoxExpandoIcon {
		width:14px;
		cursor:pointer;
		background-position:-60px 0px;
		background-repeat: no-repeat;
		height:14px;
	}
	.dojoxExpandoClosed .dojoxExpandoIcon {
		background-position: 0px 0px;
		margin:0 auto;
	}

	.dijitBorderContainer-dijitExpandoPane {
		border: none !important;
	}

	.soria .dojoxExpandoTitle {
		height:16px;
		font-size:0.9em;
		font-weight:bold;
		padding:3px;
		padding-top:6px;
		padding-bottom:5px;
		background:#F0F4FC url('/dojotoolkit/dijit/themes/soria/images/tabContainerSprite.gif') repeat-x scroll 0pt -50px;
		border-left: 1px solid #B1BADF;
		border-right: 1px solid #B1BADF;
	}

	.soria .dojoxExpandoClosed .dojoxExpandoTitle {
		background: none;
		background-color: #F0F4FC;
		border: none;
	}

	.soria .dojoxExpandoClosed {
		background: none;
		background-color: #F0F4FC;
		border: 1px solid #B1BADF !important;
	}

	.soria .dojoxExpandoIcon {
		background-image: url('/dojotoolkit/dijit/themes/soria/images/spriteRoundedIconsSmall.png');
	}


	.tundra .dojoxExpandoTitle {
		font-weight: bold;
		padding: 5px;
		padding-top: 6px;
		padding-bottom: 6px;
		background: #fafafa url('/dojotoolkit/dijit/themes/tundra/images/accordionItemActive.gif') repeat-x scroll left top;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.tundra .dojoxExpandoClosed .dojoxExpandoTitle {
		background: none;
		background-color: #fafafa;
		border: none;
		padding:3px;
	}

	.tundra .dojoxExpandoClosed {
		background: none;
		background-color: #fafafa;
		border: 1px solid #ccc !important;
	}
	.tundra .dojoxExpandoRight .dojoxExpandoTitle,
	.tundra .dojoxExpandoLeft .dojoxExpandoTitle,
	.tundra .dojoxExpandoClosed .dojoxExpandoTitle,
	.tundra .dojoxExpandoClosed {
		background-color: #fafafa;
	}

	.tundra .dojoxExpandoIcon {
		background-image: url('/dojotoolkit/dijit/themes/tundra/images/spriteRoundedIconsSmall.gif');
	}

	.tundra .dojoxExpandoClosed .dojoxExpandoIconLeft,
	.tundra .dojoxExpandoClosed .dojoxExpandoIconRight,
	.tundra .dojoxExpandoClosed .dojoxExpandoIconTop,
	.tundra .dojoxExpandoClosed .dojoxExpandoIconBottom {
		margin-top: 3px;
	}


	.nihilo .dojoxExpandoPane {
		background: #fafafa;
	}

	.nihilo .dojoxExpandoTitle {
		height:16px;
		font-size:0.9em;
		font-weight:bold;
		padding:3px;
		padding-top:6px;
		padding-bottom:5px;
		background:#fafafa url('/dojotoolkit/dijit/themes/nihilo/images/tabContainerSprite.gif') repeat-x scroll 0pt -50px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.nihilo .dojoxExpandoClosed .dojoxExpandoTitle {
		background: none;
		background-color: #fafafa;
		border: none;
	}

	.nihilo .dojoxExpandoClosed {
		background: none;
		background-color: #fafafa;
		border: 1px solid #ccc !important;
	}

	.nihilo .dojoxExpandoIcon {
		background-image: url('/dojotoolkit/dijit/themes/nihilo/images/spriteRoundedIconsSmall.png');
	}

	.nihilo .dojoxExpandoTop {
		border-bottom:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
	}



	.dojoxExpandoClosed .dojoxExpandoIcon {
		margin-right:4px;
	}
	.dojoxExpandoIconLeft {
	  background-position: 0 0;
	}
	.dojoxExpandoClosed .dojoxExpandoIconLeft {
	  background-position: -30px 0;
		margin-right: 4px;
	}
	.dojoxExpandoIconRight {
	  background-position: -30px 0;
	}
	.dojoxExpandoClosed .dojoxExpandoIconRight {
	  background-position: 0 0;
		margin-left: 4px;
	}
	.dojoxExpandoIconBottom {
	  background-position: -15px 0;
	}
	.dojoxExpandoClosed .dojoxExpandoIconBottom {
	  background-position: -45px 0;
		margin-top:1px;
	}
	.dojoxExpandoIconTop {
	  background-position: -45px 0;
	}
	.dojoxExpandoClosed .dojoxExpandoIconTop {
	  background-position: -15px 0;
	}
body, html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background: #fafafa;
	overflow: hidden;
}
.wrap {
	margin: 0;
	padding: 15px;
}
.wrap h3 {
	margin-top: 5px;
}
#header {
	height:32px;
}
.searchBar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 25px;
	border-bottom: 1px solid #ccc;
	background: #fafafa;
}
.searchBar p {
	margin: 0;
	padding: 2px;
}
.searchStuff {
	position: absolute;
	top: 25px;
	margin: 0 auto;
}
.searchStuff ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
}
div.itty {
	font-weight: normal;
	font: 8pt Arial,sans-serif;
	color:#666;
	padding:5px;
	padding-left:10px;
}
div.itty:hover {
	color:#333;
}
.itemType {
	font-style:italic;
	font-size:12pt;
}
#runSearchIcon {
	border:1px solid #000;
}
