summaryrefslogtreecommitdiffstats
path: root/trunk/src/doxygen_css.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-03-17 20:33:32 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2012-03-17 20:33:32 (GMT)
commit8f455b66da9db238655242d1213c05affac412d9 (patch)
treefbaf0bfe6a7de14413f6738b180d69d4aeb3a69b /trunk/src/doxygen_css.h
parentb9ef81152f75067cec55d4b37a4a25658f1f2a60 (diff)
downloadDoxygen-8f455b66da9db238655242d1213c05affac412d9.zip
Doxygen-8f455b66da9db238655242d1213c05affac412d9.tar.gz
Doxygen-8f455b66da9db238655242d1213c05affac412d9.tar.bz2
Release-1.8.0
Diffstat (limited to 'trunk/src/doxygen_css.h')
-rw-r--r--trunk/src/doxygen_css.h1015
1 files changed, 1015 insertions, 0 deletions
diff --git a/trunk/src/doxygen_css.h b/trunk/src/doxygen_css.h
new file mode 100644
index 0000000..4b8f7d7
--- /dev/null
+++ b/trunk/src/doxygen_css.h
@@ -0,0 +1,1015 @@
+"/* The standard CSS for doxygen */\n"
+"\n"
+"body, table, div, p, dl {\n"
+" font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;\n"
+" font-size: 13px;\n"
+" line-height: 1.3;\n"
+"}\n"
+"\n"
+"/* @group Heading Levels */\n"
+"\n"
+"h1 {\n"
+" font-size: 150%;\n"
+"}\n"
+"\n"
+".title {\n"
+" font-size: 150%;\n"
+" font-weight: bold;\n"
+" margin: 10px 2px;\n"
+"}\n"
+"\n"
+"h2 {\n"
+" font-size: 120%;\n"
+"}\n"
+"\n"
+"h3 {\n"
+" font-size: 100%;\n"
+"}\n"
+"\n"
+"dt {\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"div.multicol {\n"
+" -moz-column-gap: 1em;\n"
+" -webkit-column-gap: 1em;\n"
+" -moz-column-count: 3;\n"
+" -webkit-column-count: 3;\n"
+"}\n"
+"\n"
+"p.startli, p.startdd, p.starttd {\n"
+" margin-top: 2px;\n"
+"}\n"
+"\n"
+"p.endli {\n"
+" margin-bottom: 0px;\n"
+"}\n"
+"\n"
+"p.enddd {\n"
+" margin-bottom: 4px;\n"
+"}\n"
+"\n"
+"p.endtd {\n"
+" margin-bottom: 2px;\n"
+"}\n"
+"\n"
+"/* @end */\n"
+"\n"
+"caption {\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"span.legend {\n"
+" font-size: 70%;\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+"h3.version {\n"
+" font-size: 90%;\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+"div.qindex, div.navtab{\n"
+" background-color: ##ee;\n"
+" border: 1px solid ##b0;\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+"div.qindex, div.navpath {\n"
+" width: 100%;\n"
+" line-height: 140%;\n"
+"}\n"
+"\n"
+"div.navtab {\n"
+" margin-right: 15px;\n"
+"}\n"
+"\n"
+"/* @group Link Styling */\n"
+"\n"
+"a {\n"
+" color: ##50;\n"
+" font-weight: normal;\n"
+" text-decoration: none;\n"
+"}\n"
+"\n"
+".contents a:visited {\n"
+" color: ##60;\n"
+"}\n"
+"\n"
+"a:hover {\n"
+" text-decoration: underline;\n"
+"}\n"
+"\n"
+"a.qindex {\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"a.qindexHL {\n"
+" font-weight: bold;\n"
+" background-color: ##AA;\n"
+" color: #ffffff;\n"
+" border: 1px double ##98;\n"
+"}\n"
+"\n"
+".contents a.qindexHL:visited {\n"
+" color: #ffffff;\n"
+"}\n"
+"\n"
+"a.el {\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"a.elRef {\n"
+"}\n"
+"\n"
+"a.code, a.code:visited {\n"
+" color: #4665A2; \n"
+"}\n"
+"\n"
+"a.codeRef, a.codeRef:visited {\n"
+" color: #4665A2; \n"
+"}\n"
+"\n"
+"/* @end */\n"
+"\n"
+"dl.el {\n"
+" margin-left: -1cm;\n"
+"}\n"
+"\n"
+".fragment {\n"
+" font-family: monospace, fixed;\n"
+" font-size: 105%;\n"
+"}\n"
+"\n"
+"pre.fragment {\n"
+" border: 1px solid ##CC;\n"
+" background-color: ##FC;\n"
+" padding: 4px 6px;\n"
+" margin: 4px 8px 4px 2px;\n"
+" overflow: auto;\n"
+" word-wrap: break-word;\n"
+" font-size: 9pt;\n"
+" line-height: 125%;\n"
+"}\n"
+"\n"
+"div.ah {\n"
+" background-color: black;\n"
+" font-weight: bold;\n"
+" color: #ffffff;\n"
+" margin-bottom: 3px;\n"
+" margin-top: 3px;\n"
+" padding: 0.2em;\n"
+" border: solid thin #333;\n"
+" border-radius: 0.5em;\n"
+" -webkit-border-radius: .5em;\n"
+" -moz-border-radius: .5em;\n"
+" box-shadow: 2px 2px 3px #999;\n"
+" -webkit-box-shadow: 2px 2px 3px #999;\n"
+" -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;\n"
+" background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));\n"
+" background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);\n"
+"}\n"
+"\n"
+"div.groupHeader {\n"
+" margin-left: 16px;\n"
+" margin-top: 12px;\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"div.groupText {\n"
+" margin-left: 16px;\n"
+" font-style: italic;\n"
+"}\n"
+"\n"
+"body {\n"
+" background-color: white;\n"
+" color: black;\n"
+" margin: 0;\n"
+"}\n"
+"\n"
+"div.contents {\n"
+" margin-top: 10px;\n"
+" margin-left: 8px;\n"
+" margin-right: 8px;\n"
+"}\n"
+"\n"
+"td.indexkey {\n"
+" background-color: ##ee;\n"
+" font-weight: bold;\n"
+" border: 1px solid ##cc;\n"
+" margin: 2px 0px 2px 0;\n"
+" padding: 2px 10px;\n"
+" white-space: nowrap;\n"
+" vertical-align: top;\n"
+"}\n"
+"\n"
+"td.indexvalue {\n"
+" background-color: ##ee;\n"
+" border: 1px solid ##cc;\n"
+" padding: 2px 10px;\n"
+" margin: 2px 0px;\n"
+"}\n"
+"\n"
+"tr.memlist {\n"
+" background-color: ##f0;\n"
+"}\n"
+"\n"
+"p.formulaDsp {\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+"img.formulaDsp {\n"
+" \n"
+"}\n"
+"\n"
+"img.formulaInl {\n"
+" vertical-align: middle;\n"
+"}\n"
+"\n"
+"div.center {\n"
+" text-align: center;\n"
+" margin-top: 0px;\n"
+" margin-bottom: 0px;\n"
+" padding: 0px;\n"
+"}\n"
+"\n"
+"div.center img {\n"
+" border: 0px;\n"
+"}\n"
+"\n"
+"address.footer {\n"
+" text-align: right;\n"
+" padding-right: 12px;\n"
+"}\n"
+"\n"
+"img.footer {\n"
+" border: 0px;\n"
+" vertical-align: middle;\n"
+"}\n"
+"\n"
+"/* @group Code Colorization */\n"
+"\n"
+"span.keyword {\n"
+" color: #008000\n"
+"}\n"
+"\n"
+"span.keywordtype {\n"
+" color: #604020\n"
+"}\n"
+"\n"
+"span.keywordflow {\n"
+" color: #e08000\n"
+"}\n"
+"\n"
+"span.comment {\n"
+" color: #800000\n"
+"}\n"
+"\n"
+"span.preprocessor {\n"
+" color: #806020\n"
+"}\n"
+"\n"
+"span.stringliteral {\n"
+" color: #002080\n"
+"}\n"
+"\n"
+"span.charliteral {\n"
+" color: #008080\n"
+"}\n"
+"\n"
+"span.vhdldigit { \n"
+" color: #ff00ff \n"
+"}\n"
+"\n"
+"span.vhdlchar { \n"
+" color: #000000 \n"
+"}\n"
+"\n"
+"span.vhdlkeyword { \n"
+" color: #700070 \n"
+"}\n"
+"\n"
+"span.vhdllogic { \n"
+" color: #ff0000 \n"
+"}\n"
+"\n"
+"blockquote {\n"
+" background-color: ##F8;\n"
+" border-left: 2px solid ##AA;\n"
+" margin: 0 24px 0 4px;\n"
+" padding: 0 12px 0 16px;\n"
+"}\n"
+"\n"
+"/* @end */\n"
+"\n"
+"/*\n"
+".search {\n"
+" color: #003399;\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"form.search {\n"
+" margin-bottom: 0px;\n"
+" margin-top: 0px;\n"
+"}\n"
+"\n"
+"input.search {\n"
+" font-size: 75%;\n"
+" color: #000080;\n"
+" font-weight: normal;\n"
+" background-color: #e8eef2;\n"
+"}\n"
+"*/\n"
+"\n"
+"td.tiny {\n"
+" font-size: 75%;\n"
+"}\n"
+"\n"
+".dirtab {\n"
+" padding: 4px;\n"
+" border-collapse: collapse;\n"
+" border: 1px solid ##b0;\n"
+"}\n"
+"\n"
+"th.dirtab {\n"
+" background: ##ee;\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"hr {\n"
+" height: 0px;\n"
+" border: none;\n"
+" border-top: 1px solid ##66;\n"
+"}\n"
+"\n"
+"hr.footer {\n"
+" height: 1px;\n"
+"}\n"
+"\n"
+"/* @group Member Descriptions */\n"
+"\n"
+"table.memberdecls {\n"
+" border-spacing: 0px;\n"
+" padding: 0px;\n"
+"}\n"
+"\n"
+".mdescLeft, .mdescRight,\n"
+".memItemLeft, .memItemRight,\n"
+".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n"
+" background-color: ##FA;\n"
+" border: none;\n"
+" margin: 4px;\n"
+" padding: 1px 0 0 8px;\n"
+"}\n"
+"\n"
+".mdescLeft, .mdescRight {\n"
+" padding: 0px 8px 4px 8px;\n"
+" color: #555;\n"
+"}\n"
+"\n"
+".memItemLeft, .memItemRight, .memTemplParams {\n"
+" border-top: 1px solid ##cc;\n"
+"}\n"
+"\n"
+".memItemLeft, .memTemplItemLeft {\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+".memItemRight {\n"
+" width: 100%;\n"
+"}\n"
+"\n"
+".memTemplParams {\n"
+" color: ##60;\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+"/* @end */\n"
+"\n"
+"/* @group Member Details */\n"
+"\n"
+"/* Styles for detailed member documentation */\n"
+"\n"
+".memtemplate {\n"
+" font-size: 80%;\n"
+" color: ##60;\n"
+" font-weight: normal;\n"
+" margin-left: 9px;\n"
+"}\n"
+"\n"
+".memnav {\n"
+" background-color: ##ee;\n"
+" border: 1px solid ##b0;\n"
+" text-align: center;\n"
+" margin: 2px;\n"
+" margin-right: 15px;\n"
+" padding: 2px;\n"
+"}\n"
+"\n"
+".mempage {\n"
+" width: 100%;\n"
+"}\n"
+"\n"
+".memitem {\n"
+" padding: 0;\n"
+" margin-bottom: 10px;\n"
+" margin-right: 5px;\n"
+"}\n"
+"\n"
+".memname {\n"
+" font-weight: bold;\n"
+" margin-left: 6px;\n"
+"}\n"
+"\n"
+".memname td {\n"
+" vertical-align: bottom;\n"
+"}\n"
+"\n"
+".memproto, dl.reflist dt {\n"
+" border-top: 1px solid ##B4;\n"
+" border-left: 1px solid ##B4;\n"
+" border-right: 1px solid ##B4;\n"
+" padding: 6px 0px 6px 0px;\n"
+" color: ##2b;\n"
+" font-weight: bold;\n"
+" text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);\n"
+" /* opera specific markup */\n"
+" box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
+" border-top-right-radius: 8px;\n"
+" border-top-left-radius: 8px;\n"
+" /* firefox specific markup */\n"
+" -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
+" -moz-border-radius-topright: 8px;\n"
+" -moz-border-radius-topleft: 8px;\n"
+" /* webkit specific markup */\n"
+" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
+" -webkit-border-top-right-radius: 8px;\n"
+" -webkit-border-top-left-radius: 8px;\n"
+" background-image:url('nav_f.png');\n"
+" background-repeat:repeat-x;\n"
+" background-color: ##E6;\n"
+"\n"
+"}\n"
+"\n"
+".memdoc, dl.reflist dd {\n"
+" border-bottom: 1px solid ##B4; \n"
+" border-left: 1px solid ##B4; \n"
+" border-right: 1px solid ##B4; \n"
+" padding: 2px 5px;\n"
+" background-color: ##FC;\n"
+" border-top-width: 0;\n"
+" /* opera specific markup */\n"
+" border-bottom-left-radius: 8px;\n"
+" border-bottom-right-radius: 8px;\n"
+" box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
+" /* firefox specific markup */\n"
+" -moz-border-radius-bottomleft: 8px;\n"
+" -moz-border-radius-bottomright: 8px;\n"
+" -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
+" background-image: -moz-linear-gradient(center top, ##FF 0%, ##FF 60%, ##F8 95%, ##F0);\n"
+" /* webkit specific markup */\n"
+" -webkit-border-bottom-left-radius: 8px;\n"
+" -webkit-border-bottom-right-radius: 8px;\n"
+" -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
+" background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.6,##FF), color-stop(0.60,##FF), color-stop(0.95,##F8), to(##F0));\n"
+"}\n"
+"\n"
+"dl.reflist dt {\n"
+" padding: 5px;\n"
+"}\n"
+"\n"
+"dl.reflist dd {\n"
+" margin: 0px 0px 10px 0px;\n"
+" padding: 5px;\n"
+"}\n"
+"\n"
+".paramkey {\n"
+" text-align: right;\n"
+"}\n"
+"\n"
+".paramtype {\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+".paramname {\n"
+" color: #602020;\n"
+" white-space: nowrap;\n"
+"}\n"
+".paramname em {\n"
+" font-style: normal;\n"
+"}\n"
+"\n"
+".params, .retval, .exception, .tparams {\n"
+" border-spacing: 6px 2px;\n"
+"} \n"
+"\n"
+".params .paramname, .retval .paramname {\n"
+" font-weight: bold;\n"
+" vertical-align: top;\n"
+"}\n"
+" \n"
+".params .paramtype {\n"
+" font-style: italic;\n"
+" vertical-align: top;\n"
+"} \n"
+" \n"
+".params .paramdir {\n"
+" font-family: \"courier new\",courier,monospace;\n"
+" vertical-align: top;\n"
+"}\n"
+"\n"
+"\n"
+"\n"
+"\n"
+"/* @end */\n"
+"\n"
+"/* @group Directory (tree) */\n"
+"\n"
+"/* for the tree view */\n"
+"\n"
+".ftvtree {\n"
+" font-family: sans-serif;\n"
+" margin: 0px;\n"
+"}\n"
+"\n"
+"/* these are for tree view when used as main index */\n"
+"\n"
+".directory {\n"
+" font-size: 9pt;\n"
+" font-weight: bold;\n"
+" margin: 5px;\n"
+"}\n"
+"\n"
+".directory h3 {\n"
+" margin: 0px;\n"
+" margin-top: 1em;\n"
+" font-size: 11pt;\n"
+"}\n"
+"\n"
+"/*\n"
+"The following two styles can be used to replace the root node title\n"
+"with an image of your choice. Simply uncomment the next two styles,\n"
+"specify the name of your image and be sure to set 'height' to the\n"
+"proper pixel height of your image.\n"
+"*/\n"
+"\n"
+"/*\n"
+".directory h3.swap {\n"
+" height: 61px;\n"
+" background-repeat: no-repeat;\n"
+" background-image: url(\"yourimage.gif\");\n"
+"}\n"
+".directory h3.swap span {\n"
+" display: none;\n"
+"}\n"
+"*/\n"
+"\n"
+".directory > h3 {\n"
+" margin-top: 0;\n"
+"}\n"
+"\n"
+".directory p {\n"
+" margin: 0px;\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+".directory div {\n"
+" display: none;\n"
+" margin: 0px;\n"
+"}\n"
+"\n"
+".directory img {\n"
+" vertical-align: -30%;\n"
+"}\n"
+"\n"
+"/* these are for tree view when not used as main index */\n"
+"\n"
+".directory-alt {\n"
+" font-size: 100%;\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+".directory-alt h3 {\n"
+" margin: 0px;\n"
+" margin-top: 1em;\n"
+" font-size: 11pt;\n"
+"}\n"
+"\n"
+".directory-alt > h3 {\n"
+" margin-top: 0;\n"
+"}\n"
+"\n"
+".directory-alt p {\n"
+" margin: 0px;\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+".directory-alt div {\n"
+" display: none;\n"
+" margin: 0px;\n"
+"}\n"
+"\n"
+".directory-alt img {\n"
+" vertical-align: -30%;\n"
+"}\n"
+"\n"
+"/* @end */\n"
+"\n"
+"div.dynheader {\n"
+" margin-top: 8px;\n"
+"}\n"
+"\n"
+"address {\n"
+" font-style: normal;\n"
+" color: ##33;\n"
+"}\n"
+"\n"
+"table.doxtable {\n"
+" border-collapse:collapse;\n"
+" margin-top: 4px;\n"
+" margin-bottom: 4px;\n"
+"}\n"
+"\n"
+"table.doxtable td, table.doxtable th {\n"
+" border: 1px solid ##37;\n"
+" padding: 3px 7px 2px;\n"
+"}\n"
+"\n"
+"table.doxtable th {\n"
+" background-color: ##47;\n"
+" color: #FFFFFF;\n"
+" font-size: 110%;\n"
+" padding-bottom: 4px;\n"
+" padding-top: 5px;\n"
+"}\n"
+"\n"
+"table.fieldtable {\n"
+" width: 100%;\n"
+" margin-bottom: 10px;\n"
+" border: 1px solid ##B4;\n"
+" border-spacing: 0px;\n"
+" -moz-border-radius: 4px;\n"
+" -webkit-border-radius: 4px;\n"
+" border-radius: 4px;\n"
+" -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;\n"
+" -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);\n"
+" box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);\n"
+"}\n"
+"\n"
+".fieldtable td, .fieldtable th {\n"
+" padding: 3px 7px 2px;\n"
+"}\n"
+"\n"
+".fieldtable td.fieldtype, .fieldtable td.fieldname {\n"
+" white-space: nowrap;\n"
+" border-right: 1px solid ##B4;\n"
+" border-bottom: 1px solid ##B4;\n"
+" vertical-align: top;\n"
+"}\n"
+"\n"
+".fieldtable td.fielddoc {\n"
+" border-bottom: 1px solid ##B4;\n"
+" width: 100%;\n"
+"}\n"
+"\n"
+".fieldtable tr:last-child td {\n"
+" border-bottom: none;\n"
+"}\n"
+"\n"
+".fieldtable th {\n"
+" background-image:url('nav_f.png');\n"
+" background-repeat:repeat-x;\n"
+" background-color: ##E6;\n"
+" font-size: 90%;\n"
+" color: ##2B;\n"
+" padding-bottom: 4px;\n"
+" padding-top: 5px;\n"
+" text-align:left;\n"
+" -moz-border-radius-topleft: 4px;\n"
+" -moz-border-radius-topright: 4px;\n"
+" -webkit-border-top-left-radius: 4px;\n"
+" -webkit-border-top-right-radius: 4px;\n"
+" border-top-left-radius: 4px;\n"
+" border-top-right-radius: 4px;\n"
+" border-bottom: 1px solid ##B4;\n"
+"}\n"
+"\n"
+"\n"
+".tabsearch {\n"
+" top: 0px;\n"
+" left: 10px;\n"
+" height: 36px;\n"
+" background-image: url('tab_b.png');\n"
+" z-index: 101;\n"
+" overflow: hidden;\n"
+" font-size: 13px;\n"
+"}\n"
+"\n"
+".navpath ul\n"
+"{\n"
+" font-size: 11px;\n"
+" background-image:url('tab_b.png');\n"
+" background-repeat:repeat-x;\n"
+" height:30px;\n"
+" line-height:30px;\n"
+" color:##9b;\n"
+" border:solid 1px ##ca;\n"
+" overflow:hidden;\n"
+" margin:0px;\n"
+" padding:0px;\n"
+"}\n"
+"\n"
+".navpath li\n"
+"{\n"
+" list-style-type:none;\n"
+" float:left;\n"
+" padding-left:10px;\n"
+" padding-right:15px;\n"
+" background-image:url('bc_s.png');\n"
+" background-repeat:no-repeat;\n"
+" background-position:right;\n"
+" color:##45;\n"
+"}\n"
+"\n"
+".navpath li.navelem a\n"
+"{\n"
+" height:32px;\n"
+" display:block;\n"
+" text-decoration: none;\n"
+" outline: none;\n"
+"}\n"
+"\n"
+".navpath li.navelem a:hover\n"
+"{\n"
+" color:##80;\n"
+"}\n"
+"\n"
+".navpath li.footer\n"
+"{\n"
+" list-style-type:none;\n"
+" float:right;\n"
+" padding-left:10px;\n"
+" padding-right:15px;\n"
+" background-image:none;\n"
+" background-repeat:no-repeat;\n"
+" background-position:right;\n"
+" color:##45;\n"
+" font-size: 8pt;\n"
+"}\n"
+"\n"
+"\n"
+"div.summary\n"
+"{\n"
+" float: right;\n"
+" font-size: 8pt;\n"
+" padding-right: 5px;\n"
+" width: 50%;\n"
+" text-align: right;\n"
+"} \n"
+"\n"
+"div.summary a\n"
+"{\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+"div.ingroups\n"
+"{\n"
+" margin-left: 5px;\n"
+" font-size: 8pt;\n"
+" padding-left: 5px;\n"
+" width: 50%;\n"
+" text-align: left;\n"
+"}\n"
+"\n"
+"div.ingroups a\n"
+"{\n"
+" white-space: nowrap;\n"
+"}\n"
+"\n"
+"div.header\n"
+"{\n"
+" background-image:url('nav_h.png');\n"
+" background-repeat:repeat-x;\n"
+" background-color: ##FA;\n"
+" margin: 0px;\n"
+" border-bottom: 1px solid ##CC;\n"
+"}\n"
+"\n"
+"div.headertitle\n"
+"{\n"
+" padding: 5px 5px 5px 7px;\n"
+"}\n"
+"\n"
+"dl\n"
+"{\n"
+" padding: 0 0 0 10px;\n"
+"}\n"
+"\n"
+"/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */\n"
+"dl.section\n"
+"{\n"
+" border-left:4px solid;\n"
+" padding: 0 0 0 6px;\n"
+"}\n"
+"\n"
+"dl.note\n"
+"{\n"
+" border-color: #D0C000;\n"
+"}\n"
+"\n"
+"dl.warning, dl.attention\n"
+"{\n"
+" border-color: #FF0000;\n"
+"}\n"
+"\n"
+"dl.pre, dl.post, dl.invariant\n"
+"{\n"
+" border-color: #00D000;\n"
+"}\n"
+"\n"
+"dl.deprecated\n"
+"{\n"
+" border-color: #505050;\n"
+"}\n"
+"\n"
+"dl.todo\n"
+"{\n"
+" border-color: #00C0E0;\n"
+"}\n"
+"\n"
+"dl.test\n"
+"{\n"
+" border-color: #3030E0;\n"
+"}\n"
+"\n"
+"dl.bug\n"
+"{\n"
+" border-color: #C08050;\n"
+"}\n"
+"\n"
+"dl.section dd {\n"
+" margin-bottom: 6px;\n"
+"}\n"
+"\n"
+"\n"
+"#projectlogo\n"
+"{\n"
+" text-align: center;\n"
+" vertical-align: bottom;\n"
+" border-collapse: separate;\n"
+"}\n"
+" \n"
+"#projectlogo img\n"
+"{ \n"
+" border: 0px none;\n"
+"}\n"
+" \n"
+"#projectname\n"
+"{\n"
+" font: 300% Tahoma, Arial,sans-serif;\n"
+" margin: 0px;\n"
+" padding: 2px 0px;\n"
+"}\n"
+" \n"
+"#projectbrief\n"
+"{\n"
+" font: 120% Tahoma, Arial,sans-serif;\n"
+" margin: 0px;\n"
+" padding: 0px;\n"
+"}\n"
+"\n"
+"#projectnumber\n"
+"{\n"
+" font: 50% Tahoma, Arial,sans-serif;\n"
+" margin: 0px;\n"
+" padding: 0px;\n"
+"}\n"
+"\n"
+"#titlearea\n"
+"{\n"
+" padding: 0px;\n"
+" margin: 0px;\n"
+" width: 100%;\n"
+" border-bottom: 1px solid ##70;\n"
+"}\n"
+"\n"
+".image\n"
+"{\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+".dotgraph\n"
+"{\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+".mscgraph\n"
+"{\n"
+" text-align: center;\n"
+"}\n"
+"\n"
+".caption\n"
+"{\n"
+" font-weight: bold;\n"
+"}\n"
+"\n"
+"div.zoom\n"
+"{\n"
+" border: 1px solid ##A0;\n"
+"}\n"
+"\n"
+"dl.citelist {\n"
+" margin-bottom:50px;\n"
+"}\n"
+"\n"
+"dl.citelist dt {\n"
+" color:##40;\n"
+" float:left;\n"
+" font-weight:bold;\n"
+" margin-right:10px;\n"
+" padding:5px;\n"
+"}\n"
+"\n"
+"dl.citelist dd {\n"
+" margin:2px 0;\n"
+" padding:5px 0;\n"
+"}\n"
+"\n"
+"div.toc {\n"
+" padding: 14px 25px;\n"
+" background-color: ##F6;\n"
+" border: 1px solid ##DD;\n"
+" border-radius: 7px 7px 7px 7px;\n"
+" float: right;\n"
+" height: auto;\n"
+" margin: 0 20px 10px 10px;\n"
+" width: 200px;\n"
+"}\n"
+"\n"
+"div.toc li {\n"
+" background: url(\"bdwn.png\") no-repeat scroll 0 5px transparent;\n"
+" font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;\n"
+" margin-top: 5px;\n"
+" padding-left: 10px;\n"
+" padding-top: 2px;\n"
+"}\n"
+"\n"
+"div.toc h3 {\n"
+" font: bold 12px/1.2 Arial,FreeSans,sans-serif;\n"
+" color: ##60;\n"
+" border-bottom: 0 none;\n"
+" margin: 0;\n"
+"}\n"
+"\n"
+"div.toc ul {\n"
+" list-style: none outside none;\n"
+" border: medium none;\n"
+" padding: 0px;\n"
+"} \n"
+"\n"
+"div.toc li.level1 {\n"
+" margin-left: 0px;\n"
+"}\n"
+"\n"
+"div.toc li.level2 {\n"
+" margin-left: 15px;\n"
+"}\n"
+"\n"
+"div.toc li.level3 {\n"
+" margin-left: 30px;\n"
+"}\n"
+"\n"
+"div.toc li.level4 {\n"
+" margin-left: 45px;\n"
+"}\n"
+"\n"
+"\n"
+"@media print\n"
+"{\n"
+" #top { display: none; }\n"
+" #side-nav { display: none; }\n"
+" #nav-path { display: none; }\n"
+" body { overflow:visible; }\n"
+" h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }\n"
+" .summary { display: none; }\n"
+" .memitem { page-break-inside: avoid; }\n"
+" #doc-content\n"
+" {\n"
+" margin-left:0 !important;\n"
+" height:auto !important;\n"
+" width:auto !important;\n"
+" overflow:inherit;\n"
+" display:inline;\n"
+" }\n"
+" pre.fragment\n"
+" {\n"
+" overflow: visible;\n"
+" text-wrap: unrestricted;\n"
+" white-space: -moz-pre-wrap; /* Moz */\n"
+" white-space: -pre-wrap; /* Opera 4-6 */\n"
+" white-space: -o-pre-wrap; /* Opera 7 */\n"
+" white-space: pre-wrap; /* CSS3 */\n"
+" word-wrap: break-word; /* IE 5.5+ */\n"
+" }\n"
+"}\n"
+"\n"