/*
Ecologarium.css
Color theming stylesheet to override Stencil's.

History:
* 2007-02-27: moved announcement background colors here from Stencil.
* 2006-12-10: created; copies colors from Stencil version 2006-11-02.
*/
@import "Stencil.css";

a.unauthorized:after {content: "*"} /* ??? "<sup>*</sup>": can't put HTML in content. */

div.kill_msie {background-color: red; font-size: 2em; letter-spacing: 0.1em; margin: 2em; padding: 1em; text-align: center}

/* ol.meta {background-color: #bef} */

table {border-collapse: collapse; empty-cells: show}
/* Same properties for heading and data cells. */
td, th {border: solid thin black; empty-cells: show; padding: 0.4em; text-align: left; vertical-align: baseline}/* Draw borders even when cell empty. *//* Dont center heading cells' content. */

/*#announcement.notice {background-color: aqua}*/
#announcement.success {background-color: lime}/*??? Only for announcements? */
.warning {background-color: red}

/* #debugging_information .traceback {} */
#debugging_information .traceback .location {font-weight: bolder}/* background-color: lime; */ /*color: #009; /* Darker blue.*/
/* #debugging_information .traceback > li {} */
/* #debugging_information > ol > li {}*/
#debugging_information .traceback > li + li {margin-top: 1em; border-top: 3px solid #99d}
#debugging_information h2 {margin-left: -1em}

#main div.separator hr {background-color: #99d}/* Dark purple. */

#main .recently {list-style-type: none; padding-left: 0em}
#main .recently > li + li {margin-top: 0.5em}
/* #main .recently > li a + span {} */
/* #main .recently > li ol {margin: 0.5em 0} */

#navigation .security a:link, #navigation .security a:visited {color: #a00}

#page {background-color: #99d}
#page hr {border-color: #99d}/* border: 0; */ /* border-top: 3px dashed #99d; */ /* margin-bottom: 1em; */ /* min-width: 46em; */

