home *** CD-ROM | disk | FTP | other *** search
- /* general help styles **********************************************/
-
- @media screen, projection {
- body, table {
- font-family: "Verdana", "Georgia", "Book Antiqua", "Garamond", "Verdana", serif;
- margin-left: auto;
- margin-right: auto;
- max-width: 50em;
- }
- }
-
- @media print {
- body, table {
- font-family: "Georgia", "Book Antiqua", "Garamond", "Verdana", serif;
- font-size: 1em;
- }
- }
-
- @media screen {
- body {
- font-size: 0.8em;
- }
- }
-
- @media projection {
- body {
- font-size: 1.1em;
- }
-
- h2 {
- page-break-before: always;
- }
-
- .nobreak {
- page-break-before: avoid;
- }
-
- hr, .copyright {
- display: none;
- }
- }
-
-
- body {
- background-color: white;
- color: black;
- }
-
- h1 {
- font-weight: normal;
- font-size: 2em;
- letter-spacing: 1px;
- }
-
- h2 {
- border-bottom: 1px solid black;
- margin-top: 2em;
- font-weight: normal;
- font-size: 1.5em;
- }
-
- h3 {
- font-size: 1.1em;
- margin-bottom: 0em;
- }
-
- h4 {
- font-size: 1em;
- }
-
- p {
- margin-top: 0em;
- }
-
-
- ol.alfa {
- list-style: lower-alpha;
- }
-
- /* styles for links *************************************************/
-
- a:link, .fakelink {
- text-decoration: underline;
- color: blue;
- }
-
- a:visited, a:hover {
- text-decoration: underline;
- color: red;
- }
-
- a[target="_blank"]:after {
- content: " ╗╗";
- color: green;
- }
-
- /* styles for text types ********************************************/
-
- .url, .mailaddress, .html, .mime, .file, .mailheader {
- font-family: "Lucida Console", "Courier New", monospace;
- color: green;
- white-space: nowrap;
- }
-
- kbd {
- color: #333333;
- background-color: #EFEFEF;
- font-family: "Verdana";
- font-weight: normal;
- font-size: 80%;
- text-align: center;
- border-top: 2px double #CFCFCF;
- border-left: 3px solid #BABABA;
- border-right: 4px solid #AAAAAA;
- border-bottom: 6px solid #909090;
- padding-left: 0.2em;
- padding-top: 0em;
- padding-right: 0.2em;
- padding-bottom: 0em;
- line-height: 1.6em;
- vertical-align: top;
- white-space: nowrap;
- }
-
- table kbd {
- font-size: 100%;
- }
-
- .keyseq {
- white-space: nowrap;
- }
-
- .bold {
- font-weight: bold;
- }
-
- .red {
- color: red;
- }
-
- .underline {
- text-decoration: underline !important;
- }
-
- abbr, code {
-
- }
-
- dfn {
- font-family: "Courier New", Courier, monospace;
- font-style: normal;
- border-bottom: dashed 1px green;
- }
-
- .note {
- color: maroon;
- font-weight: bold;
- }
-
- .grayed {
- color: gray;
- }
-
- .copyright {
- margin-top: 3em;
- padding-top: 1em;
- border-top: 1px solid gray;
- color: gray;
- font-size: 0.75em;
- text-align: center;
- }
-
- .tea {
- white-space: nowrap;
- }
-
- /* styles for tables ************************************************/
-
- td, th {
- text-align: left;
- vertical-align: top;
- }
-
- /* nice tables */
-
- table.nice {
- border-collapse: collapse;
- border-style: hidden;
- border-spacing: 0;
- }
-
- .nice td, .nice th {
- border: 1px dotted black;
- padding: 0.25em;
- font-size: 90%;
- }
-
- .nice th {
- white-space: nowrap;
- }
-
- /* keyboard tables */
-
- .keytable table {
- width: 100%;
- border-collapse: collapse;
- border-style: hidden;
- border-spacing: 0;
- }
-
- .keytable td {
- width: 20%;
- white-space: nowrap;
- font: menu;
- border: 1px dotted black;
- padding: 0.25em;
- padding-left: 0.5em;
- }
-
- .keytable th {
- width: 80%;
- font-weight: normal;
- border: 1px dotted black;
- }
-
- .keytable h3 {
- margin-bottom: 0;
- margin-top: 0.75em;
- }
-
- /* gesture tables */
-
- .gestures table {
- width: 100%;
- border-collapse: collapse;
- border-style: hidden;
- border-spacing: 0;
- }
-
- .gestures td {
- width: 50%;
- white-space: nowrap;
- border: 1px dotted black;
- }
-
- .gestures th {
- width: 50%;
- font-weight: bold;
- border: 1px dotted black;
- }
-
- /* styles for dialogs ***********************************************/
-
- .prefs {
- background-color: ThreeDFace;
- color: WindowText;
- font-family: "MS Sans Serif", sans-serif;
- font-size: 12px;
- border-top: 2px solid ThreeDLightShadow;
- border-right: 2px solid ThreeDShadow;
- border-bottom: 2px solid ThreeDShadow;
- border-left: 2px solid ThreeDLightShadow;
- min-width: 500px;
- }
-
- .titlebar {
- font-family: "MS Sans Serif", sans-serif;
- background-color: ActiveCaption;
- font-size: 14px;
- font-weight: bold;
- color: CaptionText;
- margin-bottom: 4px;
- }
-
- .groupbox {
- font-family: "MS Sans Serif", sans-serif;
- border: 2px groove ThreeDFace;
- margin-left: 4px;
- margin-right: 4px;
- margin-bottom: 2px;
- margin-top: 0px;
- padding: 6px;
- }
-
- .groupbox td {
- color: WindowText;
- }
-
- .grouptitle {
- font-family: "MS Sans Serif", sans-serif;
- font-weight: bold;
- margin-bottom: 0px;
- margin-left: 10px;
- }
-
- .groupbox ul,
- .groupbox li,
- .ui ul,
- .ui li,
- .keytable ul,
- .keytable li,
- .nice ul,
- .nice li,
- ul.lean,
- .lean li
- {
- list-style: none;
- margin: 0;
- padding: 0;
- spacing: 0;
- }
-
- .block ul,
- .block li
- {
-
- list-style: none;
- }
-
- .mailbuttons {
- margin-bottom: 1em;
- }
-
- .mal {
- text-align: right;
- }
-
- .fixbrowse {
- text-align: right;
- }
-
- /* styles for menus *************************************************/
-
- table.mainmenu, table.menu {
- border-spacing: 0;
- }
-
- table {
- margin-bottom: 1em;
- }
-
- .menu th, .menu td, .mainmenu th {
- text-align: left;
- font-weight: normal;
- vertical-align: top;
- white-space: nowrap;
- }
-
- .menu th {
- font: menu;
- color: MenuText;
- background-color: ThreeDFace;
- border-left: 2px outset ThreeDLightShadow;
- border-right: 2px ridge ThreeDDarkShadow;
- padding: 0.15em;
- padding-left: 1em;
- padding-right: 1em;
- white-space: nowrap;
- }
-
- .menu td {
- font-family: "Arial", "Tahoma", sans-serif;
- font-size: 11px;
- padding-left: 0.5em;
- padding-right: 0.5em;
- vertical-align: middle;
- }
-
- .mainmenu th {
- font: menu;
- color: MenuText;
- background-color: ThreeDFace;
- padding: 4px;
- padding-left: 0.5em;
- padding-right: 0.5em;
- }
-
- .mainmenu {
- font: menu;
- color: MenuText;
- background-color: ThreeDFace;
- padding: 0;
- padding-left: 0.5em;
- padding-right: 0.5em;
- }
-
- .sep th {
- border-top: 2px groove ThreeDLightShadow;
- }
-
- .sep td {
- border-top: 1px dotted black;
- }
-
- th.sub {
- padding-left: 3em;
- }
-
- th.sub2 {
- padding-left: 4.5em;
- }
-
- tr.maketop th {
- border-top: 2px outset ThreeDLightShadow;
- padding: 0;
- line-height:0;
- }
-
- tr.makebottom th {
- border-bottom: 2px ridge ThreeDDarkShadow;
- padding : 0;
- line-height:0;
- }
-
- tr.makesep th {
- border-top: 2px groove ThreeDLightShadow;
- padding : 0;
- line-height:0;
- }
-
- .hacksep td {
- border-top: 1px dotted black;
- padding : 0;
- line-height:0;
- }
-
-
- td img {
- margin: 0;
- }
-
- span.cool, .cool td {
- color: red;
- }
-
- .coolkey td, .coolkey th {
- color: red;
- }
-
- .info {
- font-weight: bold;
- text-decoration: underline;
- }
-
- .ui a:link, .ui a:visited, .mainmenu a:link, .mainmenu a:visited {
- color: MenuText;
- text-decoration: none;
- }
-
- .ui a:hover, .mainmenu a:hover {
- color: HighlightText;
- background-color: ActiveCaption;
- text-decoration: none;
- }
-
- .ui {
- background-color: ThreeDFace;
- color: MenuText;
- padding: 0px;
- padding-left: 0.5em;
- padding-right: 0.5em;
- font: menu;
- text-align: left;
- white-space: nowrap;
- }
-
- .uifont {
- font: menu;
- text-align: left;
- white-space: nowrap;
- }
-
- /* input styles *****************************************************/
-
- .button {
- min-width: 75px;
- min-height: 24px;
- }
-
- .click {
- width: 140px;
- height: 50px;
- }
-
- /* style for start page *********************************************/
-
- body.startpage {
- /* font-size: 1em;*/
- }
-
- body.startpage h1 {
- text-align: center;
- letter-spacing: 3px;
- margin: 0em 0em 0.5em 0em;
- padding: 0em 1em 0em 0em;
- font-weight: bold;
- }
-
- body.startpage h2 {
- margin-top: 0.5em;
- margin-bottom: 0em;
- border-bottom: none;
- /* white-space: nowrap;*/
- page-break-before: avoid;
- }
-
- body.startpage h3 {
- margin-top: 0.5em;
- margin-bottom: 0em;
- }
-
- body.startpage p {
- clear: both;
- }
-
- div.sectioncell {
- float: left;
- margin-left: 4%;
- margin-right: 0.5em;
- padding-left: 1em;
- padding-right: 1em;
- font-weight: normal;
- }
-
- div.sectioncell p {
- max-width: 20em;
- }
-
-
- body.startpage a:link, body.startpage a:visited {
- text-decoration: none;
- color: black;
- }
-
- body.startpage a:hover {
- text-decoration: none;
- color: white;
- background-color: black;
- }
-
- body.startpage ul {
- list-style: none;
- margin: 0.5em 0em 0.5em 0em;
- padding: 0em;
- }
-
- body.startpage li {
- margin: 0;
- padding: 0;
- }
-
- .pd {
- /* width: 100%;*/
- border-bottom: 1px dotted black;
- }
-
- form.search {
- text-align: right;
- padding-right: 2em;
- }
-
- /* styles for treeview **********************************************/
-
- table.tree {
- border-spacing: 0;
- }
-
- .tree th, .tree td {
- text-align: left;
- font-weight: normal;
- vertical-align: top;
- white-space: nowrap;
- }
-
- .tree th {
- font: menu;
- color: MenuText;
- padding: 0.15em;
- padding-left: 1em;
- padding-right: 1em;
- white-space: nowrap;
- }
-
- .tree td {
- font-family: "Arial", "Tahoma", sans-serif;
- font-size: 11px;
- padding-left: 0.5em;
- padding-right: 0.5em;
- vertical-align: middle;
- }
-
- th.tsub {
- padding-left: 3em;
- }
-
- th.tsub2 {
- padding-left: 4.5em;
- }
-
- .thacksep th {
- padding : 0;
- line-height:0;
- }
-
- .thacksep td {
- border-top: 1px dotted black;
- padding : 0;
- line-height:0;
- }
-
- .parent td, .parent th {
- font-weight: bold;
- }
-
- /* end of styles ****************************************************/
-