html {
	overflow: auto;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	cursor: auto;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

button,
body.helpTopicsBody {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.dj_ie body,
.dj_ie body.helpTopicsBody {
	/* We have to overwrite the font attribute from dojo as well, or we run
	into problems on IE */
	font: 11px arial, helvetica, sans-serif;
}

.iwcHelp .helpContainer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/* Top region: Banner */
.iwcHelp .helpContainer .helpContainer_region_top {
	border: none;
	background: transparent url("../images/headerChrome.png?00.01_205929") repeat-x left top;
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

.iwcHelp .helpContainer .helpContainer_region_top .banner_HelpTitle {
	font-size: 18px;
}

.iwcHelp .helpContainer .helpContainer_region_top .banner_HelpVersion {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.iwcHelp .helpTreeHeader,
.iwcHelp .helpTreeBody {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}


/* Leading Region: Tree navigation */
.iwcHelp .helpContainer_region_leading {
	width: 340px;
	background: #EAF1F9;
}

.iwcHelp .helpContainer .helpTreeHeader {
	padding: 4px 20px;
	min-height: 14px;
	background: url("../images/helpTreeHeaderBg.png?00.01_205929") repeat-x left top;
	border-bottom: 1px solid #626972;
	white-space: nowrap;
}

/*
.iwcHelp .helpContainer .helpContainer_region_leading .helpTreeHeader,
.iwcHelp .helpContainer .helpContainer_region_leading .helpTreeBody {
	border: none;

}
*/
.iwcHelp .helpTreeBody {
	padding: 4px 20px 4px 12px;
}

/*
.dj_ie .iwcHelp .helpTreeBody {
	min-width: 310px !important;
	width: 310px;
}
*/
.iwcHelp .helpTreeButton {
	border: none;
	width: 75px;
	height: 23px;
	margin: 0 8px 0 0;
	font-size: 12px;
	background: transparent url("../images/helpTreeButtonBg.png?00.01_205929") no-repeat left top;
	color: #FFF;
	cursor: pointer;
}

.dj_webkit .iwcHelp .helpTreeButton {
	padding-top: 4px;
}

/* Tree */
.iwcHelp .helpTreeBody {
	padding-top: 15px;
	overflow: auto;
	font-size: 12px;
}

.iwcHelp .dijitTreeExpandoOpened {
	background: url("../images/treeDropDownOpen.png?00.01_205929") no-repeat top left;
	margin-right: 5px;
}

.iwcHelp .dijitTreeExpandoClosed {
	background: url("../images/treeDropDownClosed.png?00.01_205929") no-repeat top left;
	margin-right: 5px;
}

.iwcHelp .dijitTreeNode,
.iwcHelp .dijitTreeExpandoLeaf {
	background: none;
}


/* Center Region: Content Pane */
.iwcHelp .helpContainer .helpContainer_region_center {
	border: none;
  overflow: hidden;
}

.iwcHelp  .helpTopicsBody {
	border: none;
	height: 100%;
	width: 100%;
}





.helpTopicsHeader,
.helpCategoryHeader {
	padding: 9px 20px 8px 20px;
	background: url("../images/helpTopicsHeaderBg.png?00.01_205929") repeat-x 0 50%;
	border-bottom: 1px solid #999999;
	min-height: 14px;
}

.dj_webkit .helpTopicsHeader,
.dj_webkit .helpCategoryHeader {
	padding: 9px 20px 9px 20px;
}

.helpTopicsHeader a {
	padding: 0;
	color: #0B4FA9;
	font-weight: normal;
	text-decoration: none;
}

.helpTopicsButtonPrev,
.helpTopicsButtonNext {
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.dj_ie .helpTopicsButtonPrev,
.dj_ie .helpTopicsButtonNext {
	display: inline;
}

.helpTopicsButtonPrev a,
.helpTopicsButtonNext a {
	border: none;
	font-size: 11px;
	color: #0B4FA9;
}

.helpTopicsButtonPrev a {
	background: url("../images/treeDropDownLeft.png?00.01_205929") no-repeat 0px -4px;
	padding-left: 12px;
}

.helpTopicsButtonNext a {
	background: url("../images/treeDropDownClosed.png?00.01_205929") no-repeat 100% -4px;
	padding-right: 12px;
}

.helpCategoryHeader h3 {
	color: #0B4FA9;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none;
}

.helpTopics .helpCategoryHeader h3 {
	color: #191919;
}


.helpTopicsBody,
.helpCategoryBody {
	overflow: auto;
	height: 100%;
}

.helpTopicsBody h3,
.helpTopicsBody h4 {
	margin: 14px 20px 0 20px;
	padding: 0;
	color: #405C84;
	font-size: 14px;
	font-weight: normal;
	background: none;
}

.helpTopicsBody p,
.helpTopicsBody dd {
	color: #191919;
	margin-left: 20px;
	margin-right: 20px;
	background: none;
}

.helpTopicsBody dl {
	margin-top: 5px;
}

.helpTopicsBody dd {
	margin-bottom: 5px;
}

.helpTopicsBody ul {
	margin-right: 20px;
}

.helpTopicsBody li p {
	color: #191919;
	margin-left: 0;
}

.helpTopicsBody B {
	background: none;  /*Mac doesn't know about <B> */
	color: #191919;
}

.helpTopicsBody a {
	border: none;
	font-size: 11px;
	color: #0B4FA9;
	text-decoration: none;
}

/* This used? */

.dj_ie7 .helpTopicsView {
	background: #F3F7FD url("../images/helpTopicsBg.png?00.01_205929") repeat-x left top !important;
}

.helpCategoryView a {
	margin: 0 0 14px 0;
	padding: 1px 0 1px 18px;
	color: #0B4FA9;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	background: url("../images/helpCategoryIcon.png?00.01_205929") no-repeat left top;
	display: block;
}

/* Reuseable Shared Styles */
.iwcHelp .iwcClear {
	clear:both;
}

/* splitters */
.iwcHelp .helpContainer .dijitSplitterV {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/* Search no longer in use.
.iwcHelp .helpSearchContainer {
	float: left;
	width: 207px;
	height: 24px;
	margin: 8px 0 0 13px;
	display: inline;
	padding: 9px 19px;
	background: url("../images/helpSearchBg.png?00.01_205929") no-repeat left top;
}

.iwcHelp .helpSearchContainer .helpSearchInput {
	width: 126px;
	margin-right: 6px;
	padding: 3px 3px 0 3px;
	background: url("../images/wideFormBoxBg.png?00.01_205929") no-repeat left top;
	border-top:1px solid #a6a6a6;
	border-right:1px solid #ccc;
	border-bottom:1px solid #c7c7c7;
	border-left:1px solid #9b9b9b;
	height:17px;
}

.iwcHelp .helpSearchContainer button {
	width: 63px;
	height: 25px;
	background: none;
	background: url("../images/helpSearchButtonBg.png?00.01_205929") no-repeat left top;
	border: none;
	font-size: 0.8em;
	cursor: pointer;
}
*/