docs/api-2.1/doxygen.css

changeset 390
d345541018fa
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/docs/api-2.1/doxygen.css	Sat Feb 06 19:11:44 2021 +0100
     1.3 @@ -0,0 +1,1596 @@
     1.4 +/* The standard CSS for doxygen 1.8.13 */
     1.5 +
     1.6 +body, table, div, p, dl {
     1.7 +	font: 400 14px/22px Roboto,sans-serif;
     1.8 +}
     1.9 +
    1.10 +p.reference, p.definition {
    1.11 +	font: 400 14px/22px Roboto,sans-serif;
    1.12 +}
    1.13 +
    1.14 +/* @group Heading Levels */
    1.15 +
    1.16 +h1.groupheader {
    1.17 +	font-size: 150%;
    1.18 +}
    1.19 +
    1.20 +.title {
    1.21 +	font: 400 14px/28px Roboto,sans-serif;
    1.22 +	font-size: 150%;
    1.23 +	font-weight: bold;
    1.24 +	margin: 10px 2px;
    1.25 +}
    1.26 +
    1.27 +h2.groupheader {
    1.28 +	border-bottom: 1px solid #879ECB;
    1.29 +	color: #354C7B;
    1.30 +	font-size: 150%;
    1.31 +	font-weight: normal;
    1.32 +	margin-top: 1.75em;
    1.33 +	padding-top: 8px;
    1.34 +	padding-bottom: 4px;
    1.35 +	width: 100%;
    1.36 +}
    1.37 +
    1.38 +h3.groupheader {
    1.39 +	font-size: 100%;
    1.40 +}
    1.41 +
    1.42 +h1, h2, h3, h4, h5, h6 {
    1.43 +	-webkit-transition: text-shadow 0.5s linear;
    1.44 +	-moz-transition: text-shadow 0.5s linear;
    1.45 +	-ms-transition: text-shadow 0.5s linear;
    1.46 +	-o-transition: text-shadow 0.5s linear;
    1.47 +	transition: text-shadow 0.5s linear;
    1.48 +	margin-right: 15px;
    1.49 +}
    1.50 +
    1.51 +h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
    1.52 +	text-shadow: 0 0 15px cyan;
    1.53 +}
    1.54 +
    1.55 +dt {
    1.56 +	font-weight: bold;
    1.57 +}
    1.58 +
    1.59 +div.multicol {
    1.60 +	-moz-column-gap: 1em;
    1.61 +	-webkit-column-gap: 1em;
    1.62 +	-moz-column-count: 3;
    1.63 +	-webkit-column-count: 3;
    1.64 +}
    1.65 +
    1.66 +p.startli, p.startdd {
    1.67 +	margin-top: 2px;
    1.68 +}
    1.69 +
    1.70 +p.starttd {
    1.71 +	margin-top: 0px;
    1.72 +}
    1.73 +
    1.74 +p.endli {
    1.75 +	margin-bottom: 0px;
    1.76 +}
    1.77 +
    1.78 +p.enddd {
    1.79 +	margin-bottom: 4px;
    1.80 +}
    1.81 +
    1.82 +p.endtd {
    1.83 +	margin-bottom: 2px;
    1.84 +}
    1.85 +
    1.86 +/* @end */
    1.87 +
    1.88 +caption {
    1.89 +	font-weight: bold;
    1.90 +}
    1.91 +
    1.92 +span.legend {
    1.93 +        font-size: 70%;
    1.94 +        text-align: center;
    1.95 +}
    1.96 +
    1.97 +h3.version {
    1.98 +        font-size: 90%;
    1.99 +        text-align: center;
   1.100 +}
   1.101 +
   1.102 +div.qindex, div.navtab{
   1.103 +	background-color: #EBEFF6;
   1.104 +	border: 1px solid #A3B4D7;
   1.105 +	text-align: center;
   1.106 +}
   1.107 +
   1.108 +div.qindex, div.navpath {
   1.109 +	width: 100%;
   1.110 +	line-height: 140%;
   1.111 +}
   1.112 +
   1.113 +div.navtab {
   1.114 +	margin-right: 15px;
   1.115 +}
   1.116 +
   1.117 +/* @group Link Styling */
   1.118 +
   1.119 +a {
   1.120 +	color: #3D578C;
   1.121 +	font-weight: normal;
   1.122 +	text-decoration: none;
   1.123 +}
   1.124 +
   1.125 +.contents a:visited {
   1.126 +	color: #4665A2;
   1.127 +}
   1.128 +
   1.129 +a:hover {
   1.130 +	text-decoration: underline;
   1.131 +}
   1.132 +
   1.133 +a.qindex {
   1.134 +	font-weight: bold;
   1.135 +}
   1.136 +
   1.137 +a.qindexHL {
   1.138 +	font-weight: bold;
   1.139 +	background-color: #9CAFD4;
   1.140 +	color: #ffffff;
   1.141 +	border: 1px double #869DCA;
   1.142 +}
   1.143 +
   1.144 +.contents a.qindexHL:visited {
   1.145 +        color: #ffffff;
   1.146 +}
   1.147 +
   1.148 +a.el {
   1.149 +	font-weight: bold;
   1.150 +}
   1.151 +
   1.152 +a.elRef {
   1.153 +}
   1.154 +
   1.155 +a.code, a.code:visited, a.line, a.line:visited {
   1.156 +	color: #4665A2; 
   1.157 +}
   1.158 +
   1.159 +a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
   1.160 +	color: #4665A2; 
   1.161 +}
   1.162 +
   1.163 +/* @end */
   1.164 +
   1.165 +dl.el {
   1.166 +	margin-left: -1cm;
   1.167 +}
   1.168 +
   1.169 +pre.fragment {
   1.170 +        border: 1px solid #C4CFE5;
   1.171 +        background-color: #FBFCFD;
   1.172 +        padding: 4px 6px;
   1.173 +        margin: 4px 8px 4px 2px;
   1.174 +        overflow: auto;
   1.175 +        word-wrap: break-word;
   1.176 +        font-size:  9pt;
   1.177 +        line-height: 125%;
   1.178 +        font-family: monospace, fixed;
   1.179 +        font-size: 105%;
   1.180 +}
   1.181 +
   1.182 +div.fragment {
   1.183 +        padding: 0px;
   1.184 +        margin: 4px 8px 4px 2px;
   1.185 +	background-color: #FBFCFD;
   1.186 +	border: 1px solid #C4CFE5;
   1.187 +}
   1.188 +
   1.189 +div.line {
   1.190 +	font-family: monospace, fixed;
   1.191 +        font-size: 13px;
   1.192 +	min-height: 13px;
   1.193 +	line-height: 1.0;
   1.194 +	text-wrap: unrestricted;
   1.195 +	white-space: -moz-pre-wrap; /* Moz */
   1.196 +	white-space: -pre-wrap;     /* Opera 4-6 */
   1.197 +	white-space: -o-pre-wrap;   /* Opera 7 */
   1.198 +	white-space: pre-wrap;      /* CSS3  */
   1.199 +	word-wrap: break-word;      /* IE 5.5+ */
   1.200 +	text-indent: -53px;
   1.201 +	padding-left: 53px;
   1.202 +	padding-bottom: 0px;
   1.203 +	margin: 0px;
   1.204 +	-webkit-transition-property: background-color, box-shadow;
   1.205 +	-webkit-transition-duration: 0.5s;
   1.206 +	-moz-transition-property: background-color, box-shadow;
   1.207 +	-moz-transition-duration: 0.5s;
   1.208 +	-ms-transition-property: background-color, box-shadow;
   1.209 +	-ms-transition-duration: 0.5s;
   1.210 +	-o-transition-property: background-color, box-shadow;
   1.211 +	-o-transition-duration: 0.5s;
   1.212 +	transition-property: background-color, box-shadow;
   1.213 +	transition-duration: 0.5s;
   1.214 +}
   1.215 +
   1.216 +div.line:after {
   1.217 +    content:"\000A";
   1.218 +    white-space: pre;
   1.219 +}
   1.220 +
   1.221 +div.line.glow {
   1.222 +	background-color: cyan;
   1.223 +	box-shadow: 0 0 10px cyan;
   1.224 +}
   1.225 +
   1.226 +
   1.227 +span.lineno {
   1.228 +	padding-right: 4px;
   1.229 +	text-align: right;
   1.230 +	border-right: 2px solid #0F0;
   1.231 +	background-color: #E8E8E8;
   1.232 +        white-space: pre;
   1.233 +}
   1.234 +span.lineno a {
   1.235 +	background-color: #D8D8D8;
   1.236 +}
   1.237 +
   1.238 +span.lineno a:hover {
   1.239 +	background-color: #C8C8C8;
   1.240 +}
   1.241 +
   1.242 +.lineno {
   1.243 +	-webkit-touch-callout: none;
   1.244 +	-webkit-user-select: none;
   1.245 +	-khtml-user-select: none;
   1.246 +	-moz-user-select: none;
   1.247 +	-ms-user-select: none;
   1.248 +	user-select: none;
   1.249 +}
   1.250 +
   1.251 +div.ah, span.ah {
   1.252 +	background-color: black;
   1.253 +	font-weight: bold;
   1.254 +	color: #ffffff;
   1.255 +	margin-bottom: 3px;
   1.256 +	margin-top: 3px;
   1.257 +	padding: 0.2em;
   1.258 +	border: solid thin #333;
   1.259 +	border-radius: 0.5em;
   1.260 +	-webkit-border-radius: .5em;
   1.261 +	-moz-border-radius: .5em;
   1.262 +	box-shadow: 2px 2px 3px #999;
   1.263 +	-webkit-box-shadow: 2px 2px 3px #999;
   1.264 +	-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
   1.265 +	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
   1.266 +	background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
   1.267 +}
   1.268 +
   1.269 +div.classindex ul {
   1.270 +        list-style: none;
   1.271 +        padding-left: 0;
   1.272 +}
   1.273 +
   1.274 +div.classindex span.ai {
   1.275 +        display: inline-block;
   1.276 +}
   1.277 +
   1.278 +div.groupHeader {
   1.279 +	margin-left: 16px;
   1.280 +	margin-top: 12px;
   1.281 +	font-weight: bold;
   1.282 +}
   1.283 +
   1.284 +div.groupText {
   1.285 +	margin-left: 16px;
   1.286 +	font-style: italic;
   1.287 +}
   1.288 +
   1.289 +body {
   1.290 +	background-color: white;
   1.291 +	color: black;
   1.292 +        margin: 0;
   1.293 +}
   1.294 +
   1.295 +div.contents {
   1.296 +	margin-top: 10px;
   1.297 +	margin-left: 12px;
   1.298 +	margin-right: 8px;
   1.299 +}
   1.300 +
   1.301 +td.indexkey {
   1.302 +	background-color: #EBEFF6;
   1.303 +	font-weight: bold;
   1.304 +	border: 1px solid #C4CFE5;
   1.305 +	margin: 2px 0px 2px 0;
   1.306 +	padding: 2px 10px;
   1.307 +        white-space: nowrap;
   1.308 +        vertical-align: top;
   1.309 +}
   1.310 +
   1.311 +td.indexvalue {
   1.312 +	background-color: #EBEFF6;
   1.313 +	border: 1px solid #C4CFE5;
   1.314 +	padding: 2px 10px;
   1.315 +	margin: 2px 0px;
   1.316 +}
   1.317 +
   1.318 +tr.memlist {
   1.319 +	background-color: #EEF1F7;
   1.320 +}
   1.321 +
   1.322 +p.formulaDsp {
   1.323 +	text-align: center;
   1.324 +}
   1.325 +
   1.326 +img.formulaDsp {
   1.327 +	
   1.328 +}
   1.329 +
   1.330 +img.formulaInl {
   1.331 +	vertical-align: middle;
   1.332 +}
   1.333 +
   1.334 +div.center {
   1.335 +	text-align: center;
   1.336 +        margin-top: 0px;
   1.337 +        margin-bottom: 0px;
   1.338 +        padding: 0px;
   1.339 +}
   1.340 +
   1.341 +div.center img {
   1.342 +	border: 0px;
   1.343 +}
   1.344 +
   1.345 +address.footer {
   1.346 +	text-align: right;
   1.347 +	padding-right: 12px;
   1.348 +}
   1.349 +
   1.350 +img.footer {
   1.351 +	border: 0px;
   1.352 +	vertical-align: middle;
   1.353 +}
   1.354 +
   1.355 +/* @group Code Colorization */
   1.356 +
   1.357 +span.keyword {
   1.358 +	color: #008000
   1.359 +}
   1.360 +
   1.361 +span.keywordtype {
   1.362 +	color: #604020
   1.363 +}
   1.364 +
   1.365 +span.keywordflow {
   1.366 +	color: #e08000
   1.367 +}
   1.368 +
   1.369 +span.comment {
   1.370 +	color: #800000
   1.371 +}
   1.372 +
   1.373 +span.preprocessor {
   1.374 +	color: #806020
   1.375 +}
   1.376 +
   1.377 +span.stringliteral {
   1.378 +	color: #002080
   1.379 +}
   1.380 +
   1.381 +span.charliteral {
   1.382 +	color: #008080
   1.383 +}
   1.384 +
   1.385 +span.vhdldigit { 
   1.386 +	color: #ff00ff 
   1.387 +}
   1.388 +
   1.389 +span.vhdlchar { 
   1.390 +	color: #000000 
   1.391 +}
   1.392 +
   1.393 +span.vhdlkeyword { 
   1.394 +	color: #700070 
   1.395 +}
   1.396 +
   1.397 +span.vhdllogic { 
   1.398 +	color: #ff0000 
   1.399 +}
   1.400 +
   1.401 +blockquote {
   1.402 +        background-color: #F7F8FB;
   1.403 +        border-left: 2px solid #9CAFD4;
   1.404 +        margin: 0 24px 0 4px;
   1.405 +        padding: 0 12px 0 16px;
   1.406 +}
   1.407 +
   1.408 +/* @end */
   1.409 +
   1.410 +/*
   1.411 +.search {
   1.412 +	color: #003399;
   1.413 +	font-weight: bold;
   1.414 +}
   1.415 +
   1.416 +form.search {
   1.417 +	margin-bottom: 0px;
   1.418 +	margin-top: 0px;
   1.419 +}
   1.420 +
   1.421 +input.search {
   1.422 +	font-size: 75%;
   1.423 +	color: #000080;
   1.424 +	font-weight: normal;
   1.425 +	background-color: #e8eef2;
   1.426 +}
   1.427 +*/
   1.428 +
   1.429 +td.tiny {
   1.430 +	font-size: 75%;
   1.431 +}
   1.432 +
   1.433 +.dirtab {
   1.434 +	padding: 4px;
   1.435 +	border-collapse: collapse;
   1.436 +	border: 1px solid #A3B4D7;
   1.437 +}
   1.438 +
   1.439 +th.dirtab {
   1.440 +	background: #EBEFF6;
   1.441 +	font-weight: bold;
   1.442 +}
   1.443 +
   1.444 +hr {
   1.445 +	height: 0px;
   1.446 +	border: none;
   1.447 +	border-top: 1px solid #4A6AAA;
   1.448 +}
   1.449 +
   1.450 +hr.footer {
   1.451 +	height: 1px;
   1.452 +}
   1.453 +
   1.454 +/* @group Member Descriptions */
   1.455 +
   1.456 +table.memberdecls {
   1.457 +	border-spacing: 0px;
   1.458 +	padding: 0px;
   1.459 +}
   1.460 +
   1.461 +.memberdecls td, .fieldtable tr {
   1.462 +	-webkit-transition-property: background-color, box-shadow;
   1.463 +	-webkit-transition-duration: 0.5s;
   1.464 +	-moz-transition-property: background-color, box-shadow;
   1.465 +	-moz-transition-duration: 0.5s;
   1.466 +	-ms-transition-property: background-color, box-shadow;
   1.467 +	-ms-transition-duration: 0.5s;
   1.468 +	-o-transition-property: background-color, box-shadow;
   1.469 +	-o-transition-duration: 0.5s;
   1.470 +	transition-property: background-color, box-shadow;
   1.471 +	transition-duration: 0.5s;
   1.472 +}
   1.473 +
   1.474 +.memberdecls td.glow, .fieldtable tr.glow {
   1.475 +	background-color: cyan;
   1.476 +	box-shadow: 0 0 15px cyan;
   1.477 +}
   1.478 +
   1.479 +.mdescLeft, .mdescRight,
   1.480 +.memItemLeft, .memItemRight,
   1.481 +.memTemplItemLeft, .memTemplItemRight, .memTemplParams {
   1.482 +	background-color: #F9FAFC;
   1.483 +	border: none;
   1.484 +	margin: 4px;
   1.485 +	padding: 1px 0 0 8px;
   1.486 +}
   1.487 +
   1.488 +.mdescLeft, .mdescRight {
   1.489 +	padding: 0px 8px 4px 8px;
   1.490 +	color: #555;
   1.491 +}
   1.492 +
   1.493 +.memSeparator {
   1.494 +        border-bottom: 1px solid #DEE4F0;
   1.495 +        line-height: 1px;
   1.496 +        margin: 0px;
   1.497 +        padding: 0px;
   1.498 +}
   1.499 +
   1.500 +.memItemLeft, .memTemplItemLeft {
   1.501 +        white-space: nowrap;
   1.502 +}
   1.503 +
   1.504 +.memItemRight {
   1.505 +	width: 100%;
   1.506 +}
   1.507 +
   1.508 +.memTemplParams {
   1.509 +	color: #4665A2;
   1.510 +        white-space: nowrap;
   1.511 +	font-size: 80%;
   1.512 +}
   1.513 +
   1.514 +/* @end */
   1.515 +
   1.516 +/* @group Member Details */
   1.517 +
   1.518 +/* Styles for detailed member documentation */
   1.519 +
   1.520 +.memtitle {
   1.521 +	padding: 8px;
   1.522 +	border-top: 1px solid #A8B8D9;
   1.523 +	border-left: 1px solid #A8B8D9;
   1.524 +	border-right: 1px solid #A8B8D9;
   1.525 +	border-top-right-radius: 4px;
   1.526 +	border-top-left-radius: 4px;
   1.527 +	margin-bottom: -1px;
   1.528 +	background-image: url('nav_f.png');
   1.529 +	background-repeat: repeat-x;
   1.530 +	background-color: #E2E8F2;
   1.531 +	line-height: 1.25;
   1.532 +	font-weight: 300;
   1.533 +	float:left;
   1.534 +}
   1.535 +
   1.536 +.permalink
   1.537 +{
   1.538 +        font-size: 65%;
   1.539 +        display: inline-block;
   1.540 +        vertical-align: middle;
   1.541 +}
   1.542 +
   1.543 +.memtemplate {
   1.544 +	font-size: 80%;
   1.545 +	color: #4665A2;
   1.546 +	font-weight: normal;
   1.547 +	margin-left: 9px;
   1.548 +}
   1.549 +
   1.550 +.memnav {
   1.551 +	background-color: #EBEFF6;
   1.552 +	border: 1px solid #A3B4D7;
   1.553 +	text-align: center;
   1.554 +	margin: 2px;
   1.555 +	margin-right: 15px;
   1.556 +	padding: 2px;
   1.557 +}
   1.558 +
   1.559 +.mempage {
   1.560 +	width: 100%;
   1.561 +}
   1.562 +
   1.563 +.memitem {
   1.564 +	padding: 0;
   1.565 +	margin-bottom: 10px;
   1.566 +	margin-right: 5px;
   1.567 +        -webkit-transition: box-shadow 0.5s linear;
   1.568 +        -moz-transition: box-shadow 0.5s linear;
   1.569 +        -ms-transition: box-shadow 0.5s linear;
   1.570 +        -o-transition: box-shadow 0.5s linear;
   1.571 +        transition: box-shadow 0.5s linear;
   1.572 +        display: table !important;
   1.573 +        width: 100%;
   1.574 +}
   1.575 +
   1.576 +.memitem.glow {
   1.577 +         box-shadow: 0 0 15px cyan;
   1.578 +}
   1.579 +
   1.580 +.memname {
   1.581 +        font-weight: 400;
   1.582 +        margin-left: 6px;
   1.583 +}
   1.584 +
   1.585 +.memname td {
   1.586 +	vertical-align: bottom;
   1.587 +}
   1.588 +
   1.589 +.memproto, dl.reflist dt {
   1.590 +        border-top: 1px solid #A8B8D9;
   1.591 +        border-left: 1px solid #A8B8D9;
   1.592 +        border-right: 1px solid #A8B8D9;
   1.593 +        padding: 6px 0px 6px 0px;
   1.594 +        color: #253555;
   1.595 +        font-weight: bold;
   1.596 +        text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
   1.597 +        background-color: #DFE5F1;
   1.598 +        /* opera specific markup */
   1.599 +        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
   1.600 +        border-top-right-radius: 4px;
   1.601 +        /* firefox specific markup */
   1.602 +        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
   1.603 +        -moz-border-radius-topright: 4px;
   1.604 +        /* webkit specific markup */
   1.605 +        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
   1.606 +        -webkit-border-top-right-radius: 4px;
   1.607 +
   1.608 +}
   1.609 +
   1.610 +.overload {
   1.611 +        font-family: "courier new",courier,monospace;
   1.612 +	font-size: 65%;
   1.613 +}
   1.614 +
   1.615 +.memdoc, dl.reflist dd {
   1.616 +        border-bottom: 1px solid #A8B8D9;      
   1.617 +        border-left: 1px solid #A8B8D9;      
   1.618 +        border-right: 1px solid #A8B8D9; 
   1.619 +        padding: 6px 10px 2px 10px;
   1.620 +        background-color: #FBFCFD;
   1.621 +        border-top-width: 0;
   1.622 +        background-image:url('nav_g.png');
   1.623 +        background-repeat:repeat-x;
   1.624 +        background-color: #FFFFFF;
   1.625 +        /* opera specific markup */
   1.626 +        border-bottom-left-radius: 4px;
   1.627 +        border-bottom-right-radius: 4px;
   1.628 +        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
   1.629 +        /* firefox specific markup */
   1.630 +        -moz-border-radius-bottomleft: 4px;
   1.631 +        -moz-border-radius-bottomright: 4px;
   1.632 +        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
   1.633 +        /* webkit specific markup */
   1.634 +        -webkit-border-bottom-left-radius: 4px;
   1.635 +        -webkit-border-bottom-right-radius: 4px;
   1.636 +        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
   1.637 +}
   1.638 +
   1.639 +dl.reflist dt {
   1.640 +        padding: 5px;
   1.641 +}
   1.642 +
   1.643 +dl.reflist dd {
   1.644 +        margin: 0px 0px 10px 0px;
   1.645 +        padding: 5px;
   1.646 +}
   1.647 +
   1.648 +.paramkey {
   1.649 +	text-align: right;
   1.650 +}
   1.651 +
   1.652 +.paramtype {
   1.653 +	white-space: nowrap;
   1.654 +}
   1.655 +
   1.656 +.paramname {
   1.657 +	color: #602020;
   1.658 +	white-space: nowrap;
   1.659 +}
   1.660 +.paramname em {
   1.661 +	font-style: normal;
   1.662 +}
   1.663 +.paramname code {
   1.664 +        line-height: 14px;
   1.665 +}
   1.666 +
   1.667 +.params, .retval, .exception, .tparams {
   1.668 +        margin-left: 0px;
   1.669 +        padding-left: 0px;
   1.670 +}       
   1.671 +
   1.672 +.params .paramname, .retval .paramname {
   1.673 +        font-weight: bold;
   1.674 +        vertical-align: top;
   1.675 +}
   1.676 +        
   1.677 +.params .paramtype {
   1.678 +        font-style: italic;
   1.679 +        vertical-align: top;
   1.680 +}       
   1.681 +        
   1.682 +.params .paramdir {
   1.683 +        font-family: "courier new",courier,monospace;
   1.684 +        vertical-align: top;
   1.685 +}
   1.686 +
   1.687 +table.mlabels {
   1.688 +	border-spacing: 0px;
   1.689 +}
   1.690 +
   1.691 +td.mlabels-left {
   1.692 +	width: 100%;
   1.693 +	padding: 0px;
   1.694 +}
   1.695 +
   1.696 +td.mlabels-right {
   1.697 +	vertical-align: bottom;
   1.698 +	padding: 0px;
   1.699 +	white-space: nowrap;
   1.700 +}
   1.701 +
   1.702 +span.mlabels {
   1.703 +        margin-left: 8px;
   1.704 +}
   1.705 +
   1.706 +span.mlabel {
   1.707 +        background-color: #728DC1;
   1.708 +        border-top:1px solid #5373B4;
   1.709 +        border-left:1px solid #5373B4;
   1.710 +        border-right:1px solid #C4CFE5;
   1.711 +        border-bottom:1px solid #C4CFE5;
   1.712 +	text-shadow: none;
   1.713 +	color: white;
   1.714 +	margin-right: 4px;
   1.715 +	padding: 2px 3px;
   1.716 +	border-radius: 3px;
   1.717 +	font-size: 7pt;
   1.718 +	white-space: nowrap;
   1.719 +	vertical-align: middle;
   1.720 +}
   1.721 +
   1.722 +
   1.723 +
   1.724 +/* @end */
   1.725 +
   1.726 +/* these are for tree view inside a (index) page */
   1.727 +
   1.728 +div.directory {
   1.729 +        margin: 10px 0px;
   1.730 +        border-top: 1px solid #9CAFD4;
   1.731 +        border-bottom: 1px solid #9CAFD4;
   1.732 +        width: 100%;
   1.733 +}
   1.734 +
   1.735 +.directory table {
   1.736 +        border-collapse:collapse;
   1.737 +}
   1.738 +
   1.739 +.directory td {
   1.740 +        margin: 0px;
   1.741 +        padding: 0px;
   1.742 +	vertical-align: top;
   1.743 +}
   1.744 +
   1.745 +.directory td.entry {
   1.746 +        white-space: nowrap;
   1.747 +        padding-right: 6px;
   1.748 +	padding-top: 3px;
   1.749 +}
   1.750 +
   1.751 +.directory td.entry a {
   1.752 +        outline:none;
   1.753 +}
   1.754 +
   1.755 +.directory td.entry a img {
   1.756 +        border: none;
   1.757 +}
   1.758 +
   1.759 +.directory td.desc {
   1.760 +        width: 100%;
   1.761 +        padding-left: 6px;
   1.762 +	padding-right: 6px;
   1.763 +	padding-top: 3px;
   1.764 +	border-left: 1px solid rgba(0,0,0,0.05);
   1.765 +}
   1.766 +
   1.767 +.directory tr.even {
   1.768 +	padding-left: 6px;
   1.769 +	background-color: #F7F8FB;
   1.770 +}
   1.771 +
   1.772 +.directory img {
   1.773 +	vertical-align: -30%;
   1.774 +}
   1.775 +
   1.776 +.directory .levels {
   1.777 +        white-space: nowrap;
   1.778 +        width: 100%;
   1.779 +        text-align: right;
   1.780 +        font-size: 9pt;
   1.781 +}
   1.782 +
   1.783 +.directory .levels span {
   1.784 +        cursor: pointer;
   1.785 +        padding-left: 2px;
   1.786 +        padding-right: 2px;
   1.787 +	color: #3D578C;
   1.788 +}
   1.789 +
   1.790 +.arrow {
   1.791 +    color: #9CAFD4;
   1.792 +    -webkit-user-select: none;
   1.793 +    -khtml-user-select: none;
   1.794 +    -moz-user-select: none;
   1.795 +    -ms-user-select: none;
   1.796 +    user-select: none;
   1.797 +    cursor: pointer;
   1.798 +    font-size: 80%;
   1.799 +    display: inline-block;
   1.800 +    width: 16px;
   1.801 +    height: 22px;
   1.802 +}
   1.803 +
   1.804 +.icon {
   1.805 +    font-family: Arial, Helvetica;
   1.806 +    font-weight: bold;
   1.807 +    font-size: 12px;
   1.808 +    height: 14px;
   1.809 +    width: 16px;
   1.810 +    display: inline-block;
   1.811 +    background-color: #728DC1;
   1.812 +    color: white;
   1.813 +    text-align: center;
   1.814 +    border-radius: 4px;
   1.815 +    margin-left: 2px;
   1.816 +    margin-right: 2px;
   1.817 +}
   1.818 +
   1.819 +.icona {
   1.820 +    width: 24px;
   1.821 +    height: 22px;
   1.822 +    display: inline-block;
   1.823 +}
   1.824 +
   1.825 +.iconfopen {
   1.826 +    width: 24px;
   1.827 +    height: 18px;
   1.828 +    margin-bottom: 4px;
   1.829 +    background-image:url('folderopen.png');
   1.830 +    background-position: 0px -4px;
   1.831 +    background-repeat: repeat-y;
   1.832 +    vertical-align:top;
   1.833 +    display: inline-block;
   1.834 +}
   1.835 +
   1.836 +.iconfclosed {
   1.837 +    width: 24px;
   1.838 +    height: 18px;
   1.839 +    margin-bottom: 4px;
   1.840 +    background-image:url('folderclosed.png');
   1.841 +    background-position: 0px -4px;
   1.842 +    background-repeat: repeat-y;
   1.843 +    vertical-align:top;
   1.844 +    display: inline-block;
   1.845 +}
   1.846 +
   1.847 +.icondoc {
   1.848 +    width: 24px;
   1.849 +    height: 18px;
   1.850 +    margin-bottom: 4px;
   1.851 +    background-image:url('doc.png');
   1.852 +    background-position: 0px -4px;
   1.853 +    background-repeat: repeat-y;
   1.854 +    vertical-align:top;
   1.855 +    display: inline-block;
   1.856 +}
   1.857 +
   1.858 +table.directory {
   1.859 +    font: 400 14px Roboto,sans-serif;
   1.860 +}
   1.861 +
   1.862 +/* @end */
   1.863 +
   1.864 +div.dynheader {
   1.865 +        margin-top: 8px;
   1.866 +	-webkit-touch-callout: none;
   1.867 +	-webkit-user-select: none;
   1.868 +	-khtml-user-select: none;
   1.869 +	-moz-user-select: none;
   1.870 +	-ms-user-select: none;
   1.871 +	user-select: none;
   1.872 +}
   1.873 +
   1.874 +address {
   1.875 +	font-style: normal;
   1.876 +	color: #2A3D61;
   1.877 +}
   1.878 +
   1.879 +table.doxtable caption {
   1.880 +	caption-side: top;
   1.881 +}
   1.882 +
   1.883 +table.doxtable {
   1.884 +	border-collapse:collapse;
   1.885 +        margin-top: 4px;
   1.886 +        margin-bottom: 4px;
   1.887 +}
   1.888 +
   1.889 +table.doxtable td, table.doxtable th {
   1.890 +	border: 1px solid #2D4068;
   1.891 +	padding: 3px 7px 2px;
   1.892 +}
   1.893 +
   1.894 +table.doxtable th {
   1.895 +	background-color: #374F7F;
   1.896 +	color: #FFFFFF;
   1.897 +	font-size: 110%;
   1.898 +	padding-bottom: 4px;
   1.899 +	padding-top: 5px;
   1.900 +}
   1.901 +
   1.902 +table.fieldtable {
   1.903 +        /*width: 100%;*/
   1.904 +        margin-bottom: 10px;
   1.905 +        border: 1px solid #A8B8D9;
   1.906 +        border-spacing: 0px;
   1.907 +        -moz-border-radius: 4px;
   1.908 +        -webkit-border-radius: 4px;
   1.909 +        border-radius: 4px;
   1.910 +        -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
   1.911 +        -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
   1.912 +        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
   1.913 +}
   1.914 +
   1.915 +.fieldtable td, .fieldtable th {
   1.916 +        padding: 3px 7px 2px;
   1.917 +}
   1.918 +
   1.919 +.fieldtable td.fieldtype, .fieldtable td.fieldname {
   1.920 +        white-space: nowrap;
   1.921 +        border-right: 1px solid #A8B8D9;
   1.922 +        border-bottom: 1px solid #A8B8D9;
   1.923 +        vertical-align: top;
   1.924 +}
   1.925 +
   1.926 +.fieldtable td.fieldname {
   1.927 +        padding-top: 3px;
   1.928 +}
   1.929 +
   1.930 +.fieldtable td.fielddoc {
   1.931 +        border-bottom: 1px solid #A8B8D9;
   1.932 +        /*width: 100%;*/
   1.933 +}
   1.934 +
   1.935 +.fieldtable td.fielddoc p:first-child {
   1.936 +        margin-top: 0px;
   1.937 +}       
   1.938 +        
   1.939 +.fieldtable td.fielddoc p:last-child {
   1.940 +        margin-bottom: 2px;
   1.941 +}
   1.942 +
   1.943 +.fieldtable tr:last-child td {
   1.944 +        border-bottom: none;
   1.945 +}
   1.946 +
   1.947 +.fieldtable th {
   1.948 +        background-image:url('nav_f.png');
   1.949 +        background-repeat:repeat-x;
   1.950 +        background-color: #E2E8F2;
   1.951 +        font-size: 90%;
   1.952 +        color: #253555;
   1.953 +        padding-bottom: 4px;
   1.954 +        padding-top: 5px;
   1.955 +        text-align:left;
   1.956 +        font-weight: 400;
   1.957 +        -moz-border-radius-topleft: 4px;
   1.958 +        -moz-border-radius-topright: 4px;
   1.959 +        -webkit-border-top-left-radius: 4px;
   1.960 +        -webkit-border-top-right-radius: 4px;
   1.961 +        border-top-left-radius: 4px;
   1.962 +        border-top-right-radius: 4px;
   1.963 +        border-bottom: 1px solid #A8B8D9;
   1.964 +}
   1.965 +
   1.966 +
   1.967 +.tabsearch {
   1.968 +	top: 0px;
   1.969 +	left: 10px;
   1.970 +	height: 36px;
   1.971 +	background-image: url('tab_b.png');
   1.972 +	z-index: 101;
   1.973 +	overflow: hidden;
   1.974 +	font-size: 13px;
   1.975 +}
   1.976 +
   1.977 +.navpath ul
   1.978 +{
   1.979 +	font-size: 11px;
   1.980 +	background-image:url('tab_b.png');
   1.981 +	background-repeat:repeat-x;
   1.982 +	background-position: 0 -5px;
   1.983 +	height:30px;
   1.984 +	line-height:30px;
   1.985 +	color:#8AA0CC;
   1.986 +	border:solid 1px #C2CDE4;
   1.987 +	overflow:hidden;
   1.988 +	margin:0px;
   1.989 +	padding:0px;
   1.990 +}
   1.991 +
   1.992 +.navpath li
   1.993 +{
   1.994 +	list-style-type:none;
   1.995 +	float:left;
   1.996 +	padding-left:10px;
   1.997 +	padding-right:15px;
   1.998 +	background-image:url('bc_s.png');
   1.999 +	background-repeat:no-repeat;
  1.1000 +	background-position:right;
  1.1001 +	color:#364D7C;
  1.1002 +}
  1.1003 +
  1.1004 +.navpath li.navelem a
  1.1005 +{
  1.1006 +	height:32px;
  1.1007 +	display:block;
  1.1008 +	text-decoration: none;
  1.1009 +	outline: none;
  1.1010 +	color: #283A5D;
  1.1011 +	font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
  1.1012 +	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  1.1013 +	text-decoration: none;        
  1.1014 +}
  1.1015 +
  1.1016 +.navpath li.navelem a:hover
  1.1017 +{
  1.1018 +	color:#6884BD;
  1.1019 +}
  1.1020 +
  1.1021 +.navpath li.footer
  1.1022 +{
  1.1023 +        list-style-type:none;
  1.1024 +        float:right;
  1.1025 +        padding-left:10px;
  1.1026 +        padding-right:15px;
  1.1027 +        background-image:none;
  1.1028 +        background-repeat:no-repeat;
  1.1029 +        background-position:right;
  1.1030 +        color:#364D7C;
  1.1031 +        font-size: 8pt;
  1.1032 +}
  1.1033 +
  1.1034 +
  1.1035 +div.summary
  1.1036 +{
  1.1037 +	float: right;
  1.1038 +	font-size: 8pt;
  1.1039 +	padding-right: 5px;
  1.1040 +	width: 50%;
  1.1041 +	text-align: right;
  1.1042 +}       
  1.1043 +
  1.1044 +div.summary a
  1.1045 +{
  1.1046 +	white-space: nowrap;
  1.1047 +}
  1.1048 +
  1.1049 +table.classindex
  1.1050 +{
  1.1051 +        margin: 10px;
  1.1052 +        white-space: nowrap;
  1.1053 +        margin-left: 3%;
  1.1054 +        margin-right: 3%;
  1.1055 +        width: 94%;
  1.1056 +        border: 0;
  1.1057 +        border-spacing: 0; 
  1.1058 +        padding: 0;
  1.1059 +}
  1.1060 +
  1.1061 +div.ingroups
  1.1062 +{
  1.1063 +	font-size: 8pt;
  1.1064 +	width: 50%;
  1.1065 +	text-align: left;
  1.1066 +}
  1.1067 +
  1.1068 +div.ingroups a
  1.1069 +{
  1.1070 +	white-space: nowrap;
  1.1071 +}
  1.1072 +
  1.1073 +div.header
  1.1074 +{
  1.1075 +        background-image:url('nav_h.png');
  1.1076 +        background-repeat:repeat-x;
  1.1077 +	background-color: #F9FAFC;
  1.1078 +	margin:  0px;
  1.1079 +	border-bottom: 1px solid #C4CFE5;
  1.1080 +}
  1.1081 +
  1.1082 +div.headertitle
  1.1083 +{
  1.1084 +	padding: 5px 5px 5px 10px;
  1.1085 +}
  1.1086 +
  1.1087 +dl
  1.1088 +{
  1.1089 +        padding: 0 0 0 10px;
  1.1090 +}
  1.1091 +
  1.1092 +/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
  1.1093 +dl.section
  1.1094 +{
  1.1095 +	margin-left: 0px;
  1.1096 +	padding-left: 0px;
  1.1097 +}
  1.1098 +
  1.1099 +dl.note
  1.1100 +{
  1.1101 +        margin-left:-7px;
  1.1102 +        padding-left: 3px;
  1.1103 +        border-left:4px solid;
  1.1104 +        border-color: #D0C000;
  1.1105 +}
  1.1106 +
  1.1107 +dl.warning, dl.attention
  1.1108 +{
  1.1109 +        margin-left:-7px;
  1.1110 +        padding-left: 3px;
  1.1111 +        border-left:4px solid;
  1.1112 +        border-color: #FF0000;
  1.1113 +}
  1.1114 +
  1.1115 +dl.pre, dl.post, dl.invariant
  1.1116 +{
  1.1117 +        margin-left:-7px;
  1.1118 +        padding-left: 3px;
  1.1119 +        border-left:4px solid;
  1.1120 +        border-color: #00D000;
  1.1121 +}
  1.1122 +
  1.1123 +dl.deprecated
  1.1124 +{
  1.1125 +        margin-left:-7px;
  1.1126 +        padding-left: 3px;
  1.1127 +        border-left:4px solid;
  1.1128 +        border-color: #505050;
  1.1129 +}
  1.1130 +
  1.1131 +dl.todo
  1.1132 +{
  1.1133 +        margin-left:-7px;
  1.1134 +        padding-left: 3px;
  1.1135 +        border-left:4px solid;
  1.1136 +        border-color: #00C0E0;
  1.1137 +}
  1.1138 +
  1.1139 +dl.test
  1.1140 +{
  1.1141 +        margin-left:-7px;
  1.1142 +        padding-left: 3px;
  1.1143 +        border-left:4px solid;
  1.1144 +        border-color: #3030E0;
  1.1145 +}
  1.1146 +
  1.1147 +dl.bug
  1.1148 +{
  1.1149 +        margin-left:-7px;
  1.1150 +        padding-left: 3px;
  1.1151 +        border-left:4px solid;
  1.1152 +        border-color: #C08050;
  1.1153 +}
  1.1154 +
  1.1155 +dl.section dd {
  1.1156 +	margin-bottom: 6px;
  1.1157 +}
  1.1158 +
  1.1159 +
  1.1160 +#projectlogo
  1.1161 +{
  1.1162 +	text-align: center;
  1.1163 +	vertical-align: bottom;
  1.1164 +	border-collapse: separate;
  1.1165 +}
  1.1166 + 
  1.1167 +#projectlogo img
  1.1168 +{ 
  1.1169 +	border: 0px none;
  1.1170 +}
  1.1171 + 
  1.1172 +#projectalign
  1.1173 +{
  1.1174 +        vertical-align: middle;
  1.1175 +}
  1.1176 +
  1.1177 +#projectname
  1.1178 +{
  1.1179 +	font: 300% Tahoma, Arial,sans-serif;
  1.1180 +	margin: 0px;
  1.1181 +	padding: 2px 0px;
  1.1182 +}
  1.1183 +    
  1.1184 +#projectbrief
  1.1185 +{
  1.1186 +	font: 120% Tahoma, Arial,sans-serif;
  1.1187 +	margin: 0px;
  1.1188 +	padding: 0px;
  1.1189 +}
  1.1190 +
  1.1191 +#projectnumber
  1.1192 +{
  1.1193 +	font: 50% Tahoma, Arial,sans-serif;
  1.1194 +	margin: 0px;
  1.1195 +	padding: 0px;
  1.1196 +}
  1.1197 +
  1.1198 +#titlearea
  1.1199 +{
  1.1200 +	padding: 0px;
  1.1201 +	margin: 0px;
  1.1202 +	width: 100%;
  1.1203 +	border-bottom: 1px solid #5373B4;
  1.1204 +}
  1.1205 +
  1.1206 +.image
  1.1207 +{
  1.1208 +        text-align: center;
  1.1209 +}
  1.1210 +
  1.1211 +.dotgraph
  1.1212 +{
  1.1213 +        text-align: center;
  1.1214 +}
  1.1215 +
  1.1216 +.mscgraph
  1.1217 +{
  1.1218 +        text-align: center;
  1.1219 +}
  1.1220 +
  1.1221 +.plantumlgraph
  1.1222 +{
  1.1223 +        text-align: center;
  1.1224 +}
  1.1225 +
  1.1226 +.diagraph
  1.1227 +{
  1.1228 +        text-align: center;
  1.1229 +}
  1.1230 +
  1.1231 +.caption
  1.1232 +{
  1.1233 +	font-weight: bold;
  1.1234 +}
  1.1235 +
  1.1236 +div.zoom
  1.1237 +{
  1.1238 +	border: 1px solid #90A5CE;
  1.1239 +}
  1.1240 +
  1.1241 +dl.citelist {
  1.1242 +        margin-bottom:50px;
  1.1243 +}
  1.1244 +
  1.1245 +dl.citelist dt {
  1.1246 +        color:#334975;
  1.1247 +        float:left;
  1.1248 +        font-weight:bold;
  1.1249 +        margin-right:10px;
  1.1250 +        padding:5px;
  1.1251 +}
  1.1252 +
  1.1253 +dl.citelist dd {
  1.1254 +        margin:2px 0;
  1.1255 +        padding:5px 0;
  1.1256 +}
  1.1257 +
  1.1258 +div.toc {
  1.1259 +        padding: 14px 25px;
  1.1260 +        background-color: #F4F6FA;
  1.1261 +        border: 1px solid #D8DFEE;
  1.1262 +        border-radius: 7px 7px 7px 7px;
  1.1263 +        float: right;
  1.1264 +        height: auto;
  1.1265 +        margin: 0 8px 10px 10px;
  1.1266 +        width: 200px;
  1.1267 +}
  1.1268 +
  1.1269 +div.toc li {
  1.1270 +        background: url("bdwn.png") no-repeat scroll 0 5px transparent;
  1.1271 +        font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
  1.1272 +        margin-top: 5px;
  1.1273 +        padding-left: 10px;
  1.1274 +        padding-top: 2px;
  1.1275 +}
  1.1276 +
  1.1277 +div.toc h3 {
  1.1278 +        font: bold 12px/1.2 Arial,FreeSans,sans-serif;
  1.1279 +	color: #4665A2;
  1.1280 +        border-bottom: 0 none;
  1.1281 +        margin: 0;
  1.1282 +}
  1.1283 +
  1.1284 +div.toc ul {
  1.1285 +        list-style: none outside none;
  1.1286 +        border: medium none;
  1.1287 +        padding: 0px;
  1.1288 +}       
  1.1289 +
  1.1290 +div.toc li.level1 {
  1.1291 +        margin-left: 0px;
  1.1292 +}
  1.1293 +
  1.1294 +div.toc li.level2 {
  1.1295 +        margin-left: 15px;
  1.1296 +}
  1.1297 +
  1.1298 +div.toc li.level3 {
  1.1299 +        margin-left: 30px;
  1.1300 +}
  1.1301 +
  1.1302 +div.toc li.level4 {
  1.1303 +        margin-left: 45px;
  1.1304 +}
  1.1305 +
  1.1306 +.inherit_header {
  1.1307 +        font-weight: bold;
  1.1308 +        color: gray;
  1.1309 +        cursor: pointer;
  1.1310 +	-webkit-touch-callout: none;
  1.1311 +	-webkit-user-select: none;
  1.1312 +	-khtml-user-select: none;
  1.1313 +	-moz-user-select: none;
  1.1314 +	-ms-user-select: none;
  1.1315 +	user-select: none;
  1.1316 +}
  1.1317 +
  1.1318 +.inherit_header td {
  1.1319 +        padding: 6px 0px 2px 5px;
  1.1320 +}
  1.1321 +
  1.1322 +.inherit {
  1.1323 +        display: none;
  1.1324 +}
  1.1325 +
  1.1326 +tr.heading h2 {
  1.1327 +        margin-top: 12px;
  1.1328 +        margin-bottom: 4px;
  1.1329 +}
  1.1330 +
  1.1331 +/* tooltip related style info */
  1.1332 +
  1.1333 +.ttc {
  1.1334 +        position: absolute;
  1.1335 +        display: none;
  1.1336 +}
  1.1337 +
  1.1338 +#powerTip {
  1.1339 +	cursor: default;
  1.1340 +	white-space: nowrap;
  1.1341 +	background-color: white;
  1.1342 +	border: 1px solid gray;
  1.1343 +	border-radius: 4px 4px 4px 4px;
  1.1344 +	box-shadow: 1px 1px 7px gray;
  1.1345 +	display: none;
  1.1346 +	font-size: smaller;
  1.1347 +	max-width: 80%;
  1.1348 +	opacity: 0.9;
  1.1349 +	padding: 1ex 1em 1em;
  1.1350 +	position: absolute;
  1.1351 +	z-index: 2147483647;
  1.1352 +}
  1.1353 +
  1.1354 +#powerTip div.ttdoc {
  1.1355 +        color: grey;
  1.1356 +	font-style: italic;
  1.1357 +}
  1.1358 +
  1.1359 +#powerTip div.ttname a {
  1.1360 +        font-weight: bold;
  1.1361 +}
  1.1362 +
  1.1363 +#powerTip div.ttname {
  1.1364 +        font-weight: bold;
  1.1365 +}
  1.1366 +
  1.1367 +#powerTip div.ttdeci {
  1.1368 +        color: #006318;
  1.1369 +}
  1.1370 +
  1.1371 +#powerTip div {
  1.1372 +        margin: 0px;
  1.1373 +        padding: 0px;
  1.1374 +        font: 12px/16px Roboto,sans-serif;
  1.1375 +}
  1.1376 +
  1.1377 +#powerTip:before, #powerTip:after {
  1.1378 +	content: "";
  1.1379 +	position: absolute;
  1.1380 +	margin: 0px;
  1.1381 +}
  1.1382 +
  1.1383 +#powerTip.n:after,  #powerTip.n:before,
  1.1384 +#powerTip.s:after,  #powerTip.s:before,
  1.1385 +#powerTip.w:after,  #powerTip.w:before,
  1.1386 +#powerTip.e:after,  #powerTip.e:before,
  1.1387 +#powerTip.ne:after, #powerTip.ne:before,
  1.1388 +#powerTip.se:after, #powerTip.se:before,
  1.1389 +#powerTip.nw:after, #powerTip.nw:before,
  1.1390 +#powerTip.sw:after, #powerTip.sw:before {
  1.1391 +	border: solid transparent;
  1.1392 +	content: " ";
  1.1393 +	height: 0;
  1.1394 +	width: 0;
  1.1395 +	position: absolute;
  1.1396 +}
  1.1397 +
  1.1398 +#powerTip.n:after,  #powerTip.s:after,
  1.1399 +#powerTip.w:after,  #powerTip.e:after,
  1.1400 +#powerTip.nw:after, #powerTip.ne:after,
  1.1401 +#powerTip.sw:after, #powerTip.se:after {
  1.1402 +	border-color: rgba(255, 255, 255, 0);
  1.1403 +}
  1.1404 +
  1.1405 +#powerTip.n:before,  #powerTip.s:before,
  1.1406 +#powerTip.w:before,  #powerTip.e:before,
  1.1407 +#powerTip.nw:before, #powerTip.ne:before,
  1.1408 +#powerTip.sw:before, #powerTip.se:before {
  1.1409 +	border-color: rgba(128, 128, 128, 0);
  1.1410 +}
  1.1411 +
  1.1412 +#powerTip.n:after,  #powerTip.n:before,
  1.1413 +#powerTip.ne:after, #powerTip.ne:before,
  1.1414 +#powerTip.nw:after, #powerTip.nw:before {
  1.1415 +	top: 100%;
  1.1416 +}
  1.1417 +
  1.1418 +#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
  1.1419 +	border-top-color: #ffffff;
  1.1420 +	border-width: 10px;
  1.1421 +	margin: 0px -10px;
  1.1422 +}
  1.1423 +#powerTip.n:before {
  1.1424 +	border-top-color: #808080;
  1.1425 +	border-width: 11px;
  1.1426 +	margin: 0px -11px;
  1.1427 +}
  1.1428 +#powerTip.n:after, #powerTip.n:before {
  1.1429 +	left: 50%;
  1.1430 +}
  1.1431 +
  1.1432 +#powerTip.nw:after, #powerTip.nw:before {
  1.1433 +	right: 14px;
  1.1434 +}
  1.1435 +
  1.1436 +#powerTip.ne:after, #powerTip.ne:before {
  1.1437 +	left: 14px;
  1.1438 +}
  1.1439 +
  1.1440 +#powerTip.s:after,  #powerTip.s:before,
  1.1441 +#powerTip.se:after, #powerTip.se:before,
  1.1442 +#powerTip.sw:after, #powerTip.sw:before {
  1.1443 +	bottom: 100%;
  1.1444 +}
  1.1445 +
  1.1446 +#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
  1.1447 +	border-bottom-color: #ffffff;
  1.1448 +	border-width: 10px;
  1.1449 +	margin: 0px -10px;
  1.1450 +}
  1.1451 +
  1.1452 +#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before {
  1.1453 +	border-bottom-color: #808080;
  1.1454 +	border-width: 11px;
  1.1455 +	margin: 0px -11px;
  1.1456 +}
  1.1457 +
  1.1458 +#powerTip.s:after, #powerTip.s:before {
  1.1459 +	left: 50%;
  1.1460 +}
  1.1461 +
  1.1462 +#powerTip.sw:after, #powerTip.sw:before {
  1.1463 +	right: 14px;
  1.1464 +}
  1.1465 +
  1.1466 +#powerTip.se:after, #powerTip.se:before {
  1.1467 +	left: 14px;
  1.1468 +}
  1.1469 +
  1.1470 +#powerTip.e:after, #powerTip.e:before {
  1.1471 +	left: 100%;
  1.1472 +}
  1.1473 +#powerTip.e:after {
  1.1474 +	border-left-color: #ffffff;
  1.1475 +	border-width: 10px;
  1.1476 +	top: 50%;
  1.1477 +	margin-top: -10px;
  1.1478 +}
  1.1479 +#powerTip.e:before {
  1.1480 +	border-left-color: #808080;
  1.1481 +	border-width: 11px;
  1.1482 +	top: 50%;
  1.1483 +	margin-top: -11px;
  1.1484 +}
  1.1485 +
  1.1486 +#powerTip.w:after, #powerTip.w:before {
  1.1487 +	right: 100%;
  1.1488 +}
  1.1489 +#powerTip.w:after {
  1.1490 +	border-right-color: #ffffff;
  1.1491 +	border-width: 10px;
  1.1492 +	top: 50%;
  1.1493 +	margin-top: -10px;
  1.1494 +}
  1.1495 +#powerTip.w:before {
  1.1496 +	border-right-color: #808080;
  1.1497 +	border-width: 11px;
  1.1498 +	top: 50%;
  1.1499 +	margin-top: -11px;
  1.1500 +}
  1.1501 +
  1.1502 +@media print
  1.1503 +{
  1.1504 +  #top { display: none; }
  1.1505 +  #side-nav { display: none; }
  1.1506 +  #nav-path { display: none; }
  1.1507 +  body { overflow:visible; }
  1.1508 +  h1, h2, h3, h4, h5, h6 { page-break-after: avoid; }
  1.1509 +  .summary { display: none; }
  1.1510 +  .memitem { page-break-inside: avoid; }
  1.1511 +  #doc-content
  1.1512 +  {
  1.1513 +    margin-left:0 !important;
  1.1514 +    height:auto !important;
  1.1515 +    width:auto !important;
  1.1516 +    overflow:inherit;
  1.1517 +    display:inline;
  1.1518 +  }
  1.1519 +}
  1.1520 +
  1.1521 +/* @group Markdown */
  1.1522 +
  1.1523 +/*
  1.1524 +table.markdownTable {
  1.1525 +	border-collapse:collapse;
  1.1526 +        margin-top: 4px;
  1.1527 +        margin-bottom: 4px;
  1.1528 +}
  1.1529 +
  1.1530 +table.markdownTable td, table.markdownTable th {
  1.1531 +	border: 1px solid #2D4068;
  1.1532 +	padding: 3px 7px 2px;
  1.1533 +}
  1.1534 +
  1.1535 +table.markdownTableHead tr {
  1.1536 +}
  1.1537 +
  1.1538 +table.markdownTableBodyLeft td, table.markdownTable th {
  1.1539 +	border: 1px solid #2D4068;
  1.1540 +	padding: 3px 7px 2px;
  1.1541 +}
  1.1542 +
  1.1543 +th.markdownTableHeadLeft th.markdownTableHeadRight th.markdownTableHeadCenter th.markdownTableHeadNone {
  1.1544 +	background-color: #374F7F;
  1.1545 +	color: #FFFFFF;
  1.1546 +	font-size: 110%;
  1.1547 +	padding-bottom: 4px;
  1.1548 +	padding-top: 5px;
  1.1549 +}
  1.1550 +
  1.1551 +th.markdownTableHeadLeft {
  1.1552 +	text-align: left
  1.1553 +}
  1.1554 +
  1.1555 +th.markdownTableHeadRight {
  1.1556 +	text-align: right
  1.1557 +}
  1.1558 +
  1.1559 +th.markdownTableHeadCenter {
  1.1560 +	text-align: center
  1.1561 +}
  1.1562 +*/
  1.1563 +
  1.1564 +table.markdownTable {
  1.1565 +	border-collapse:collapse;
  1.1566 +        margin-top: 4px;
  1.1567 +        margin-bottom: 4px;
  1.1568 +}
  1.1569 +
  1.1570 +table.markdownTable td, table.markdownTable th {
  1.1571 +	border: 1px solid #2D4068;
  1.1572 +	padding: 3px 7px 2px;
  1.1573 +}
  1.1574 +
  1.1575 +table.markdownTable tr {
  1.1576 +}
  1.1577 +
  1.1578 +th.markdownTableHeadLeft, th.markdownTableHeadRight, th.markdownTableHeadCenter, th.markdownTableHeadNone {
  1.1579 +	background-color: #374F7F;
  1.1580 +	color: #FFFFFF;
  1.1581 +	font-size: 110%;
  1.1582 +	padding-bottom: 4px;
  1.1583 +	padding-top: 5px;
  1.1584 +}
  1.1585 +
  1.1586 +th.markdownTableHeadLeft, td.markdownTableBodyLeft {
  1.1587 +	text-align: left
  1.1588 +}
  1.1589 +
  1.1590 +th.markdownTableHeadRight, td.markdownTableBodyRight {
  1.1591 +	text-align: right
  1.1592 +}
  1.1593 +
  1.1594 +th.markdownTableHeadCenter, td.markdownTableBodyCenter {
  1.1595 +	text-align: center
  1.1596 +}
  1.1597 +
  1.1598 +
  1.1599 +/* @end */

mercurial