<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---- JReport Help Documentation Cascading Style Sheet ----*/

body {
	margin: 20px;
}

body, tbody
		    { color: #333333; 
			background: #FFFFFF;
			font-size: 0.9375em;
			line-height: 1.5em;
			font-family:"Trebuchet MS",Arial,sans-serif;}

a:link
			{ color: #2571cc;
			text-decoration: none;}
a:active
			{ color: #2571cc;
			text-decoration: none;}

a:visited
			{ color: #888888;
			text-decoration: none;}

a:hover
			{ color: #2571cc;
			text-decoration: underline;}

h1, h2, h3, h4, h5
			{ font-family:"Trebuchet MS",Arial,sans-serif;
			color: #2571cc;
			margin-bottom: .5em;			
			clear:both;
			line-height: 1.1em;
}
			
h1 {
	font-size: 2.4em;
	font-weight: normal;
}

h2 {
	font-size: 1.9em;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
}

h5 {
	font-size: 1em;
	font-weight: normal;
}

p
			{ margin-top: 1em; 
			margin-bottom: 1em;}

ol
			{ margin-top: .5em;
			margin-bottom: 0em;}

ul
			{ margin-top: .5em;
			margin-bottom: 0em;}

li 
			{ margin-bottom: .7em; }

th
			{ text-align: Left; 
			vertical-align: middle; 
			padding: 0em .2em 0em .2em;}

td
			{ vertical-align: top;
			padding: .2em .5em 1em .2em;}
			
code
			{ font-family: Courier New, Courier, Verdana, Arial; 
			font-size: 15px;
			color: #000000;}
			

/****      extended class styles ************************/

.deprecated
			{ color: #000066;}

.tab
			{ border:1px solid #C2BDB1; 
			background-color: #FFFFFF; 
			color:#000000;}

.codetab  
            { border: 1px solid #C2BDB1;
	        font-family: Courier New, Courier, Verdana, Arial;
	        font-size: 1.2em;}
			
.note
           { background-color: #e6f0fb; padding-left: 7px;}
		   
.ref       
           { background-color: #FFFFE1; padding-left: 7px;}
		   
.sepcell
			{ background-color: #F2F1EE; 
			padding:0em 0em 0em .2em; 
			font-weight: bold;} /* Group separators. */

.subsep
			{ background-color: #FFFFFF; 
			font-style: italic; 
			padding:0em 0em 0em .2em; 
			font-weight: bold} /* Sub-group separators.*/

.mark
			{ color: #999999} /*Mark special code*/

.markblue	{ color: #0000FF}  /*Mark special code with blue color*/


/*p.indent		{ margin-left: "2em"; }   this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */

/*p.indent2		{ margin-left: "3.5em"; }   this class style is used to indent text a second level under the first  indent */

#th1
			{ background-color: #DDDDDD; 
			border-bottom: 1px solid #C2BDB1;} /* Header style 1. */

#th2
			{ background-color: #F2F1EE; 
			border: 1px solid #C2BDB1;} /* Header style 2 */


#bdr
			{ border-bottom:1px solid #C2BDB1;}

#optdesc
			{ border:0; padding:0em .5em .2em .2em;} /* Option descriptions. */
			

.pagenav-pre
			{ margin-right: 1em; font-size: .9em;} 
			
.pagenav-nxt
			{ margin-left: 0em; font-size: .9em;} </pre></body></html>