/* ICE, IE, Opera compatible (for APP DEV DOC use only) */
/* updated 08/25/04 by Robin Merrin */

/* To be used in JDeveloper help with the blafdoc.css   */
/* includes styles specifically for JDeveloper helpsets */


/* 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;
}


/* Styles below 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%;
}


/********************************************************/