adminstyle.css revision 84a3bbe9d13684cc0a509eac670f31e311ed6e40
1516N/A/*
49N/A * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
49N/A *
49N/A * Copyright (c) 2005 Sun Microsystems Inc. All Rights Reserved
49N/A *
49N/A * The contents of this file are subject to the terms
49N/A * of the Common Development and Distribution License
49N/A * (the License). You may not use this file except in
49N/A * compliance with the License.
49N/A *
49N/A * You can obtain a copy of the License at
49N/A * https://opensso.dev.java.net/public/CDDLv1.0.html or
49N/A * opensso/legal/CDDLv1.0.txt
49N/A * See the License for the specific language governing
49N/A * permission and limitations under the License.
49N/A *
49N/A * When distributing Covered Code, include this CDDL
49N/A * Header Notice in each file and include the License file
49N/A * at opensso/legal/CDDLv1.0.txt.
49N/A * If applicable, add the following below the CDDL Header,
49N/A * with the fields enclosed by brackets [] replaced by
49N/A * your own identifying information:
49N/A * "Portions Copyrighted [year] [name of copyright owner]"
1908N/A *
49N/A * $Id: adminstyle.css,v 1.3 2008/06/25 05:44:32 qcheng Exp $
49N/A *
49N/A */
49N/A
49N/A
49N/ABODY.dataFrame {
49N/A color: black;
49N/A background: #cccccc; }
49N/A
49N/ABODY.navFrame {
51N/A color: black;
51N/A background: #cccccc;
51N/A }
51N/A
51N/ABODY.tabFrame {
49N/A color: black;
49N/A background: #ffffff;
49N/A }
49N/A
49N/ABODY.bannerFrame {
49N/A color: black;
49N/A background: #999999;
49N/A }
49N/A
49N/AH2 { color: black }
49N/AIMAGE { border: 0; }
49N/A
49N/ATABLE.header {
49N/A background: #999999;
49N/A font-weight: bold;
49N/A }
49N/ATD.vSpacer { background: #000000; }
49N/ATD.hSpacer { background: #000000; }
49N/ATD.hLine { background: #aaaaaa; }
49N/ATD.list { vertical-align: text-top; }
49N/A
49N/ATD.attrName {
49N/A font-weight: bold;
49N/A }
49N/ATD.label {
49N/A font-weight: bold;
49N/A }
49N/A
49N/ATD.attrSeparator {
49N/A background: #999999;
2277N/A color: #000000;
2277N/A }
49N/A
49N/ATD.message {
49N/A font-weight: bold;
51N/A font-style:italic;
1846N/A font-size:smaller;
591N/A }
873N/A
873N/A.addons {
1540N/A position: relative;
1540N/A visibility:hidden;
1540N/A }
1540N/A.bColor {
1540N/A color: black;
1540N/A background: white;
873N/A }
873N/A
591N/A.button {
591N/A font-family: verdana;
591N/A font-size: 12pt;
1755N/A font-weight: normal;
591N/A color: white;
591N/A background: #666699;
591N/A margin-left: 2px;
591N/A margin-right: 4px;
591N/A }
873N/A
873N/A.sectionTitle {
873N/A font-weight: bold;
873N/A }
873N/A.hiText {
873N/A font-weigth: bold;
873N/A }
591N/A
591N/A#reqField {
591N/A color: #0000FF;
1755N/A }
591N/A