@charset "utf-8";
/* CSS Document */

.docs h1 {
	color: #154073;
	margin-bottom: 5px;
}

.docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
	color: #444444;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin-top: 10px !important;
	margin-bottom: 5px !important;
	text-align: left !important;
}

.docs a {
	text-decoration: none;
}

.docs a img {
	border: 0;
}

.docs a:hover {
	text-decoration: underline;
}

.docs p {
margin-top: 5px;
}

.docs ol li {
	margin-left: -5px;
}

.docs ol {
	margin-left: -10px;
	margin-top: -5px;
	margin-bottom: 5px;
}

.docs ul {
	margin-left: 2em;
	margin-bottom: 1em;
}

.docs ul ul, .docs ol ol, .docs ol ul, .docs ul ol {
margin-bottom: 0em !important;
}

.docs, .docs p{
	color: black;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

.docs pre {
	margin-top: 0px;
	margin-bottom: 0px;
}

div.example pre {
	font-size: 14px;
	padding: 4px;
}

div.example {
	color: white;
	padding: 5px;
	background-color: #484848;
	border: 3px double lightgrey;
	max-width: 590px;
	max-height: 400px;
	overflow: auto;
}

div.example a:link {
	color: lightblue;
}

.video, .note, .caution {
	padding: 10px 5px 10px 0px;
}

.cautionDetail {
	padding-left: 5px;
	border: 1px solid #e63805;
}

.cautionIMG, .noteIMG, .videoIMG {
	vertical-align: top;
}

.videoDetail {
	padding-left: 5px;
	border: 1px solid black;
}

.noteDetail {
	padding-left: 5px;
	border: 1px solid #5F7290;
}

.tblFormat01 {
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

.simpleTable {
	border-collapse: collapse;
}

table.simpleTable tbody {
	border: 1px solid black;
}

.contentDetails, .contentLabels {
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	line-height: 16px;
	padding: 5px 2px 5px 2px;
}

table.simpleTable tr th {
	font-size: 14;
	background-color: #5F7290;
	color: white;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.featureName {
	font-size: 14;
	border: 1px solid black;
	background-color: #5F7290;
	color: white;
	font-weight: bold;
}

.contentLabels {
	border-left: 1px solid black;
	vertical-align: text-top;
	font-weight: bold;
	background-color: #E5E5EE;
}

.tblFormat01 .contentDetails {
	border-right: 1px solid black;
}

.bottomRow {
	border-bottom: 1px solid black;
}

#bottomDetail {
	padding-top: 3px;
}

table.tblFormat01 tr.blank {
	height: 20px;
}

.greenCell {
	background-color: green;
}

.blueCell {
	background-color: blue;
}

.redCell {
	background-color: red;
}

.whiteCell {
	background-color: white;
}

.yellowCell {
	background-color: yellow;
}

div.multiCol ul {
	width: 650px;
	list-style-type:none;
}

div.multiCol ul li {
	width:197px;
	padding:0 10px 0 0;
	float:left;
}

table.simpleTable .centerCells {
	text-align: center;
}

table.centerCells {
	text-align: center;
	padding: 0px;
}

table.simpleTable th{
	padding-left: 5px;
	padding-right: 5px;
}

.syntaxhighlighter.exampleXML {
	border: 1px solid silver !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.xmlKeyword {
	font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	color: #069 !important; 
	font-weight: bold !important; 
}

.xmlString {
	font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	color: #B93B8F !important;
}

.xmlComment {
	font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	color: #008200 !important;
}

.xmlPreprocessor { 
	font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
	color: gray !important; 
}

table.inlineIMG {
	border: 0;
}

table.inlineIMG td.image, .inlineImage {
	padding: 4px;
	border: 1px solid silver;
}

.inlineImage {
margin-top: 5px;
margin-bottom: 5px;
}

table.inlineIMG td.image a img {
	border: 0;
}

.imgCaption {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.docs h2 {
	border-bottom: 1px solid #154073;
	color: #154073 !important;
	padding-bottom: 0px !important;
}

.docs h3, .docs h4, .docs h5, .docs h6 {
	text-decoration: underline;
	font-family: Arial,Helvetica,sans-serif;
}

.alignLeft {
	float: left;
	padding-right: 5px;
}

.alignRight {
	float: right;
	padding-left: 5px;
}

.navIcons {
	text-align: right;
	border: none;
	padding-top: 5px;
}

.topIcons {
	border-bottom: 1px solid #8A8A8A;
}

.bottomIcons {
	border-top: 1px solid #8A8A8A;
}

.navTable {
	width: 100%;
	padding-top: 10px;
}

.docsSearch {
	margin-top: 5px;
	float:left;
	clear:both;
	text-align: right;
}

.indexSearch {
margin-top: 5px;
}

.searchCaption {
	font-family: Arial,Sans-serif;
	font-size: 10px;
}