/* Standard CSS appearance for TOTS and PLOT pages */

/* All text */
BODY { color: black; background-color: white; font: message-box; }
TD { color: black; font: message-box; }

H2 { font-size: 100%; text-decoration: underline; }

P { margin: 1em 0em; }

CITE { font-style: normal; font-weight: bold; }

INPUT, TEXTAREA, SELECT { font: message-box; }



.b1 { border: 1px solid black; }
.br { border-right: 1px solid lightgray; }
.bb { border-bottom: 1px solid lightgray; }


/* Tables? */

div.troubleshooting TABLE { border-left: 1px solid gray; border-top: 1px solid gray; }
div.troubleshooting TD { border-right: 1px solid gray; border-bottom: 1px solid gray; }


/* Links */
A:link { color: #0000FF; text-decoration: none; }
A:visited { color: #0000FF; text-decoration: none; }
A:active { color: #0000FF; text-decoration: none; }
A:hover { color: #0000FF; text-decoration: underline; }


/* Page sections */
.page { position: absolute; left: 0px; top: 0px; width: 760px; }

/* appears to be a bug ?? in Mozilla browsers which does not collapse margins properly (works in Opera and IE...) */
.title { clear: both; margin: 10px; padding-bottom: 4px;
         color: black; border-bottom: solid 1px silver; }

.titlefont { font: 32px "SansSerif"; }

.body { clear: both; margin: 10px; }

.footer { clear: both; margin: 10px; padding-top: 4px; border-top: solid 1px silver; }



