body {
    background-color: white;
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
}

code,
kbd,
tt,
pre {
    font-family: "courier new",courier,monospace;
    font-size: 0.83em;
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
    color: #1030a0;
}

h1 {
    font-size: 1.4em;	
}
h2 {
    font-size: 1.2em;	
}
h3,
h4,
h5,
h6 {
    font-size: 1.0em;
}

pre {
    white-space: pre;
    background-color: #EEEEEE;
    border: 1px solid #C0C0C0;
    padding: 5px;
}

p, li {
	color: #404070;
}

li {
    margin-top: 1.0ex;
    margin-bottom: 1.0ex;
}

.tbl, .tblc {
        border: 2px solid #d0d0E4;
        text-align: left;
}

tr.download_title {
       /* border: 1px solid #c0c0c0; */

}

tr.download {
       background-color: #E8E8f4;

}

th.fancy1 {
       background-color: #EEEEf4;
}
td.fancy1 {
       background-color: #EEEEf4;
}

a:link,
a:visited {
    text-decoration: none;
    color: #1A1A9E;
}

a:hover {
    text-decoration: underline;
    color: #1A1Aff;
}

sup,
sub {
    font-size: smaller;
}

.xmnews {
    font-size: smaller;
}

.xmmenu {
	font-size: 0.88em;
}

.xmmenutitle,
a.xmtopmenuitem {
	font-family: lucidasans, arial, helvetica, sans-serif;
 	font-size: 0.9em;
	color: #b0c8c8; 
	font-weight: bold;
}

.xmmenutitle {
	font-size: larger;
	color: #a0a8a8; 
}

a.xmtopmenuitem:visited {
	color: #b0c8b0; 
}
a.xmtopmenuitem:hover {
	color: #80f0f0; 
}

.xmtopmenubox {
    background-image: url(xmdecor/topmenubg.gif);
}

.mainMenuItem {
	margin-top: 8px;
	border-top: 2px solid #e8e8f4;
	border-bottom: 1px solid #e8e8f4;
}

/* ------------------------------------------------------------------------ */

body { 
    background: #FFFFFF; 
}

h1, h2 { 
    bottom-border: 1px solid; 
}

span.term { 
	font-weight: bold;
	color: #304070;
}

div.sidebar { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 5px; 
    margin: 20px; 
}

div.chapter > div > div > div > h2.title {
	font-size: 1.8em;
	border-bottom: 2px solid;
	margin-top: 2em;
}

h2.title {
	font-size: 1.3em;
	border-bottom: 1px solid;
}

h3.title {
	font-size: 1.2em;
	border-bottom: 1px solid #c0c0f0;
}

pre.programlisting { 
    background: #F4F4F8; 
    border: 1px solid #c0c0d0; 
    padding: 2px; 
    font-size: 9pt;
    white-space: pre;
}


span.functiondef {
	display: block;
	white-space: pre;
        background-color: #e4e4f4;
        padding: 4px;
        border: 1px solid #c0c0c0;
	font-size: 1.1em; font-weight: bold;
        line-height: 1.2em; text-align: left;
}

tt.classname {
	font-size: 10pt;
}

.term {
        color: #406090;
}

.citetitle {
        font-size: 0.9em;
}

.smallit {
        font-style: italic; font-size: 0.9em; margin-top: 0px; margin-bottom: 3px;
}

a,
a:visited {
    text-decoration: underline;
    color: #1A4Ab0;
	
}

a:hover {
    color: #0070ff;
	
}

.feattbl {
	/* border: 1px solid #b0b0c0; */
	margin-bottom: 1.0ex;
	background-color: #d0d8e0;
}

.feattbl th {
	background-color: #e8ecee;
}

.feattbl td {
	background-color: #fefefe;
}


.feattbl th h1 {
	color: #004090;
	border-bottom: 2px solid #e0e0e0;
}

.feattbl td h3 {
	color: #404080;
}

div.toc > dl > dt > span.section {
	font-weight: bold;
}

/* -------- doc HTML : --------------------- */


.toc0 , .toc1 , .toc2, .toc3	{
	margin-bottom: 3px; margin-top: 0;
 }

.toc0	{ 
	font-weight: bold ;
	margin-left: 5px; color: #0050e0; margin-top: 3px; 
}
.toc1	{ margin-left: 25px; margin-top: 3px;  }
.toc2	{ margin-left: 55px; margin-top: 3px;  }
.toc3	{ margin-left: 85px; margin-top: 3px; }

