home *** CD-ROM | disk | FTP | other *** search
- .x /* commentaar class */
- {
- font-family: verdana;
- font-size:10px;
- background-color: yellow;
- layer-background-color: yellow;
- z-index: 1;
- position: absolute;
- width: auto;
- height: auto;
- left: 0px;
- top: 0px;
- visibility: hidden;
- padding : 5px;
- }
-
- BODY, TD
- { font-family: verdana, arial, helvetica, sans-serif;
- font-size:10pt;
- color: black;
- background-attachment: fixed;
- }
-
- p
- {
- margin-top: 16px;
- margin-bottom: 0px;
- }
-
- A { text-decoration: none; }
- A.hoofdscherm { color: black; }
- A.weblink:hover { text-decoration: underline; }
- A.popuplink, A.popuplink:hover { color: #aa4444; }
-
- select, input { background-color: #dedede; }
-
- .popup
- { font-family: arial, helvetica, sans-serif;
- font-size:10pt;
- border: 1px solid black;
- background-color: white;
- /* onderstaande voor NS */
- layer-background-color: #ffffff;
- position: absolute;
- left: 200px;
- top: 220px;
- width: auto;
- height: auto;
- z-index: 100;
- visibility: hidden;
- padding-left: 6px;
- padding-right: 6px;
- padding-top: 3px;
- padding-bottom: 3px;
- }
-
- .popupImage
- { font-family: arial, helvetica, sans-serif;
- font-size:10pt;
- border: none;
- position: absolute;
- left: 200px;
- top: 220px;
- width: auto;
- height: auto;
- z-index: 100;
- visibility: hidden;
- padding-left: 0px;
- padding-right: 0px;
- padding-top: 0px;
- padding-bottom: 0px;
- }
-
- .popup td
- { font-family: arial, helvetica, sans-serif;
- font-size:10pt;
- }
-
- .pcaPopup /* popup op PC-Active menuscherm */
- { font-family: arial, helvetica, sans-serif;
- font-size:10pt;
- border: 1px solid black;
- background-color: white;
- /* onderstaande voor NS */
- layer-background-color: #ffffff;
- position: absolute;
- left: 430px;
- top: 110px;
- width: 200px;
- height: auto;
- visibility: hidden;
- padding: 3px;
- font-style : italic;
- }
-
-
- #errorPopup
- { visibility: hidden;
- position: absolute;
- left: 80px;
- top:80px;
- width: 470px;
- background-color: #d0d0d0;
- border: 2px outset;
- z-Index: 1000;
- }
-
- #errorTitle
- { font-family: system;
- color: white;
- background-color: #000080;
- cursor: hand;
- width: 100%;
- padding: 2px;
- }
-
- #errorIntro
- { font-family: arial;
- font-size: 9pt;
- width: 100%;
- padding: 4px;
- margin-left: 10px;
- }
-
- #errorMelding
- { font-family: arial;
- font-size: 9pt;
- background-color: white;
- width: 95%;
- margin-left: 20px;
- padding: 2px;
- border: 3px inset;
- }
-
- /* errorImgClose en errorImgIcon worden niet meer
- gebruikt */
- #errorImgClose
- { background-image: url(media/images/btn_close.gif);
- border: 0px;
- }
- #errorImgIcon
- { background-image: url(media/images/logosmall.gif);
- border: 0px;
- }
-
- .scrollmenu
- { position: absolute;
- left: 350px;
- width: 160px;
- top: -50px;
- border: 1px solid black;
- background-color:lightyellow;
- layer-background-color:lightyellow;
- line-height: 20px;
- }
-
- /* fonts */
- .titel { font-size: 12pt; font-weight: bold; }
- .grootfont { font: 13pt arial, helvetica, sans-serif; font-weight: bold; }
- .onderschrift, .kleinfont { font: 8pt arial, helvetica, sans-serif; }
- .witfont { color: white; }
- .grijsfont { color: #a0a0a0; }
- .roodfont { color: #dd0000; }
- .nieuw { color: red; font-size: 8pt;}
- .code
- { font-family : "Courier New", Courier, monospace;
- font-size: 10pt;
- }
-
- .function { color: blue; }
- a.function { border-bottom: 1px dashed; }
- a.function:hover { color: blue; }
-
- .delimiter, .script { color: red; }
- .comment { color: 228800; }
- .string { color: #000077; }
- .res { color: #0000ff; }
- .html { color: #a0a0a0; }
-
- #popupDatabases
- { font-family: verdana, arial, helvetica, sans-serif;
- font-size:10pt;
- border: none;
- border-top: 1px solid black;
- border-left: 1px solid black;
- border-right: 3px solid black;
- border-bottom: 3px solid black;
- background-image: url(media/images/back.gif);
- position: absolute;
- width: auto;
- height: auto;
- z-index: 1;
- visibility: hidden;
- padding: 5px;
- }
-
- .totaalOverzicht
- { font-size:8pt;
- color: black;
- }
-
- .tabelKop
- { font-weight: bold;
- background-color: #d0d0d0;
- padding-left: 3px;
- padding-right: 4px;
- padding-top: 2px;
- padding-bottom: 2px;
- }
-
- .tabelBody
- { background-color: #e0e0e0;
- padding-left: 3px;
- padding-right: 4px;
- padding-top: 2px;
- padding-bottom: 2px;
- }
-
- /* tabelrijen om en om lichtgrijs*/
- .t1 { background-color: #e0e0e0; padding-left: 4px;}
- .t2 { background-color: #f0f0f0; padding-left: 4px;}
-
-