/* -*- Mode: java; c-basic-offset: 4; tab-width: 8; c-comment-only-line-offset: 0; -*- */
/*
Vitesse Switch Software.
Copyright (c) 2002-2007 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 */
@import "/config/filter.css";
body { 
font-family : Arial, Helvetica, sans-serif;
font-size : 10pt;
background-color : white;
}
input{
font-family: "verdana", "arial", "sans-serif"; 
font-size: 12px; 
}
input.button{
}
select{
font-family: "verdana", "arial", "sans-serif"; 
font-size: 12px; 
}
body.content {
margin-top : 10pt;
margin-left : 1em;
}
div.refreshbar {
position : absolute;
top : 10pt;
right : 1em;
text-align : right;
}
h1  {
font-size : 12pt;
color : #000080;
}
h2  {
font-size : 11pt;
color : #000080;
}
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.mac {
font-family: "Courier New", Courier;
white-space: nowrap;
}
td.emphazise {
font-weight : bold;
}
td.c {
text-align : center;
}
td.ctrtext {
font-weight : bold;
}
td.linkDown {
}
td.linkUp {
}
.alert {
background-color : #FF0000;
padding : 3ex 3ex 3ex 3ex;
border: solid black 3px;
width: 70%;
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.config {
border: solid black 1px;
border-collapse: collapse;
}
tr.config_header {
background-color : #afcdfb;
color: black;
}
/* first and non-paired lines */
tr.config,tr.config_even {
background-color : #FFFFFF;
}
tr.config_odd {
background-color : #e6eefc;
}
table.display {
border-color:#eeeeee;
border-collapse: collapse;
}
tr.display_header {
background-color : #afcdfb;
color: black;
}
/* first and non-paired lines */
tr.display,tr.display_even {
background-color : #FFFFFF;
}
tr.display_odd {
background-color : #e6eefc;
}
/*
th {
border: solid black 1px;
font-weight : bold;
font-size : 11pt;
padding : 0ex 1ex 0ex 1ex;
}
*/
th{
background-color: #6699CC; 
font-family: "verdana", "arial", "sans-serif"; 
FONT-WEIGHT: bold;
font-size: 12px; 
color: #FFFFFF; 
/*
border-left: 2 solid #96B9DC; 
border-right: 2 solid #3D79B6; 
border-top: 2 solid #C6D9EC; 
border-bottom: 2 solid #2D5986 ;
*/
padding : 1pt 2ex 1pt 2ex;
}
th.portno {
font-weight : bold;
font-size : 9pt;
text-align : center;
padding : 0px 2px 0px 2px;
}
/* TH-style - only the first cell is a header, next is typically an input element */
td.param_label {
font-weight : bold;
background-color : #afcdfb;
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;
font-size: 12pt;
}
A:visited { 
color: black;
}
/* Wizzard Styles */
/* Header text block */
.hwiz {
color : #000080;
font-weight : bold;
font-size   : 11pt;
}
/* Text level block */
.wiz {
padding : 1ex 4ex 2ex 4ex;
}
td.c1 {
/*border: solid black 1px;*/
text-align : center;
background-color: #d5ebfe;
}
td.c2 {
border: solid black 1px;
text-align : left;
}
