html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: "Source Sans Pro", "Segoe UI", "Trebuchet MS", sans-serif,
		Arial, Helvetica;
	font-size: 13px;
}

.breadcrumb {
	background: url("img/breadcrumbs-root.png") no-repeat scroll 2px 4px
		#DDDDFF;
	border: 1px dashed #CCCCFF;
	font-size: 1em;
	padding: 1px 1px 1px 20px;
}

.breadcrumb a {
	background: url("img/breadcrumbs-separator.png") no-repeat scroll right
		center transparent;
	margin-right: 3px;
	padding-right: 14px;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: #000066 !important;
}

.sectiontitle {
	font-size: 1.15em;
	margin: 1em 0 0.2em 0;
	font-weight: normal;
}

.refbody {
	margin: 0 0 0 2em;
}

.section {
	margin: 0.5em 0;
}

ul {
	margin: 0.3em 0 0.3em 0;
}

ol {
	list-style-type: decimal;
	margin: 0.3em 0 0.3em 0;
}

li {
	margin: 0.7em 0;
}

dl dd {
	margin: 0 0 0 2em;
}

.tip,.note {
	margin: 1em 0.5em 1em 2em;
}

.tip .tiptitle,.note .notetitle,.note .importanttitle {
	display: block;
	font-size: 1em;
}

.related-links {
	margin-top: 2.5em;
}

.related-links .related-links-title {
	color: #000066;
	font-weight: bold;
	font-size: 1.1em;
}

table th {
	background-color: #E0E0E0;
	color: #000066;
	font-size: 0.9em;
}

table caption {
	text-align: left;
	font-size: 0.8em;
	margin: 0.5em 0;
}

.section pre.screen {
	border: 1px solid #555555;
	background-color: #E0E0E0;
}

.figcap {
	color: #000066;
	display: block;
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	margin: 1.5em 0 0.8em;
}

/*span.indexterm {
	visibility:hidden;
}*/
.ts_title {
	font-weight: normal;
	color: rgb(28, 63, 148);
	font-size: 12pt;
}

.topictitle1 {
	font-weight: normal;
}
.msg {
	border-top: 1px solid black;
	padding-top: 3pt;
}

.msg-number {
	font-weight: bold;
}

.msg-text {
	font-weight: bold;
	margin-bottom: .5em;
}

.msg-title {
	font-weight: bold;
}

.msg-value {
	
}

.msg-p {
	margin-bottom: .5em;
}
.defoption { font-weight: bold; text-decoration: underline; }
.option { font-family: monospace;}
.parmname { font-style: italic; font-weight: normal;}
.kwd { font-family: monospace; font-weight: normal;}
.synph { font-family: monospace; }
.synph .oper { font-weight: bold; }
.synph .var { font-style: italic; }
.synph .kwd .defoption { text-decoration: underline; }
.synph .option .defoption { text-decoration: underline; }
.synph .kwd {}
.synph .option {}

.internal-copyright-footer {
	position: relative;
	width: 100%;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 15px 0 20px;
	background: white;
	text-align: center;
	font-size: 10pt;
	box-shadow: 0px -1px rgb(0, 0, 102);
}

.internal-copyright-footer-space-before {
	position: relative;
	height: 92px;
}

.topic {
	position: relative;
	margin-bottom: -52px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 100%;
}

.cmdname { font-family: monospace; }