home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) 1997 Microsoft Corporation. All rights reserved. */
-
- /* main style sheet for the index pane bottom */
- #outerBorder {
- width:100%;
- height:100%;
- overflow:scroll;
- }
-
- body {
- margin-top:0px;
- margin-left:2px;
- margin-right:0px;
- margin-bottom:0px;
- background-color:silver;
- }
-
- .indexBorder-outer {
- border-top-style:solid;
- border-left-style:solid;
- border-right-style:solid;
- border-bottom-style:solid;
- border-width:1px;
- border-top-color:gray;
- border-left-color:gray;
- border-bottom-color:white;
- border-right-color:white;
- position:absolute;
- top:4px;
- left:6px;
- z-index:5;
- width:97%;
- height:97%;
- }
-
- .indexBorder-inner {
- border-top-style:solid;
- border-left-style:solid;
- border-right-style:solid;
- border-bottom-style:solid;
- border-width:1px;
- border-top-color:black;
- border-left-color:black;
- border-bottom-color:silver;
- border-right-color:silver;
- z-index:2;
- background-color:white;
- width:100%;
- height:100%;
- overflow:auto;
- top:21px;
- left:25px;
- }
-
- .tabBorder {
- border-top-style:solid;
- border-left-style:solid;
- border-width:1px;
- border-color:white;
- top:0px;
- left:2px;
- z-index:-4;
- position:absolute;
- height:99%;
- width:100%;
- }
-
- .tabBottom {
- position:absolute;
- top:0px;
- left:2px;
- z-index:0px;
- }