home *** CD-ROM | disk | FTP | other *** search
- /* General properties for body */
- BODY {
- color : black;
- font : 11px Verdana, Arial, sans-serif;
- margin : 0px 4px 0px 0px;
- background-color : White;
- }
-
- /* body properties not inherited by tables */
- Table {
- color : navy;
- font : 11px Verdana, Arial, sans-serif;
- margin : 0px 0px 0px 5px;
- width : 280px;
- background-color : White;
- }
-
- TH {
- background : #DCDCDC;
- color : black;
- }
-
- TD {
- font : 11px Verdana, Arial, sans-serif;
- }
-
- /* Reserved for future use */
- h1 {
- background : white;
- color : #4682B4;
- margin : 0px 5px 0px 5px;
- font : bold 20px;
- }
-
- /* Main heading */
- h2 {
- background : #0f5085;
- color : white;
- margin : 0px 0 4px 0;
- font : normal 18px sans-serif;
- padding : 4px 2px 4px 4px;
- }
-
- /* secondary heading */
- h3 {
- background : white;
- color : #483D8B;
- font : normal bold 12px;
- margin : 11px;
- }
-
- /* List Items */
- LI {
- list-style : disc;
- }
-
- UL {
- margin-top : 5px;
- margin-bottom : 5px;
- }
-
- /* definition term */
- DT {
- margin : 0px 5px 0px 5px;
- font : bold 100%;
- }
-
- A {
- color : #0000FF;
- text-decoration : none;
- }
-
- A:Hover {
- color : #DC143C;
- text-decoration : underline;
- }
-
- Pre {
- background : #FFFFE0;
- color : #2F4F4F;
- font : 11px sans-serif;
- margin : 5px 0 5px 20px;
- padding : 3px;
- }
-
- P {
- margin : 5px 0 5px 11px;
- }
-
- DIV {
- margin : 2px 0 2px 11px;
- }
-
- Strong {
- background : white;
- color : #8B0000;
- font : bold 100%;
- }
-
- /* Strong text inside Note */
- .strongNote {
- color : #8B0000;
- font : bold 100%;
- }
-
- /* for technical notes */
- .note {
- background : #DCDCDC;
- border : 1px #4682B4 solid;
- color : black;
- font : 11px;
- margin-left : 25px;
- margin-right: 25px;
- padding : 1px 2px;
- margin-top: 18px; /* njb */
- margin-bottom: 18px; /* njb */
- }.
-
- .globallink {
- background : #0f5085;
- color : #FFFFCC;
- font : 11px;
- padding : 1px 2px;
- font-weight : bold;
- }
-
- .globallink:HOVER {
- color : #FF7777;
- }
-
- .globalnav {
- background : #0f5085;
- color : white;
- font : 11px;
- padding : 1px 2px;
- margin-top: 14px;
- margin-left: 0px;
- margin-right: 0px;
- width : 100%;
- }
-
-
- /* related topics list */
- .relatedtopics {
- font : 11px;
- margin : 5px 0 5px 0;
- text-align : right;
- }
-
- .samplelabel {
- background : white;
- border-bottom-width : 1px;
- border-left-width : 0;
- border-right-width : 0;
- border-style : solid;
- border-top-width : 0;
- color : #006400;
- margin : 5px 0 5px 5px;
- width : 150px;
- }
-
-