/*
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 2.14 1998/03/24 16:16:22 bbos Exp $
 */

BODY {
    color: black;
    /* text-align: justify; */
    font-family: Arial, Helvetica, sans-serif;
	bgcolor: "#ddeeff";
    background: #def url(../pic/recbg.jpg);
    /* For the REC: background: #def url(recbg.jpg); */
}
TABLE {  width: 631px}
P {  
	font-size: 9pt;
	text-align: justify;
	/* text-indent: 1em; */
	margin-top: 0em; 
	margin-bottom: 0em;
}
P.nav {  
	font-size: 8pt;
	text-align: justify;
	margin-top: 0em; 
	margin-bottom: 0em;
}
P.imp {  
	font-size: 8pt;
	text-align: left;
	margin-top: 0em; 
	margin-bottom: 0em;
}

P.vers {  
	font-size: 9pt;
	text-align: justify;
	margin: 0em 0em 0em 20em;
; left: 15em; clip:   rect(   )
}
P.szam {  
	font-size: 9pt;
	text-align: right;
	/* text-indent: 1em; */
	margin-top: 0em; 
	margin-bottom: 0.5em;
}
P.szerzo {  
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
	/* text-indent: 1em; */
	margin-top: 0em; 
	margin-bottom: 0.5em;
}
P.maintitle {
	background: #ffff00;
}
	
UL, OL{
	font-size: 9pt;
	margin-left: 1em;
	margin-top: 0em; 
	margin-bottom: 0.5em; 
	list-style-position: outside; 
}
LI {list-style-type: disc;
	font-size: 9pt;
	list-style-position: outside;
	margin-top: 0em;
	margin-bottom: 0em;

}
/* li {  font-size: 9pt; margin-top: 0em; margin-bottom: 0.5em; list-style-position: outside} */
LI.kategoria {
	margin-top: 0em;
	margin-bottom: 0em;
}
LI.cegnev {
	list-style-type: none;
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-position: inside;
}

H1, H2, H3, H4, H5, H6, H7 {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0em;
}
H1, H2, H4, H5, H6 {
    text-align: left;
}
H1,H3 {
    text-align: center;
}
H4 {
	text-decoration: underline;
}
H1 {
font-size: 16pt;
}
H2, H3, H4 {
font-size: 12pt;
}
H5 {
font-size: 10pt;
}
H6 {
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}
.alahuz {
	text-decoration: underline;
}

PRE {
    font-family: monospace;
    margin-left: 1em;
    font-size: 90%;
}

ADDRESS {
    margin-left: 3em;
    text-align: left;
    font-style: italic;
}

VAR {
    font-style: normal;
}
IMG {
    border: 0;
}
.toc {
    text-indent: 0;
}
P.toc-line {
    margin-top: 1em;
    margin-bottom: 1em;
    text-indent: 0;
}

/* I don't like all that blue text, how about this: */
/* It should be 'inherit', but Netscape inserts a random color :-( */
A.noxref:link, A.noxref:visited {color: black; /*color: inherit*/}
DIV.example A:link, DIV.example A:visited {color: maroon; /*color: inherit*/}
DIV.deprecated-html-example A:link,
DIV.deprecated-html-example A:visited {color: red; /*color: inherit*/}
.note A:link, .note A:visited {color: green; /*color: inherit*/}

A.propdef-title {
  background: yellow;
}

A.descdef-title {
  color: yellow;
  background: green;
}

/* TABLE {margin-left: 1em} */
DIV.propdef {margin: 1.2em 0}

.note {
    font-size: 1;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
    color: green;
}

.normref { 
    color: red;
}	

.informref {
    color: green;
}	

DIV.propdef TH { 
    text-align: right; 
}

DIV.descdef TH { 
    text-align: right; 
}

UL.toc, OL.toc {list-style: none}
DIV.toc UL UL, DIV.toc OL OL {margin-left: 0}
DIV.toc UL UL UL, DIV.toc OL OL OL {margin-left: 1em}
DIV.toc UL UL UL UL, DIV.toc OL OL OL OL {margin-left: 0}
LI.tocline1 {font-weight: bold}
LI.tocline2 {font-weight: normal}
LI.tocline4 {font-style: italic}
/* DIV.subtoc UL, DIV.subtoc OL {list-style: none} */
/* The border in the following rule crashes NN4 on fonts.html :-(
DIV.subtoc {padding: 1em; border: solid black thin; margin: 1em 0;
    background: #ddd}
*/
UL.index {list-style: none}

S, DEL {text-decoration: line-through; color: red}
U, INS {text-decoration: underline; background: #bfa}

DIV.figure {
    text-align: center;
    /*border: solid thin;
    width: 100%;*/
    margin: 2.5em 0;
}
P.caption, CAPTION {
    text-align: center;
/*    font-style: italic;*/
/*    font-weight: bold;*/
    font-size: 90%;
    color: #088;
    margin: 0em 25% 0 25%;
}
DIV.toc, UL.index, DT {
    text-align: left;
}
SUP {
    vertical-align: super;
    font-size: 80%;
} 