/* 
   Copyright 2008 Lubomir Bourdev and Hailin Jin
    
   Distributed under the Boost Software License, Version 1.0.
   (See accompanying file LICENSE_1_0.txt or copy at
   http://www.boost.org/LICENSE_1_0.txt)
*/

BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

CODE {
	font-family: Monaco, Courier New, Fixed, monospace;
	font-size: 12px;
}

BODY,TD {
    font-size: 12px;
    margin: 0;
    padding: 0;
	background: white;
	color: black;
}

TABLE {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

H1 {
	text-align: center;
    font-size: 18px;
}

H2 {
    font-size: 16px;
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
}

H3 {
    font-size: 14px;
    border-top: 1px dotted #666666;
    border-bottom: 1px dotted #666666;
}

CAPTION {
    font-weight: bold
}

DIV.qindex {
	width: 100%;
	background-color: #e8eef2;
	border: 1px solid #84b0c7;
	text-align: center;
	margin: 2px;
	padding: 2px;
	line-height: 140%;
}

DIV.nav {
    display: none;
	width: 100%;
	text-align: center;
	margin: 2px;
	padding: 2px;
	line-height: 140%;
}

DIV.navtab {
    background-color: #e8eef2;
    border: 1px solid #84b0c7;
    text-align: center;
    margin: 2px;
    margin-right: 15px;
    padding: 2px;
}

TD.navtab {
       font-size: 12px;
}

A.qindex, A.qindex:visited {
       text-decoration: none;
       font-weight: bold;
       color: #1A419D;
}

A.qindex:hover {
	text-decoration: none;
	background-color: #ddddff;
}

A.qindexHL {
	text-decoration: none;
	font-weight: bold;
	background-color: #6666cc;
	color: #ffffff;
	border: 1px double #9295C2;
}

A.qindexHL:hover {
	text-decoration: none;
	background-color: #6666cc;
	color: #ffffff;
}

A.qindexHL:visited {
    text-decoration: none;
    background-color: #6666cc;
    color: #ffffff
}

A.el {
    text-decoration: none;
}

A.elRef {
}

A.code:link, A.code:visited {
    border-bottom: 1px dotted darkred;
    color: darkred;
}

A.codeRef:link, A.codeRef:visited {
    color: darkred;
    border-bottom: 1px dotted darkred;
}

A:link, A:visited {
    text-decoration: none;
    color: red;
    border-bottom: 1px solid red;
}

A:link:hover, A:visited:hover {
    text-decoration: none;
    color: darkred;
    border-bottom: 1px solid darkred;
}

DL.el {
    margin-left: -1cm
}

.fragment {
	font-family: Monaco, Courier New, Fixed, monospace;
    font-size: 10px;
}

PRE.fragment {
	border: 1px solid lightgrey;
	margin: 4px;
	padding: 4px;
	line-height: 150%;
}

DIV.ah {
    background-color: black;
    color: white;
    margin-bottom: 3px;
    margin-top: 3px
}

TD.md {
	font-family: Monaco, Courier New, Fixed, monospace;
    background: transparent;
}

TD.mdPrefix {
	font-family: Monaco, Courier New, Fixed, monospace;
    color: #555555;
    font-size: 12px;
    background: transparent;
}

TD.mdname1 {
    color: darkred;
    background: transparent;
}

TD.mdname {
    color: darkred;
    white-space: nowrap;
    background: transparent;
}

DIV.groupHeader {
    margin-left: 16px;
    margin-top: 12px;
    margin-bottom: 6px;
    font-weight: bold;
}

DIV.groupText { margin-left: 16px; font-style: italic; font-size: 12px }

TD.indexkey {
	padding : 10px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

TD.indexvalue {
	font-style: italic;
	padding : 10px;
	margin: 0px;
	border-bottom: 1px solid #666666;
}

TR.memlist {
    line-height: 150%;
}

TR.memlist td, TR.memlist a {
	font-family: Monaco, Courier New, Fixed, monospace;
}

P.formulaDsp { text-align: center; }

IMG.formulaDsp { }
IMG.formulaInl { vertical-align: middle; }
IMG {
    border: none;
}

.footerdiv {
    background-color: #eeeeee;
}

.footerdiv, .footerdiv a, .footerdiv p, .footerdiv ul , .footerdiv ul li {
    font-size: 9px;
    color: grey;
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3px;
}

.footerdiv ul {
    list-style: none;
    display: table;
    margin: 0;
    padding: 0;
}

.footerdiv ul li {
    float: left;
}

SPAN.keyword       { color: mediumblue }
SPAN.keywordtype   { color: mediumblue }
SPAN.keywordflow   { color: mediumblue }
SPAN.comment       { color: darkgreen }
SPAN.preprocessor  { color: mediumblue }
SPAN.stringliteral { color: maroon }
SPAN.charliteral   { color: maroon }

.mdTable {
	border: 1px solid #666666;
	background-color: lavender;
    padding: 10px;
    width: 100%;
}

.mdRow {
    background: lavender;
}

.mdescLeft {
	font-style: italic;
	border: none;
	margin: 0px;
}

.mdescRight {
	font-style: italic;
	border: none;
	margin: 0px;
}

.memItemLeft {
	font-family: Monaco, Courier New, Fixed, monospace;
	padding: 4px;
	border: none;
	border-top: 1px solid lightgray;
}

.memItemRight {
	font-family: Monaco, Courier New, Fixed, monospace;
	padding: 4px;
	border: none;
	border-top: 1px solid lightgray;
}

.memTemplItemLeft {
	font-family: Monaco, Courier New, Fixed, monospace;
	padding: 4px;
	border: none;
}

.memTemplItemRight {
	font-family: Monaco, Courier New, Fixed, monospace;
	padding: 4px;
	border: none;
}

.memTemplParams {
	font-family: Monaco, Courier New, Fixed, monospace;
	padding: 4px;
	border: none;
	border-top: 1px solid lightgray;
    color: #666666;
}

TD.tiny {
    font-size: 10px;
}

.dirtab {
    padding: 4px;
    border-collapse: collapse;
    border: 1px solid #84b0c7;
}

TH.dirtab {
    background: #e8eef2;
    font-weight: bold;
}

HR {
    height: 1px;
    border: none;
    border-top: 1px solid black;
}
