/* -*- Mode: java; c-basic-offset: 4; tab-width: 8; c-comment-only-line-offset: 0; -*- */
/*
Vitesse Switch Software.
Copyright (c) 2002-2011 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";
h2 {
color : #FF0000;
}
fieldset
{
border : 1px solid #103851;
margin-bottom : 1ex;
padding: 6px 10px 10px 10px;
}
legend
{
font-size : 9pt;
color: #fff;
background: #1d76b9;
border: 1px solid #103851;
padding: 2px 6px;
}
dt {
font-size : 12pt;
font-weight : bold;
background-color : #abbdcb;
color : #103851;
margin: 1ex 0px 1ex 0px;
padding : 1ex 1ex 1ex 1ex;
}
dd {
font-size : 9pt;
}
samp {
font-family: "Courier New", Courier, mono;
background-color : LightGrey;
font-weight : bold;
color : #000000;
padding : 0px 1ex 0px 1ex;
}
var {
font-style : italic;
}
.hidden {
display: none;
}
/* Preserve link style */
A:link { 
color: blue;
}
A:visited { 
color: blue;
}
u {
font-weight : bold;
}
.index {
font-size : 16pt;
font-weight : bold;
margin: 1ex 0px 1ex 0px;
padding : 1ex 1ex 1ex 0ex;
}
.indexbar {
background-color : #a8cff1;
color : #000000;
padding : 4px 4px 4px 4px;
}
