/* This is the CSS for the BBC Climate Change Experiment stats pages */
/* Copyright Iain Inglis (2006) */

/* ColorBrewer: 5-class diverging RYG  */
/* GREEN       (102,204,102)  #66cc66) */
/* DK GREEN    (0,102,0)      #006600  */

/* used to set background colour for Web pages */
BODY
{
	font-family: Arial;
	font-size: 8pt;
	background-color: #66cc66;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* set font and colour for Web pages */
DT
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
}
H1
{
	font-family: Arial;
	color: #006600;
}
H2
{
	font-family: Arial;
	color: #006600;
}
H3
{
	font-family: Arial;
	font-size: 14pt;
	color: #006600;
}
H3.banner
{
	color: white;
	font-family: Arial;
	font-size: 14pt;
}
H4
{
	font-family: Arial;
	color: #006600;
}
H5
{
	font-family: Arial;
	color: #006600;
}
H6
{
	font-family: Arial;
	color: #006600;
}

/* set link styles: normal link */
a:link
{
	color: #006600;
}
a:visited
{
	color: Maroon;
}

/* set menu styles: home selected */
a.home-menu:link
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.home-menu:visited
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.home-menu:hover
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #66cc66;
}
a.home-menu:active
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #66cc66;
}
td.home-menu
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
	background-color: #006600;
}

/* set menu styles: non-home not selected */
a.main-menu:link
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.main-menu:visited
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.main-menu:hover
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #66cc66;
}
a.main-menu:active
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #66cc66;
}
td.main-menu
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
	background-color: #006600;
}

/* set menu styles: non-home selected */
a.main-menu-open:link
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.main-menu-open:visited
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.main-menu-open:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.main-menu-open:hover
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
a.main-menu-open:active
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: #ffffbf;
}
td.main-menu-open
{
	font-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
	background-color: #fdae61;
	color: #ffffbf;
}

/* for a linked image with no link annotation */
img.nomark
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
/* link from member name to member page */
a.name-link:link
{
	text-decoration: underline;
	color: #006600;
}
a.name-link:visited
{
	text-decoration: underline;
	color: #006600;
}

/* define small font for notes */
small 
{
	 font-size: 8pt;
}

/* set padding for tables */
table.whiteborder
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
td.whiteborder
{
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}

/* SVG graph background for JPEG (as Internet Explorer has no alpha-blending on PNG) */
rect.svg
{
	fill: #66cc66;
	stroke: #66cc66;
}
