| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456 |
- /*************************************
- Main elements
- **************************************/
- body
- {
- color: #000000;
- font-family: Arial, Sans-serif;
- font-size: 10pt;
- margin-left: 12pt;
- margin-top: 12pt;
- text-align: left;
- }
- /*************************************
- Headers & Captions
- **************************************/
- .title
- {
- display: block;
- margin-bottom: 10pt;
- font-size: 220%;
- font-weight: bold;
- font-style: normal;
- color: Navy;
- border-left-color: activecaption;
- border-left-style: groove;
- border-left-width: medium;
- border-top: medium groove activecaption;
- padding-left: 5pt;
- }
- .subtopic1
- {
- display: block;
- margin-top: 20pt;
- margin-bottom: 6pt;
- font-size: 160%;
- font-weight: bold;
- font-style: normal;
- border: none;
- border-top: medium groove activecaption;
- }
- .subtopic2
- {
- display: block;
- margin-top: 18pt;
- margin-bottom: 6pt;
- font-size: 125%;
- font-weight: bold;
- font-style: normal;
- color: #000000;
- border: none;
- }
- .caption
- {
- display: block;
- margin-top: 12pt;
- margin-bottom: 6pt;
- font-size: 100%;
- font-weight: bold;
- font-style: normal;
- border: none;
- }
- /*************************************
- Lists
- **************************************/
- ul, ol
- {
- margin: 0pt;
- padding: 0pt;
- }
- .orderedlist
- {
- display: block;
- list-style: outside decimal;
- font-weight: normal;
- font-style: normal;
- margin-top: 6pt;
- margin-bottom: 3pt;
- padding-left: 6pt;
- }
- .bullet
- {
- display: block;
- list-style-image: url(bullet.png);
- list-style-position: outside;
- font-weight: normal;
- font-style: normal;
- margin-top: 6pt;
- padding-left: 6pt;
- }
- .list
- {
- display: block;
- list-style-type: none;
- list-style-image: none;
- list-style-position: outside;
- font-weight: normal;
- font-style: normal;
- margin-top: 5pt;
- margin-bottom: 5pt;
- margin-left: 0pt;
- }
- .li, li
- {
- display: list-item;
- color: black;
- font-weight: normal;
- list-style-position: outside;
- font-size: 100%;
- margin-top: 0pt;
- margin-bottom: 3pt;
- margin-left: 24pt;
- }
- .tasklist
- {
- display: block;
- list-style: decimal outside;
- font-weight: normal;
- font-style: normal;
- }
- /*************************************
- Menues
- **************************************/
- .menupath
- {
- color: #4682B4;
- }
- .menuitem
- {
- color: #4682B4;
- font-weight: bold;
- }
- /*************************************
- Tip, Note, Warning
- **************************************/
- .ntwpara
- {
- display: inline;
- font-weight: normal;
- font-style: normal;
- margin-left: 3pt;
- color: black;
- }
- .tip
- {
- display: block;
- font-weight: bold;
- font-style: normal;
- margin-top: 8pt;
- margin-bottom: 8pt;
- list-style-position: outside;
- list-style-type: none;
- margin-left: 23pt;
- text-indent: -24pt;
- }
- .note
- {
- display: block;
- font-weight: bold;
- font-style: normal;
- margin-top: 8pt;
- margin-bottom: 8pt;
- list-style-position: outside;
- list-style-type: none;
- margin-left: 29pt;
- text-indent: -31pt;
- color: Navy;
- }
- .warning
- {
- display: block;
- font-weight: bold;
- font-style: normal;
- margin-top: 8pt;
- margin-bottom: 8pt;
- list-style-position: outside;
- list-style-type: none;
- margin-left: 47pt;
- text-indent: -49pt;
- color: #B22222;
- }
- /*************************************
- Syntax & Code
- **************************************/
- .keyword
- {
- font-size: 100%;
- font-weight: bold;
- font-family: Courier New, Courier;
- }
- .keyboard
- {
- font-size: 83%;
- font-family: Arial;
- font-style: normal;
- color: #767676;
- text-transform: uppercase;
- }
- .codeinline, .keyinput
- {
- font-size: 100%;
- font-weight: normal;
- font-style: normal;
- color: #001095;
- font-family: Courier New, Courier;
- }
- .syntax
- {
- font-size: 100%;
- color: #001095;
- font-family: Courier New, Courier;
- margin-top: 3pt;
- margin-bottom: 0pt;
- padding-top: 3pt;
- padding-left: 5pt;
- padding-right: 5pt;
- padding-bottom: 3pt;
- background-color: #F5F5F5;
- overflow: visible;
- visibility: visible;
- }
- /*************************************
- Links
- **************************************/
- a
- {
- text-decoration: none;
- }
- .linklist
- {
- display: block;
- margin-top: 12pt;
- margin-bottom: 8pt;
- font-weight: bold;
- font-size: 100%;
- color: Navy;
- }
- .listedlink
- {
- color: blue;
- font-weight: normal;
- font-size: 100%;
- }
- .linklistitem
- {
- display: list-item;
- list-style-type: none;
- margin-top: 1pt;
- margin-left: 24pt;
- }
- .listedlink a
- {
- color: blue;
- font-weight: normal;
- font-size: 100%;
- text-decoration: underline;
- }
- .link a
- {
- display: inline;
- text-decoration: none;
- color: #316AC5;
- border-bottom: 0.5pt dashed #B0C4DE;
- padding-bottom: 0.35pt;
- }
- /*************************************
- Images
- **************************************/
- .imageblock
- {
- display: block;
- margin-left: 18pt;
- margin-top: 12pt;
- margin-bottom: 12pt;
- }
- .imageinline
- {
- display: inline;
- }
- /*************************************
- Tables
- **************************************/
- .tabletitle
- {
- font-size: 90%;
- font-weight: bold;
- font-style: italic;
- display: inline;
- margin-top: 6pt;
- }
- .table
- {
- display: table;
- font-size: 93%;
- font-weight: normal;
- text-align: left;
- margin-top: 3pt;
- margin-bottom: 10pt;
- border-top: 1.25pt solid Silver;
- border-bottom: 1.25pt solid Silver;
- }
- .tablepara
- {
- display: block;
- margin-top: 1pt;
- margin-bottom: 1pt;
- font-size: 100%;
- margin-left: 3pt;
- margin-right: 3pt;
- }
- .tr
- {
- display: table-row;
- vertical-align: top;
- }
- .th
- {
- vertical-align: bottom;
- font-weight: bold;
- display: table-cell;
- padding-left: 4pt;
- font-size: 100%;
- }
- .td
- {
- display: table-cell;
- vertical-align: top;
- border-top: 1pt solid Silver;
- }
- /*************************************
- Other
- **************************************/
- .para
- {
- display: block;
- margin-top: 6pt;
- margin-bottom: 6pt;
- font-size: 100%;
- font-weight: normal;
- font-style: normal;
- color: #000000;
- }
- .s
- {
- display: block;
- margin-bottom: 2pt;
- }
- .footer
- {
- border-top: 1px solid silver;
- display: block;
- font-size: 80%;
- }
- /*************************************
- TOC
- **************************************/
- .tocbody
- {
- margin-left: -12pt;
- margin-top: -6pt;
- }
- .toctitle
- {
- margin-top: 10pt;
- display: block;
- text-align: center;
- font-weight: bold;
- }
- .toc a
- {
- color: blue;
- text-decoration: underline;
- }
- .toc a:hover
- {
- color: #B22222;
- text-decoration: underline;
- }
- .toc ul
- {
- list-style-type: none;
- list-style-image: none;
- margin-top: 1pt;
- margin-bottom: 2pt;
- margin-left: 0pt;
- }
- .toc li
- {
- list-style-type: none;
- list-style-image: none;
- margin-top: 0pt;
- margin-bottom: 1pt;
- margin-left: 9pt;
- }
|