Orb/Doxygen/src/doxygen_css.h
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     6 "}\n"
     6 "}\n"
     7 "\n"
     7 "\n"
     8 "/* @group Heading Levels */\n"
     8 "/* @group Heading Levels */\n"
     9 "\n"
     9 "\n"
    10 "h1 {\n"
    10 "h1 {\n"
    11 "	text-align: center;\n"
       
    12 "	font-size: 150%;\n"
    11 "	font-size: 150%;\n"
    13 "}\n"
    12 "}\n"
    14 "\n"
    13 "\n"
    15 "h2 {\n"
    14 "h2 {\n"
    16 "	font-size: 120%;\n"
    15 "	font-size: 120%;\n"
    62 "        font-size: 90%;\n"
    61 "        font-size: 90%;\n"
    63 "        text-align: center;\n"
    62 "        text-align: center;\n"
    64 "}\n"
    63 "}\n"
    65 "\n"
    64 "\n"
    66 "div.qindex, div.navtab{\n"
    65 "div.qindex, div.navtab{\n"
    67 "	background-color: #e8eef2;\n"
    66 "	background-color: ##ee;\n"
    68 "	border: 1px solid #84b0c7;\n"
    67 "	border: 1px solid ##b0;\n"
    69 "	text-align: center;\n"
    68 "	text-align: center;\n"
    70 "	margin: 2px;\n"
    69 "	margin: 2px;\n"
    71 "	padding: 2px;\n"
    70 "	padding: 2px;\n"
    72 "}\n"
    71 "}\n"
    73 "\n"
    72 "\n"
    81 "}\n"
    80 "}\n"
    82 "\n"
    81 "\n"
    83 "/* @group Link Styling */\n"
    82 "/* @group Link Styling */\n"
    84 "\n"
    83 "\n"
    85 "a {\n"
    84 "a {\n"
    86 "	color: #153788;\n"
    85 "	color: ##50;\n"
    87 "	font-weight: normal;\n"
    86 "	font-weight: normal;\n"
    88 "	text-decoration: none;\n"
    87 "	text-decoration: none;\n"
    89 "}\n"
    88 "}\n"
    90 "\n"
    89 "\n"
    91 ".contents a:visited {\n"
    90 ".contents a:visited {\n"
    92 "	color: #1b77c5;\n"
    91 "	color: ##60;\n"
    93 "}\n"
    92 "}\n"
    94 "\n"
    93 "\n"
    95 "a:hover {\n"
    94 "a:hover {\n"
    96 "	text-decoration: underline;\n"
    95 "	text-decoration: underline;\n"
    97 "}\n"
    96 "}\n"
   100 "	font-weight: bold;\n"
    99 "	font-weight: bold;\n"
   101 "}\n"
   100 "}\n"
   102 "\n"
   101 "\n"
   103 "a.qindexHL {\n"
   102 "a.qindexHL {\n"
   104 "	font-weight: bold;\n"
   103 "	font-weight: bold;\n"
   105 "	background-color: #6666cc;\n"
   104 "	background-color: ##AA;\n"
   106 "	color: #ffffff;\n"
   105 "	color: #ffffff;\n"
   107 "	border: 1px double #9295C2;\n"
   106 "	border: 1px double ##98;\n"
   108 "}\n"
   107 "}\n"
   109 "\n"
   108 "\n"
   110 ".contents a.qindexHL:visited {\n"
   109 ".contents a.qindexHL:visited {\n"
   111 "        color: #ffffff;\n"
   110 "        color: #ffffff;\n"
   112 "}\n"
   111 "}\n"
   117 "\n"
   116 "\n"
   118 "a.elRef {\n"
   117 "a.elRef {\n"
   119 "}\n"
   118 "}\n"
   120 "\n"
   119 "\n"
   121 "a.code {\n"
   120 "a.code {\n"
   122 "	color: #3030f0;\n"
   121 "	color: ##60;\n"
   123 "}\n"
   122 "}\n"
   124 "\n"
   123 "\n"
   125 "a.codeRef {\n"
   124 "a.codeRef {\n"
   126 "	color: #3030f0;\n"
   125 "	color: ##60;\n"
   127 "}\n"
   126 "}\n"
   128 "\n"
   127 "\n"
   129 "/* @end */\n"
   128 "/* @end */\n"
   130 "\n"
   129 "\n"
   131 "dl.el {\n"
   130 "dl.el {\n"
   136 "	font-family: monospace, fixed;\n"
   135 "	font-family: monospace, fixed;\n"
   137 "	font-size: 105%;\n"
   136 "	font-size: 105%;\n"
   138 "}\n"
   137 "}\n"
   139 "\n"
   138 "\n"
   140 "pre.fragment {\n"
   139 "pre.fragment {\n"
   141 "	border: 1px solid #CCCCCC;\n"
   140 "	border: 1px solid ##CC;\n"
   142 "	background-color: #f5f5f5;\n"
   141 "	background-color: ##f5;\n"
   143 "	padding: 4px 6px;\n"
   142 "	padding: 4px 6px;\n"
   144 "	margin: 4px 8px 4px 2px;\n"
   143 "	margin: 4px 8px 4px 2px;\n"
   145 "	overflow: auto;\n"
   144 "	overflow: auto;\n"
   146 "	word-wrap: break-word;\n"
   145 "	word-wrap: break-word;\n"
   147 "	font-size:  9pt;\n"
   146 "	font-size:  9pt;\n"
   169 "}\n"
   168 "}\n"
   170 "\n"
   169 "\n"
   171 "body {\n"
   170 "body {\n"
   172 "	background: white;\n"
   171 "	background: white;\n"
   173 "	color: black;\n"
   172 "	color: black;\n"
   174 "	margin-right: 20px;\n"
   173 "        margin: 0;\n"
   175 "	margin-left: 20px;\n"
   174 "}\n"
       
   175 "\n"
       
   176 "div.contents {\n"
       
   177 "	margin-top: 10px;\n"
       
   178 "	margin-left: 10px;\n"
       
   179 "	margin-right: 10px;\n"
   176 "}\n"
   180 "}\n"
   177 "\n"
   181 "\n"
   178 "td.indexkey {\n"
   182 "td.indexkey {\n"
   179 "	background-color: #e8eef2;\n"
   183 "	background-color: ##ee;\n"
   180 "	font-weight: bold;\n"
   184 "	font-weight: bold;\n"
   181 "	border: 1px solid #CCCCCC;\n"
   185 "	border: 1px solid ##cc;\n"
   182 "	margin: 2px 0px 2px 0;\n"
   186 "	margin: 2px 0px 2px 0;\n"
   183 "	padding: 2px 10px;\n"
   187 "	padding: 2px 10px;\n"
   184 "}\n"
   188 "}\n"
   185 "\n"
   189 "\n"
   186 "td.indexvalue {\n"
   190 "td.indexvalue {\n"
   187 "	background-color: #e8eef2;\n"
   191 "	background-color: ##ee;\n"
   188 "	border: 1px solid #CCCCCC;\n"
   192 "	border: 1px solid ##cc;\n"
   189 "	padding: 2px 10px;\n"
   193 "	padding: 2px 10px;\n"
   190 "	margin: 2px 0px;\n"
   194 "	margin: 2px 0px;\n"
   191 "}\n"
   195 "}\n"
   192 "\n"
   196 "\n"
   193 "tr.memlist {\n"
   197 "tr.memlist {\n"
   194 "	background-color: #f0f0f0;\n"
   198 "	background-color: ##f0;\n"
   195 "}\n"
   199 "}\n"
   196 "\n"
   200 "\n"
   197 "p.formulaDsp {\n"
   201 "p.formulaDsp {\n"
   198 "	text-align: center;\n"
   202 "	text-align: center;\n"
   199 "}\n"
   203 "}\n"
   215 "\n"
   219 "\n"
   216 "div.center img {\n"
   220 "div.center img {\n"
   217 "	border: 0px;\n"
   221 "	border: 0px;\n"
   218 "}\n"
   222 "}\n"
   219 "\n"
   223 "\n"
       
   224 "address.footer {\n"
       
   225 "	text-align: right;\n"
       
   226 "	padding-right: 12px;\n"
       
   227 "}\n"
       
   228 "\n"
   220 "img.footer {\n"
   229 "img.footer {\n"
   221 "	border: 0px;\n"
   230 "	border: 0px;\n"
   222 "	vertical-align: middle;\n"
   231 "	vertical-align: middle;\n"
   223 "}\n"
   232 "}\n"
   224 "\n"
   233 "\n"
   268 "	color: #ff0000 \n"
   277 "	color: #ff0000 \n"
   269 "}\n"
   278 "}\n"
   270 "\n"
   279 "\n"
   271 "/* @end */\n"
   280 "/* @end */\n"
   272 "\n"
   281 "\n"
       
   282 "/*\n"
   273 ".search {\n"
   283 ".search {\n"
   274 "	color: #003399;\n"
   284 "	color: #003399;\n"
   275 "	font-weight: bold;\n"
   285 "	font-weight: bold;\n"
   276 "}\n"
   286 "}\n"
   277 "\n"
   287 "\n"
   284 "	font-size: 75%;\n"
   294 "	font-size: 75%;\n"
   285 "	color: #000080;\n"
   295 "	color: #000080;\n"
   286 "	font-weight: normal;\n"
   296 "	font-weight: normal;\n"
   287 "	background-color: #e8eef2;\n"
   297 "	background-color: #e8eef2;\n"
   288 "}\n"
   298 "}\n"
       
   299 "*/\n"
   289 "\n"
   300 "\n"
   290 "td.tiny {\n"
   301 "td.tiny {\n"
   291 "	font-size: 75%;\n"
   302 "	font-size: 75%;\n"
   292 "}\n"
   303 "}\n"
   293 "\n"
   304 "\n"
   294 ".dirtab {\n"
   305 ".dirtab {\n"
   295 "	padding: 4px;\n"
   306 "	padding: 4px;\n"
   296 "	border-collapse: collapse;\n"
   307 "	border-collapse: collapse;\n"
   297 "	border: 1px solid #84b0c7;\n"
   308 "	border: 1px solid ##b0;\n"
   298 "}\n"
   309 "}\n"
   299 "\n"
   310 "\n"
   300 "th.dirtab {\n"
   311 "th.dirtab {\n"
   301 "	background: #e8eef2;\n"
   312 "	background: ##ee;\n"
   302 "	font-weight: bold;\n"
   313 "	font-weight: bold;\n"
   303 "}\n"
   314 "}\n"
   304 "\n"
   315 "\n"
   305 "hr {\n"
   316 "hr {\n"
   306 "	height: 0;\n"
   317 "	height: 0px;\n"
   307 "	border: none;\n"
   318 "	border: none;\n"
   308 "	border-top: 1px solid #666;\n"
   319 "	border-top: 1px solid ##66;\n"
       
   320 "}\n"
       
   321 "\n"
       
   322 "hr.footer {\n"
       
   323 "	height: 1px;\n"
   309 "}\n"
   324 "}\n"
   310 "\n"
   325 "\n"
   311 "/* @group Member Descriptions */\n"
   326 "/* @group Member Descriptions */\n"
   312 "\n"
   327 "\n"
   313 ".mdescLeft, .mdescRight,\n"
   328 ".mdescLeft, .mdescRight,\n"
   314 ".memItemLeft, .memItemRight,\n"
   329 ".memItemLeft, .memItemRight,\n"
   315 ".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n"
   330 ".memTemplItemLeft, .memTemplItemRight, .memTemplParams {\n"
   316 "	background-color: #FAFAFA;\n"
   331 "	background-color: ##FA;\n"
   317 "	border: none;\n"
   332 "	border: none;\n"
   318 "	margin: 4px;\n"
   333 "	margin: 4px;\n"
   319 "	padding: 1px 0 0 8px;\n"
   334 "	padding: 1px 0 0 8px;\n"
   320 "}\n"
   335 "}\n"
   321 "\n"
   336 "\n"
   323 "	padding: 0px 8px 4px 8px;\n"
   338 "	padding: 0px 8px 4px 8px;\n"
   324 "	color: #555;\n"
   339 "	color: #555;\n"
   325 "}\n"
   340 "}\n"
   326 "\n"
   341 "\n"
   327 ".memItemLeft, .memItemRight, .memTemplParams {\n"
   342 ".memItemLeft, .memItemRight, .memTemplParams {\n"
   328 "	border-top: 1px solid #ccc;\n"
   343 "	border-top: 1px solid ##cc;\n"
   329 "}\n"
   344 "}\n"
   330 "\n"
   345 "\n"
   331 ".memItemLeft, .memTemplItemLeft {\n"
   346 ".memItemLeft, .memTemplItemLeft {\n"
   332 "        white-space: nowrap;\n"
   347 "        white-space: nowrap;\n"
   333 "}\n"
   348 "}\n"
   334 "\n"
   349 "\n"
   335 ".memTemplParams {\n"
   350 ".memTemplParams {\n"
   336 "	color: #606060;\n"
   351 "	color: ##60;\n"
   337 "        white-space: nowrap;\n"
   352 "        white-space: nowrap;\n"
   338 "}\n"
   353 "}\n"
   339 "\n"
   354 "\n"
   340 "/* @end */\n"
   355 "/* @end */\n"
   341 "\n"
   356 "\n"
   343 "\n"
   358 "\n"
   344 "/* Styles for detailed member documentation */\n"
   359 "/* Styles for detailed member documentation */\n"
   345 "\n"
   360 "\n"
   346 ".memtemplate {\n"
   361 ".memtemplate {\n"
   347 "	font-size: 80%;\n"
   362 "	font-size: 80%;\n"
   348 "	color: #606060;\n"
   363 "	color: ##60;\n"
   349 "	font-weight: normal;\n"
   364 "	font-weight: normal;\n"
   350 "	margin-left: 3px;\n"
   365 "	margin-left: 3px;\n"
   351 "}\n"
   366 "}\n"
   352 "\n"
   367 "\n"
   353 ".memnav {\n"
   368 ".memnav {\n"
   354 "	background-color: #e8eef2;\n"
   369 "	background-color: ##ee;\n"
   355 "	border: 1px solid #84b0c7;\n"
   370 "	border: 1px solid ##b0;\n"
   356 "	text-align: center;\n"
   371 "	text-align: center;\n"
   357 "	margin: 2px;\n"
   372 "	margin: 2px;\n"
   358 "	margin-right: 15px;\n"
   373 "	margin-right: 15px;\n"
   359 "	padding: 2px;\n"
   374 "	padding: 2px;\n"
   360 "}\n"
   375 "}\n"
   363 "	padding: 0;\n"
   378 "	padding: 0;\n"
   364 "	margin-bottom: 10px;\n"
   379 "	margin-bottom: 10px;\n"
   365 "}\n"
   380 "}\n"
   366 "\n"
   381 "\n"
   367 ".memname {\n"
   382 ".memname {\n"
   368 "	white-space: nowrap;\n"
   383 "        white-space: nowrap;\n"
   369 "	font-weight: bold;\n"
   384 "        font-weight: bold;\n"
   370 "}\n"
   385 "        margin-left: 6px;\n"
   371 "\n"
       
   372 ".memproto, .memdoc {\n"
       
   373 "	border: 1px solid #84b0c7;	\n"
       
   374 "}\n"
   386 "}\n"
   375 "\n"
   387 "\n"
   376 ".memproto {\n"
   388 ".memproto {\n"
   377 "	padding: 0;\n"
   389 "        border-top: 1px solid ##80;\n"
   378 "	background-color: #d5e1e8;\n"
   390 "        border-left: 1px solid ##80;\n"
   379 "	font-weight: bold;\n"
   391 "        border-right: 1px solid ##80;\n"
   380 "	-webkit-border-top-left-radius: 8px;\n"
   392 "        padding: 0;\n"
   381 "	-webkit-border-top-right-radius: 8px;\n"
   393 "        background-color: ##c8;\n"
       
   394 "        color: ##2b;\n"
       
   395 "        font-weight: bold;\n"
       
   396 "        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);\n"
       
   397 "        /* firefox specific markup */\n"
       
   398 "        background-image: -moz-linear-gradient(center top, ##F8, ##E8 30%, ##E0 90%, ##D0);\n"
       
   399 "        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
       
   400 "        -moz-border-radius-topright: 8px;\n"
       
   401 "        -moz-border-radius-topleft: 8px;\n"
       
   402 "        /* webkit specific markup */\n"
       
   403 "        background-image: -webkit-gradient(linear,center top,center bottom,from(##F8),color-stop(0.3,##E0),color-stop(0.9,##E0),to(##D0));\n"
   382 "        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
   404 "        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
   383 "	-moz-border-radius-topleft: 8px;\n"
   405 "        -webkit-border-top-right-radius: 8px;\n"
   384 "	-moz-border-radius-topright: 8px;\n"
   406 "        -webkit-border-top-left-radius: 8px;\n"
       
   407 "\n"
       
   408 "}\n"
       
   409 "\n"
       
   410 ".memdoc {\n"
       
   411 "        border-bottom: 1px solid ##80;      \n"
       
   412 "        border-left: 1px solid ##80;      \n"
       
   413 "        border-right: 1px solid ##80; \n"
       
   414 "        padding: 2px 5px;\n"
       
   415 "        background-color: ##E0;\n"
       
   416 "        border-top-width: 0;\n"
       
   417 "        /* firefox specific markup */\n"
       
   418 "        -moz-border-radius-bottomleft: 8px;\n"
       
   419 "        -moz-border-radius-bottomright: 8px;\n"
   385 "        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
   420 "        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
   386 "\n"
   421 "        background-image: -moz-linear-gradient(center top, ##FF 0%, ##F8 80%, ##F0);\n"
   387 "}\n"
   422 "        /* webkit specific markup */\n"
   388 "\n"
   423 "        -webkit-border-bottom-left-radius: 8px;\n"
   389 ".memdoc {\n"
   424 "        -webkit-border-bottom-right-radius: 8px;\n"
   390 "	padding: 2px 5px;\n"
       
   391 "	background-color: #eef3f5;\n"
       
   392 "	border-top-width: 0;\n"
       
   393 "	-webkit-border-bottom-left-radius: 8px;\n"
       
   394 "	-webkit-border-bottom-right-radius: 8px;\n"
       
   395 "        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
   425 "        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);\n"
   396 "	-moz-border-radius-bottomleft: 8px;\n"
   426 "        background-image: -webkit-gradient(linear,center top,center bottom,from(##FF), color-stop(0.2,##F8), to(##F0));\n"
   397 "	-moz-border-radius-bottomright: 8px;\n"
       
   398 "        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;\n"
       
   399 "}\n"
   427 "}\n"
   400 "\n"
   428 "\n"
   401 ".paramkey {\n"
   429 ".paramkey {\n"
   402 "	text-align: right;\n"
   430 "	text-align: right;\n"
   403 "}\n"
   431 "}\n"
   420 "\n"
   448 "\n"
   421 "/* for the tree view */\n"
   449 "/* for the tree view */\n"
   422 "\n"
   450 "\n"
   423 ".ftvtree {\n"
   451 ".ftvtree {\n"
   424 "	font-family: sans-serif;\n"
   452 "	font-family: sans-serif;\n"
   425 "	margin: 0.5em;\n"
   453 "	margin: 0px;\n"
   426 "}\n"
   454 "}\n"
   427 "\n"
   455 "\n"
   428 "/* these are for tree view when used as main index */\n"
   456 "/* these are for tree view when used as main index */\n"
   429 "\n"
   457 "\n"
   430 ".directory {\n"
   458 ".directory {\n"
   431 "	font-size: 9pt;\n"
   459 "	font-size: 9pt;\n"
   432 "	font-weight: bold;\n"
   460 "	font-weight: bold;\n"
       
   461 "	margin: 5px;\n"
   433 "}\n"
   462 "}\n"
   434 "\n"
   463 "\n"
   435 ".directory h3 {\n"
   464 ".directory h3 {\n"
   436 "	margin: 0px;\n"
   465 "	margin: 0px;\n"
   437 "	margin-top: 1em;\n"
   466 "	margin-top: 1em;\n"
   505 "	vertical-align: -30%;\n"
   534 "	vertical-align: -30%;\n"
   506 "}\n"
   535 "}\n"
   507 "\n"
   536 "\n"
   508 "/* @end */\n"
   537 "/* @end */\n"
   509 "\n"
   538 "\n"
       
   539 "div.dynheader {\n"
       
   540 "        margin-top: 8px;\n"
       
   541 "}\n"
       
   542 "\n"
   510 "address {\n"
   543 "address {\n"
   511 "	font-style: normal;\n"
   544 "	font-style: normal;\n"
   512 "	color: #333;\n"
   545 "	color: ##33;\n"
   513 "}\n"
   546 "}\n"
   514 "\n"
   547 "\n"
   515 "table.doxtable {\n"
   548 "table.doxtable {\n"
   516 "	border-collapse:collapse;\n"
   549 "	border-collapse:collapse;\n"
   517 "}\n"
   550 "}\n"
   518 "\n"
   551 "\n"
   519 "table.doxtable td, table.doxtable th {\n"
   552 "table.doxtable td, table.doxtable th {\n"
   520 "	border: 1px solid #153788;\n"
   553 "	border: 1px solid ##37;\n"
   521 "	padding: 3px 7px 2px;\n"
   554 "	padding: 3px 7px 2px;\n"
   522 "}\n"
   555 "}\n"
   523 "\n"
   556 "\n"
   524 "table.doxtable th {\n"
   557 "table.doxtable th {\n"
   525 "	background-color: #254798;\n"
   558 "	background-color: ##47;\n"
   526 "	color: #FFFFFF;\n"
   559 "	color: #FFFFFF;\n"
   527 "	font-size: 110%;\n"
   560 "	font-size: 110%;\n"
   528 "	padding-bottom: 4px;\n"
   561 "	padding-bottom: 4px;\n"
   529 "	padding-top: 5px;\n"
   562 "	padding-top: 5px;\n"
   530 "	text-align:left;\n"
   563 "	text-align:left;\n"
   531 "}\n"
   564 "}\n"
   532 "\n"
   565 "\n"
       
   566 ".tabsearch {\n"
       
   567 "	top: 0px;\n"
       
   568 "	left: 10px;\n"
       
   569 "	height: 36px;\n"
       
   570 "	background-image: url('tab_b.png');\n"
       
   571 "	z-index: 101;\n"
       
   572 "	overflow: hidden;\n"
       
   573 "	font-size: 13px;\n"
       
   574 "}\n"
       
   575 "\n"
       
   576 ".navpath ul\n"
       
   577 "{\n"
       
   578 "	font-size: 11px;\n"
       
   579 "	background-image:url('tab_b.png');\n"
       
   580 "	background-repeat:repeat-x;\n"
       
   581 "	height:30px;\n"
       
   582 "	line-height:30px;\n"
       
   583 "	color:##9b;\n"
       
   584 "	border:solid 1px ##ca;\n"
       
   585 "	overflow:hidden;\n"
       
   586 "	margin:0px;\n"
       
   587 "	padding:0px;\n"
       
   588 "}\n"
       
   589 "\n"
       
   590 ".navpath li\n"
       
   591 "{\n"
       
   592 "	list-style-type:none;\n"
       
   593 "	float:left;\n"
       
   594 "	padding-left:10px;\n"
       
   595 "}\n"
       
   596 "\n"
       
   597 ".navpath a\n"
       
   598 "{\n"
       
   599 "	height:32px;\n"
       
   600 "	display:block;\n"
       
   601 "	background-image:url('bc_s.png');\n"
       
   602 "	background-repeat:no-repeat;\n"
       
   603 "	background-position:right;\n"
       
   604 "	padding-right: 15px;\n"
       
   605 "	text-decoration: none;\n"
       
   606 "	outline: none;\n"
       
   607 "	color:##45;\n"
       
   608 "}\n"
       
   609 "\n"
       
   610 ".navpath a:hover\n"
       
   611 "{\n"
       
   612 "	color:##80;\n"
       
   613 "}\n"
       
   614 "\n"
       
   615 "div.summary\n"
       
   616 "{\n"
       
   617 "	float: right;\n"
       
   618 "	font-size: 8pt;\n"
       
   619 "	padding-right: 5px;\n"
       
   620 "	width: 50%;\n"
       
   621 "	text-align: right;\n"
       
   622 "}       \n"
       
   623 "\n"
       
   624 "div.summary a\n"
       
   625 "{\n"
       
   626 "	white-space: nowrap;\n"
       
   627 "}\n"
       
   628 "\n"
       
   629 "div.header\n"
       
   630 "{\n"
       
   631 "        background-image:url('nav_h.png');\n"
       
   632 "        background-repeat:repeat-x;\n"
       
   633 "	background-color: ##FA;\n"
       
   634 "	margin:  0px;\n"
       
   635 "	border-bottom: 1px solid ##CC;\n"
       
   636 "}\n"
       
   637 "\n"
       
   638 "div.headertitle\n"
       
   639 "{\n"
       
   640 "	padding: 5px 5px 5px 10px;\n"
       
   641 "}\n"
       
   642 "\n"