@charset "UTF-8";




/* Start of /ap/_css/faq.css.vm */
div#contentPanel table#toc td {
	padding-bottom: 3px;
}

div#contentPanel div.topquestion {
	margin-top: 20px;
	font-weight: bold;
}

div#contentPanel div.question {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #FE9900;
	font-weight: bold;
}

div#contentPanel div.answer {
	padding-left: 15px;
	margin-bottom: 20px;
}

div#contentPanel div.answer table {
	margin: 15px 0 0 30px;
	width: 75%;
}

div#contentPanel div.answer table th,
div#contentPanel div.answer table td {
	padding: 3px;
}

div#contentPanel div.answer table th.description,
div#contentPanel div.answer table td.description {
	text-align: left;
}

div#contentPanel div.answer table th.value,
div#contentPanel div.answer table td.value {
	text-align: center;
}

div#contentPanel div.answer table.containersTable {
	border: 1px solid;
	margin: 15px 0 0 0;
	width: 100%;
}

div#contentPanel div.answer table.containersTable th.heading,
div#contentPanel div.answer table.containersTable td.heading {
	background-color: #ddd;
}

div#contentPanel div.answer table.containersTable td.subheading {
	font-style: italic;
}

div#contentPanel div.answer table.containersTable th,
div#contentPanel div.answer table.containersTable td {
	text-align: center;
	border: 1px solid;
}

div#contentPanel div.answer table.containersTable th.heading {
	border-bottom: 0 none;
}
div#contentPanel div.answer table.containersTable td.heading {
	border-top: 0 none;
}

div#contentPanel div.answer table.internalConfigurationsTable {
}

div#contentPanel div.answer table.internalConfigurationsTable td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid;
}

div#contentPanel div.answer table.internalConfigurationsTable td.empty {
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

div#contentPanel ul {
	margin-top: 10px;
}

div#contentPanel ul li {
	margin-left: 15px;
	list-style-type: disc;
}

div#contentPanel ol {
	margin-top: 10px;
}

div#contentPanel ol li {
	margin-left: 15px;
	list-style-type: lower-latin;
}

