/*---- JReport Help Documentation Cascading Style Sheet ----*/
<style>

/*---- HYPERLINKS ----*/
a:active		{color: #FF0000;}
a:visited		{color: #800080;}
a:hover			{color: #FF0000; text-decoration:none;}

/*---- HEADINGS ----*/
h1, h2, h3, h4	{font-family: Arial}

/*---- BODY ----*/
body, tbody     { font-size: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #FFFFFF }


/*---- TABLE ----*/
.tab        	{ border:1px solid #C2BDB1; background-color: #FFFFFF; color:#000000;}


/*---- CELLS.TABLE_HEADERS ----*/
th				{ text-align: Left; vertical-align: middle; padding: 0em .2em 0em .2em}
#th1			{ background-color: #DDDDDD; border-bottom: 1px solid #C2BDB1;} /* Header style 1. */
#th2			{ background-color: #F2F1EE; border: 1px solid #C2BDB1; } /* Header style 2 */

/*---- CELLS.TABLE_ROWS ----*/
td				{ vertical-align: top; padding: .2em .5em 1em .2em; }
#bdr			{ border-bottom:1px solid #C2BDB1; }
#optdesc		{ border:0; padding:0em .5em .2em .2em;} /* Option descriptions. */
.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.*/

/*---- LISTS ----*/
ol				{margin-top: .5em; margin-bottom: 0em; margin-left: 4em;}
ul				{margin-top: .5em; margin-bottom: 0em;}
ol ul			{list-style: disc; margin-top: .5em;}
ul ul			{list-style: disc; margin-top: .5em;}
li				{margin-bottom: .7em; margin-left: -2em;}
.indnt1			{margin-left:3em;} /* Index Sub-item Indent */
.idx			{margin-bottom: 2em;} /* Index Item List */

/*---- CODE ----*/
code			{font-family: Courier New, Courier, Verdana, Arial; font-size: 100%;}

</style>