/* LEVEL 1 - Heading */

.help-container ul li {
	text-align: left;
}

.help-container ul li a {
	font-family: 'Arial';
	color: #0099FF;
	font-size: 16px;
	font-weight: bold;
}

/* LEVEL 2 - Heading */
.help-container ul li ul li a {
	font-family: 'Arial';
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

.help-container ul li ul li.closed a {
	text-decoration: underline;
}

/* LEVEL 3 - Heading */
.help-container ul li ul li ul li a {
	font-family: 'Arial';
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

.help-container ul li ul li ul li.closed a {
	text-decoration: underline;
}

/* HELP Content */
.help-container p {
	font-family: 'Arial';
	color: #000000;
	font-size: 13px;
}

/* COLUMNS - left and right columns */
.help-container .help-dailog-column-left {
  display: block;
  float: left;
  width: 50%;
}

.help-container .help-dailog-column-right {
  display: block;
  float: right;
  width: 49%;
}

/* ensures columns are aligned on both sides */
.help-dailog-columns-container {
  clear: both;
}

/* CUSTOM LISTS - decimal and bullets */
/* Unordered list style: bullets */
ul.help-list-style-type-disc {
  list-style-type: disc;
}

ul.help-list-style-type-disc > li.leaf {
  background-image: none;
  display: list-item;
  list-style-type: disc;
  list-style-image: none;
  list-style-position: outside;
  overflow: visible;
  margin-left: 15px;
  padding-left: 7px;
  vertical-align: top;  
}

/* Ordered list styles: decimal */
ol.help-list-style-type-decimal {
  list-style-type: decimal;
}

ol.help-list-style-type-decimal > li.leaf {
  background-image: none;
  display: list-item;
  list-style-image: none;
  list-style-type: decimal;  
  list-style-position: outside;
  overflow: visible;
  margin-left: 30px;
  vertical-align: top;
}
