/*
 * Stylesheet:		QCBC colours (not layout!)
 *
 * Updated:			16-Apr-2001
 *
 * Author:			Gareth Sylvester-Bradley (webmaster@boars-head.rowing.org.uk)
 *
 * Include using:   <link rel="StyleSheet" type="text/css" href="/QCBC.css" title="QCBC Colours" media="screen">
 */

/*
 * principal styles
 */

body
{
/*
 * use background rather than separate background-* properties 
 * because earlier browsers e.g. IE4 cope 
 */
	background:			#006000;

	color:				white;
}

/*
 * to make text at least legible in Netscape Navigator version 4.7
 */
div, span, td, th
{
	color:				white;
}

/* links are usually white */
a:link, a:active, a:focus
{
	color:				white;
}
a:link img, a:active img, a:focus img
{
	border-color:		white;
}

/* apart from visited and hover links which are, usually, gold */
a:visited, a:hover
{
	color:				#FFDA3F;
}
a:visited img, a:hover img
{
	border-color:		#FFDA3F;
}

/*
 * path styles
 */

table.path
{
	border-color:		white;
}

table.content
{
	border-color:		white;
}

table.menu
{
	border-color:		white;

	background-color:	#308030;
}

/* visited links in the path and visited child links are white (not gold) */
.path a:visited, .menu a:visited
{
	color:				white;
}

/* (because visited pseudo-class overrides hover pseudo-class) */
.path a:hover, .menu a:hover
{
	color:				#FFDA3F;
}

/*
 * figure and info box styles
 */

.figure, .info
{
	border-color:		white;
}

.figure
{
	background-color:	#669066;
}

.info
{
	background-color:	#308030;
}

/*
 * other bits
 */

/* horizontal rules */

hr
{
	color:				white;
}

/* all mailto links */

a.mailto:visited
{
	color:				white;
}

a.mailto:hover											/* (because visited pseudo-class overrides hover pseudo-class) */
{
	color:				#FFDA3F;
}

/*
 * end of stylesheet
 */

/*
 * Colours		BHBC	QCBC
 * Primary		#FFDA3F	white
 * Secondary	#008000	#FFDA3F
 * Background	black	#006000
 * Head row		#303030	#308030
 * Even rows	#444444	#449044
 * Odd rows		#3B3B3B	#3B803B
 * Figure bk	#666666	#669066
 */
