/* -*- Mode: java; c-basic-offset: 4; tab-width: 8; c-comment-only-line-offset: 0; -*- */ /* Vitesse Switch Software. Copyright (c) 2002-2008 Vitesse Semiconductor Corporation "Vitesse". All Rights Reserved. Unpublished rights reserved under the copyright laws of the United States of America, other countries and international treaties. Permission to use, copy, store and modify, the software and its source code is granted. Permission to integrate into other products, disclose, transmit and distribute the software in an absolute machine readable format (e.g. HEX file) is also granted. The source code of the software may not be disclosed, transmitted or distributed without the written permission of Vitesse. The software and its source code may only be used in products utilizing the Vitesse switch products. This copyright notice must appear in any copy, modification, disclosure, transmission or distribution of the software. Vitesse retains all ownership, copyright, trade secret and proprietary rights in the software. THIS SOFTWARE HAS BEEN PROVIDED "AS IS," WITHOUT EXPRESS OR IMPLIED WARRANTY INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR USE AND NON-INFRINGEMENT. */ /* SPOM/Standalone filtering */ body { font-family : Arial, Helvetica, sans-serif; font-size : 10pt; background-color : white; text-align: center; } body.content { margin-top : 10pt; margin-left : 1em; } fieldset { border : 1px solid #103851; margin-right : 1em; margin-bottom : 1ex; padding: 6px 0px 10px 10px; } legend { font-size : 9pt; color: #fff; background: #1d76b9; border: 1px solid #103851; padding: 2px 6px; } div.refreshbar { position : absolute; top : 10pt; right : 1em; text-align : right; } h1 { FONT-SIZE:18; font-weight:bold; color : #003399; text-align : center; font-family: Geneva, Verdana, Arial, Helvetica, sans-serif; } h2 { font-size : 11pt; color : #103851; text-align : center; } td { font-size : 10pt; } td.hdrc { font-weight : bold; text-align : center; } td.hdrl { padding : 0ex 1ex 0ex 1ex; font-weight : bold; } td.crh { padding : 0ex 1ex 0ex 1ex; text-align : right; } td.cr { padding : 0ex 1ex 0ex 1ex; text-align : right; } td.cl { padding : 0ex 1ex 0ex 1ex; text-align : left; } td.nowrap { white-space: nowrap; } td.cl_courier { padding : 0ex 1ex 0ex 1ex; text-align : left; font-family: "Courier New", Courier; white-space: pre; } td.mac { font-family: "Courier New", Courier; white-space: nowrap; } td.emphasize { font-weight : bold; } td.c { text-align : center; } td.ctrtext { font-weight : bold; } td.cr input { text-align : right; } td.linkDown { } td.linkUp { } .alert { background-color : #FF0000; padding : 3ex 3ex 3ex 3ex; border: solid black 3px; width: 60%; text-align : center; font-weight : bold; font-size : 12pt; color : #FFFFFF; } .portlabel { font-size : 8pt; color : #FFFFFF; text-align : center; margin: 4px 0px 0px 0px; } /*******************************/ /* Start of consolidation work */ /*******************************/ table.noborder { border: 0px; text-align: center; } table.config { font-size:9pt; border: 2px solid #336699; border-collapse: collapse; padding:2; margin:1; margin-left: auto; margin-right: auto; caption-side: bottom; border-collapse: collapse; font-size: small; text-align: center; } table thead tr, tr.cfg_h { background-color : #abbdcb; margin-left: auto; margin-right: auto; text-align: center; color: black; } /* first and non-paired lines */ tr.config,tr.cfg_0 { background-color : #FFFFFF; text-align: center; } tr.cfg_1 { background-color : #e1eaf0; text-align: center; } table.display { border: 2px solid #336699; border-collapse: collapse; font-size:9pt; padding:2; margin:1; margin-left: auto; margin-right: auto; caption-side: bottom; border-collapse: collapse; font-size: small; text-align: center; } tr.disp_h { background-color : #abbdcb; color: black; } /* first and non-paired lines */ tr.display,tr.disp_0 { background-color : #FFFFFF; } tr.disp_1 { background-color : #e1eaf0; } th { font-family:Verdana, Arial; font-size:12px; font-weight:bold; color:#55637e; background-color:#E6F1FF; text-align:center; border: 1px solid #336699; vertical-align:middle; padding:4; white-space:nowrap; } th.portno { border: solid black 1px; font-weight : bold; font-size : 9pt; text-align : center; padding : 0px 2px 0px 2px; } td.customer_1 { font-family:Verdana, Arial; font-size:12px; font-weight:bold; color:#55637e; background-color:#E6F1FF; text-align:left; border: 1px solid #336699; vertical-align:middle; padding:4; white-space:nowrap; } /* TH-style - only the first cell is a header, next is typically an input element */ td.param_label { font-weight : bold; background-color : #abbdcb; padding : 0ex 1ex 0ex 1ex; } /* Frame param leaders */ table.config td.param_label { border: solid black 1px; } /* TD-style - text describing next cell */ td.displaytext { font-weight : bold; padding : 0ex 1ex 0ex 1ex; } .notice { font-style: italic; } A:link { color: black; } A:visited { color: black; } /* Wizzard Styles */ /* Header text block */ .hwiz { color : #103851; font-weight : bold; font-size : 11pt; } /* Text level block */ .wiz { padding : 1ex 4ex 2ex 4ex; }