

#main .chapter a,
a[accesskey^="h"],
a[accesskey^="n"],
a[accesskey^="u"],
a[accesskey^="p"] {
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 12px;
	color: #003399;
}

#main .chapter a:active {
    color: #003399;
}

#main .chapter a:visited {
    color: #888888;
}

#main .chapter p {
	font-family: Verdana, Arial, sans-serif;
}

#main .chapter dt {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#main .chapter p, #main .chapter dl, #main .chapter dt, #main .chapter dd, #main .chapter blockquote,
#main .chapter p, #main dl, #main dt, #main dd {
    color: #000000;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 0;
    padding-left: 1em;
}

#main .chapter ol, #main .chapter ul, #main .chapter p {
    margin-top: 6px;
    margin-bottom: 6px;
}

#main .chapter p, #main .chapter blockquote {
    font-size: 90%;
}

#main .chapter p.releaseinfo {
    font-size: 100%;
    font-weight: bold;
    font-family: Verdana, Arial, helvetica, sans-serif;
    padding-top: 10px;
}

#main .chapter p.pubdate {
    font-size: 120%;
    font-weight: bold; 
    font-family: Verdana, Arial, helvetica, sans-serif;
}

#main chapter td {
    font-size: 80%;
}

#main .chapter td, #main .chapter th, #main .chapter span {
    color: #000000;
}

#main .chapter td[width^="40%"] {
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 12px;
	color: #003399;
}

#main .chapter table[summary^="Navigation header"] tbody tr th[colspan^="3"] {
    font-family: Verdana, Arial, helvetica, sans-serif;
}

#main .chapter blockquote {
    margin-right: 0;
}

#main .chapter h1, #main .chapter h2, #main .chapter h3, #main .chapter h4, #main .chapter h6 {
    font-weight: 500;
    margin-top: 0;
    padding-top: 14px;
    margin-bottom: 0;
}

#main .chapter h2.title {
    font-weight: 800;
    margin-bottom: 8px;
}

#main .chapter h2.subtitle {
    font-weight: 800;
    margin-bottom: 20px;
}

#main .chapter .firstname, #main .chapter .surname {
	font-size: 12px;
    font-family: Verdana, Arial, helvetica, sans-serif;
}

#main .chapter table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px black;
    empty-cells: hide;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

#main .chapter div.table {
	margin: 30px 0 10px 0;
	border: 1px dashed gray;
	padding: 10px;
}

#main .chapter div .table-contents table {
	border: 1px solid black;
}

#main .chapter div.table > p.title {
	padding-left: 10px;
}

#main .chapter table[summary^="Navigation footer"] {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px black;
    empty-cells: hide;    
    margin: 0px;
    width: 100%;
}

#main .chapter table[summary^="Note"],
#main .chapter table[summary^="Warning"],
#main .chapter table[summary^="Tip"] {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px black;
    empty-cells: hide;    
    margin: 10px 0px 10px -20px;
    width: 100%;
}

#main .chapter td {
    padding: 4pt;
    font-family: Verdana, Arial, helvetica, sans-serif;
    vertical-align: top;
}

#main .chapter th {
    width: 100%;
    background-color: #F6F6F6;
    padding: 0px;
    text-align: left;
    text-indent: 2em;
}

#main .chapter .table th {
    width: 33%;
}

#main .chapter div.warning TD {
	text-align: justify;
}

#main .chapter h1 { 
    font-size: 150%; 
}

#main .chapter h2 { 
    font-size: 110%; 
}

#main .chapter h3 {
    font-size: 100%; font-weight: bold; 
}

#main .chapter h4 { 
    font-size: 90%; font-weight: bold;
}

#main .chapter h5 {
    font-size: 90%; font-style: italic; 
}

#main .chapter h6 { 
    font-size: 100%; font-style: italic; 
}

#main .chapter tt {
    font-size: 110%;
    font-family: "Courier New", Courier, monospace;
    color: #000000;
}

#main .chapter .navheader, .navfooter {
	border: none;
}

#main div.navfooter,
#main div.chapter {
width: 96%;
margin-right: auto;
margin-left: auto;
}

#main .chapter div.navfooter table {
	border-style: dashed;
	border-color: gray;
	border-width: 1px 1px 1px 1px;
	background-color: #cde48d;
}

#main .chapter pre {
    font-size: 110%;
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #f3f5e9;
}

#main .chapter li p {
    text-indent: 0px;
}

#main .chapter ul, 
#main .chapter ol, 
#main .chapter li {
    list-style-image:none;
    list-style-type:disc;
    margin-left: 2em
}


#main .chapter hr {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    border-width: 0;
    padding: 0;
}

#main .chapter .variablelist { 
    padding-top: 10px; 
    padding-bottom: 10px; 
    margin: 0;
}

#main .chapter .term { 
    font-weight:bold;
}

#main .chapter .mediaobject {
    padding-top: 30px; 
    padding-bottom: 30px; 
}

#main .chapter .legalnotice {
    font-family: Verdana, Arial, helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
}

#main .chapter .sidebar {
    float: right;
    margin: 10px 0 10px 30px;
    padding: 10px 20px 20px 20px;
    width: 33%;
    border: 1px solid black;
    background-color: #F4F4F4;
    font-size: 14px;
}

#main .chapter .property {
	font-family: "Courier New", Courier, monospace;
}

#main .chapter a code {
	font-family: Verdana, Arial, monospace;
	font-size: 12px;
}

#main .chapter td code {
    font-size: 110%;
}

#main .chapter div.note * td,
#main .chapter div.tip * td,
#main .chapter div.warning * td,
#main .chapter div.calloutlist * td {
	text-align: justify;
	font-size: 100%;
}

#main .chapter .programlisting .interfacename,
#main .chapter .programlisting .literal,
#main .chapter .programlisting .classname {
    font-size: 95%;
}

#main .chapter .title .interfacename,
#main .chapter .title .literal,
#main .chapter .title .classname {
    font-size: 130%;
}

/* everything in a <lineannotation/> is displayed in a coloured, comment-like font */
#main .chapter .programlisting * .lineannotation,
#main .chapter .programlisting * .lineannotation * {
	color: green;
}

#main .chapter .question * p {
    font-size: 100%;
}

#main .chapter .answer * p {
    font-size: 100%;
}
