/* ICE, IE, Opera compatible (for APP DEV DOC use only) */
/* updated 08/25/04 by Robin Merrin */

/* Design time CSS to be used when creating JDeveloper help */
/* Use with the blafdoc_dt.css                              */
/* Includes styles specifically for JDeveloper helpsets     */

/* Includes tags for conditional text.  Tags will be     */
/* stripped out during the helpset build process.        */


/* GUI tag is applied to names of user interface 	  */
/* elements. This should be an inline element. 		  */

.GUITag {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-weight: bold; 
    font-style: normal;
}

/* Step intro tag is applied to the text that precedes  */
/* procedures.  This should end in a colon (:)          */

.StepIntro {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-weight: bold;
    font-style: normal;
}


/* Related Topics tag formats Related Topics text       */

.Related_Topics {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-weight: bold; 
    font-style: normal;
}


/* Generic Header should be transitioned out of docs    */

.Generic_Header {
    font-family: Arial, Helvetica, Geneva, sans-serif; 
    font-weight: bold; 
    font-style: normal;
}

/* Tags for conditional text.  Tags will be             */
/* stripped out during the helpset build process.       */


qj2ee {

	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEDDFF 
}



qadf {

	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEDDFF 
}

qext {

	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEDDFF 
}

qnotj2ee {

	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEDDFF 
}



qnotadf {

	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEDDFF 
}

qnotext {

	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#EEDDFF 
}


/* Styles for glossary terms used sparsely in our docs */

.GlossaryItem { 
    color : #008080; 
    font-family: Arial, Helvetica, sans-serif;
    font-size : 95%;
}


DD.definition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding-bottom: 0%;
	margin: 0;
}

DT.term {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 113%;
	color: #336699;
	width: 100%;
	padding-bottom: 0%;
}


/********************************************************/