/* ----------------------- CRG Section Stylesheet: Events ----------------------- */
/*                              Jeni Tennison - 24/9/97                              */
/* This stylesheet sets colours and icons for a section.  crg.css does general stuff */

/* ---- WATERMARK ---- */
/* This will not currently work on most browsers, and indeed looks pretty stupid as the watermark appears in the to left hand corner, right underneath the page icon, which is why it's commented out for now. */
/*
BODY {
 background: white url(/icons/events/watermark.gif) no-repeat fixed 66% 25%;
 }
*/

/* ---- HORIZONTAL LINES ---- */
/* These should be same colour as links.  Again, this doesn't yet work as it should within Netscape. */

HR {
 /* The colour of the rule *shouldn't* make any difference, but it's what's important in MSIE4.0p1 for Macs, so I've included it here */
 color: #666600;

 /* border-top isn't supported in Netscape4.03 (or MSIE4.0p1), and it's the 'correct' way to format HRs, so I've put this in for future use. */
 border-top: thin groove #666600;
 }

/* ---- CONTENTS LISTS ---- */
/* These should have the normal disc replaced with an icon - of course doing this isn't supported yet, but it doesn't break things to put it in. */

.contents UL LI {
 list-style-image: url(../icons/events/item.gif);
 }

/* ---- NOTES & WARNINGS ---- */

.note, .warning, .help {
 background: #FFFFCC;
 /* Netscape doesn't render the entire background, only the background of text, unless you put a border around the element */
 border: thin solid #FFFFFF;
 }

/* Anything that has a border specified for it simply to give a solid background colour up to the border should have a different border colour specified for when they appear within those elements who have a background colour. */
/* Elements which have background & border colours declared: */
/* .note */
/* .warning */
/* .help */
/* PRE.code */

.note .note, .note .warning, .note .help, .note PRE.code {
 border-color: #FFFFCC;
 }

.warning .note, .warning .warning, .warning .help, .warning PRE.code {
 border-color: #FFFFCC;
 }

.help .note, .help .warning, .help .help, .help PRE.code {
 border-color: #FFFFCC;
 }

PRE.code .note, PRE.code .warning, PRE.code .help, PRE.code PRE.code {
 border-color: #CCCCCC;
 }

/* ---- COLOURED BORDERS ---- */

.example, .figure {
 border-color: #666633;
 }
