/* Official TRDC stylesheet. */
/* $Id: trdc.css,v 1.5 2002-04-12 15:29:00 rlv Exp $ */

body.std {background-color: white;}

li {font-family: serif; font-size: medium;}

span.title {font-family: serif; font-size: large;}
span.guide {color: silver;}

table {border-style: solid;}
th.tight {font-family: sans-serif; font-size: small; background-color: silver;}
th.head {font-family: sans-serif; font-size: small; background-color: silver;}
td.tight {font-family: sans-serif; font-size: small;}
td.leftHead {font-family: sans-serif; font-size: small; font-weight: bold;
             background-color: silver;}
td.trdc {font-family: sans-serif; font-size: medium; font-weight: bold;
             background-color: #8080FF;}

caption {font-size: medium; font-weight: bold;}

/* Special status indication for document parts and links. */
a.orig,    p.orig,    span.orig     {background-color: white;}
a.working, p.working, span.working  {background-color: rgb(255,100,100);}
a.ready,   p.ready,   span.ready    {background-color: yellow;}
a.approved,p.approved,span.approved {background-color: lightgreen;}

a.future,p.future,span.future {background-color: silver;}

/* Used to facilitate reviews. Marks text that has been changed.
   It is expected to be removed as the document evolved. */
a.add,     p.add,     span.add {color: green;}
a.chg,     p.chg,     span.chg {color: blue;}
a.del,     p.del,     span.del {color: red; text-decoration: line-through;}

ADDRESS {font-family: serif; font-size: smaller;}

/* Misc. */
p.close {margin: 0em 0em 0.5em 0em;}
p.tight {font-family: serif; font-size: medium;}

p.box { border-width: thin; font-family: serif; font-size: medium; }
p.boxHead { border-width: medium; font-family: serif; font-size: large; }
div.box { border-width: thin; }

