/* -*- Mode: java; c-basic-offset: 4; tab-width: 8; c-comment-only-line-offset: 0; -*- */
/* 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;
}
