home *** CD-ROM | disk | FTP | other *** search
- /* STYLE SHEET FOR THE NON-DHTML GETSTART PAGE: DON'T CHANGE!!
- */
- Body {font: 12pt Verdana,Arial,Helvetica;
- bgcolor: "#ffffff";
- font-weight: "normal";
- color: "#000000";
- text-decoration: "none";
- }
-
- .divMaster
- {
- position:absolute;
- top:0%;
- left:0%;
- width:100%;
- height:100%;
- visibility:visible;
- }
-
- .divMain
- {
- position:absolute;
- z-index:1;
- width:350px;
- left:190px;
- top:180px;
- background-color: "none";
- }
-
-
- /* CONCEPTS DIVS
- */
-
- .divConcepts
- {
- position:absolute;
- left: 56px;
- top: 75px;
- width: 1;
- height: 1;
- z-index: 3;
- background-color: "none";
- }
-
- .divConceptsText
- {
- position:absolute;
- top: 60px;
- left: 0px;
- width: 155;
- height: 100;
- z-index: 3;
- background-color: "none";
- }
-
-
-
- /* TUTORIAL DIVS
- */
-
-
- .divTutorialGraphic
- {
- position:absolute;
- top: 75px;
- left: 290px;
- width: 1;
- height: 1;
- z-index: 2;
- background-color: "none";
- }
- .divTutorialText
- {
- position:absolute;
- top: 60px;
- left: 0px;
- width: 155;
- height: 100;
- z-index: 3;
- background-color: "none";
- }
-
-
-
- /* OLAP Web DIVS
- */
-
- .divOLAPWebGraphic
- {
- position:absolute;
- left: 60px;
- top: 240px;
- width: 1;
- height: 1;
- z-index: 2;
- background-color: "none";
- }
- .divOLAPWebText
- {
- position: absolute;
- top: 60px;
- left: 0px;
- width: 155;
- height: 100;
- z-index: 3;
- font: 14pt Tahoma,Verdana,Arial,Helvetica;
- background-color: "none";
- font-weight: "normal";
- color: "black";
- text-decoration: "none";
- }
-
-
-
- /* SQL Web DIVS
- */
-
- .divSQLWebGraphic
- {
- position:absolute;
- left: 290px;
- top: 240px;
- width: 1;
- height: 1;
- z-index: 2;
- background-color: "none";
- }
- .divSQLWebText
- {
- position: absolute;
- top: 60px;
- left: 0px;
- width: 155;
- height: 100;
- z-index: 3;
- background-color: "none";
- }
-
- /* FONT SETTINGS
- */
-
- .label {font: 11pt Verdana,Arial,Helvetica;
- background-color: "none";
- font-weight: "BOLD";
- color: "#000099";
- text-decoration: "none";
- cursor: hand;
- }
-
- .tiptext {font: 9pt Verdana,Arial,Helvetica;
- background-color: "none";
- font-weight: "normal";
- color: "black";
- text-decoration: "none";
- cursor: arrow;
- }
-
-