/* Demo style sheet.  Ripped off from oaDebug */
/* 
	Original:   5/10/06	Susan Carver
   	Modified:   5/11/06	Fixed line height in body.
*/

BODY {
	color:		black;	
	font-family:	sans-serif;
	font-weight:	regular;
	font-size:	9pt;
	margin-right:	1.5em;
	line-height:	1.2em;
	margin-bottom:	1.5em;
	padding:	2px;
}

/* the "oaDebug" logo from the debugger window */

.oadebug {
        color:          rgb(25,90,157);
        font-family:    sans-serif;
        font-weight:    bold;
        font-size:      24pt;
}

.blueEmphasis {
        color:          rgb(25,90,157);
        font-family:    sans-serif;
        font-weight:    bold;
}
/*  IE does not like the following styles
ul {
	margin-left:	3px;
	padding-left:	3px;
}

.nobullet {
	list-style-type: none;
}
*/

/* the selection items */

.bigtext {
        color:          rgb(25,90,157);
	font-family:	sans-serif
	font-weight:	bold;
	font-size:	18pt;
	padding:	1px;
}

.midsizetext {
	color:		black;
	font-family:	sans-serif
	font-weight:	bold;
	font-size:	14pt;
	padding:	1px;
}

/* According to reading material, to make the cursor
   definitely a hand in all browsers, we need the
   two cursor assignments in the exact order below.  
   IE is the only one which requires "hand".

   old color for select:  color:		rgb(25,90,157);
*/

.select {
	list-style-type: none;
	color:		black;
	font-family:	sans-serif;
	font-weight:	regular;
	font-size:	9pt;
	padding:	3px;
	cursor:		pointer;
	cursor:		hand;
}
	/*line-height:	1.5em;*/

.explain {
	color:		black;	
	font-family:	sans-serif;
	font-weight:	regular;
	font-size:	9pt;
	padding:	5px;
}

.code {
	color:		green;	
	font-family:	sans-serif;
	font-weight:	regular;
	font-size:	8pt;
	padding:	5px;
}

