/* The cascading style sheet for this directory */

/* Set the BODY style for all documents */
BODY {
background-color: #e0ffe0;
background-image: URL(images/back.gif);
color: #000000;}

TABLE.bcss {
background-color: #008e00;}

TABLE.bcss TR {
vertical-align: top;}

/* Styles used to give BCSS styled table cells a background colour*/
TABLE.bcss TH {
background-color: #c0ffc0;}

TABLE.bcss TD {
background-color: #e0ffe0;}

/* Highlight "notes" using different font and removing the background image */
.note {
font-family: "comic sans ms", sans-serif;
border-top: solid thin green;
background-color: #daf4da;
background-image: None}

/* Highlight "examples" using a larger font and removing the background image */
.eg {
background-color: #daf4da;
background-image: None;
border: solid 1px green;
font-size: 105%;
margin-left: 10%;
margin-right: 10%;
padding-bottom: 0.2em;
padding-left: 0.4em;
padding-right: 0.1em;
padding-top: 0.2em;
text-indent: 1em}

/* Highlight "questions" by removing the background image */
.question {
background-color: #daf4da;
background-image: None}

/* Highlight abbreviations and acronyms */
ABBR, ACRONYM {
background-color: #daf4da;
background-image: none;
text-decoration: underline;
cursor: help}

/* Display new files in red text */
.new {
color: #ff0000;
background-color : #d9d9d9}

/* Style used for events shared between two branches */
.share {
color: brown;
background-color: inherit;}