html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial,Verdana;
	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;
	color: #000066 !important;
}

.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;
}

ol > li > ol {
	list-style-type: lower-alpha;
	margin: 0.3em 0 0.3em 0;
}

li {
	margin: 0.7em 0;
	padding-left: 1em;
	
}

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; }

.subheading {
	font-size: 1.05em;
	margin: 1em 0 0.2em 0;
	font-weight: normal;
}

/***********************************************************/
/******************   Search page CSS   ********************/
/***********************************************************/
/*body.frameset_search .searchResults {
    padding: 30px 7px 7px 7px;
}*/
body.frameset_search>div.RocketSearch_queryForm>input.query {
	margin: 3px;
	width: 98%;
}

body.frameset_search>div.RocketSearch_queryForm>input {
    vertical-align: middle;
}

body.frameset_search>div.RocketSearch_queryForm>label {
    margin: 3px;
}

/*
body.frameset_search div.RocketSearch_queryForm label {
    color: #777777;
    left: 6px;
    position: absolute;
    top: 3px;
}

body.frameset_search div.RocketSearch_queryForm label.hidden {
  display: none;
}

body.frameset_search div.RocketSearch_queryForm .context {
    margin: 2px 2px 2px 20px
}

body.frameset_search .RocketSearch_resultsNest a {
    display: block;
    text-decoration: none;
}

body.frameset_search .RocketSearch_resultsNest a:hover {
    text-decoration: underline;
}

body.frameset_search .RocketSearch_resultsNest ul {
    padding: 1px 2px 3px 10px;
}

body.frameset_search .RocketSearch_resultsNest li {
    list-style: none outside none;
}

body.frameset_search .RocketSearch_resultsNest li p {
    border-left: 1px dotted #0000FF;
    border: 1px dotted #000000;
    color: #555555;
    font-size: 0.85em;
    margin-bottom: 5px;
    padding: 0 0 0 3px;
}

body.frameset_search .RocketSearch_highlight {
    background-color: yellow;
}

body.frameset_search .totalHits {
  font-weight: bold;
  margin-bottom: 1em;
}
*/
.queryTipsLink {
    cursor: pointer; 
    text-decoration: underline; 
    font-weight: bold;
    color: blue;
}

.search_warn {
	border: 1px solid #DBA400;
	background-color: #FFCC33;
	margin-top: 5px;
	margin-left: 5px;
	padding: 3px;
}

.search_result {
	margin-left: 5px;
	padding: 3px;
}

.search_context {
	margin-left: 3px;
	margin-top: 3px;
	padding: 2px;
	font-style: italic;
}

#tab_toc.active {
	background: url(img/toc-on.png) no-repeat #FFFFFF;
}

#tab_toc.nonactive {
	background: url(img/toc-off.gif) no-repeat #FFFFFF;
}

#tab_index.active {
	background: url(img/index-on.png) no-repeat #FFFFFF;
}

#tab_index.nonactive {
	background: url(img/index-off.gif) no-repeat #FFFFFF;
}

#tab_search.active {
	background: url(img/search-on.png) no-repeat #FFFFFF;
}

#tab_search.nonactive {
	background: url(img/search-off.gif) no-repeat #FFFFFF;
}