﻿/*
 * Simplified version of aspects of the Active stylesheet.
 */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url('../Active/images/common/bg.gif') top left repeat-x;
}

img, img a:link {
	border: 0;
}

div.wrapper {
	width: 900px;
	margin: 0 auto 25px;
	background-color: #fff;
	padding-bottom: 25px;
}

div.wrapper div.header {
	position: relative;
	width: 850px;
	margin: 0 auto;
	height: 140px;
	font-size: 95%;
}

div.wrapper div.header #contact {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	padding-bottom: 0px;
	margin: 0;
	top: 24px;
	right: 0px;
	color: #333;
	font-size: 150%;
}

div.wrapper div.header #contact p {
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

div.wrapper div.content_wrapper {
	margin: 0 auto 20px;
	width: 850px;
}

div.wrapper div.l2-wrapper {
	background: url('../Active/images/l2-banner.jpg') no-repeat;
	padding-top: 40px;
}

div.wrapper div.content_wrapper ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	list-style-type: disc;
}

div.wrapper div.content_wrapper ul.no-bullet {
	list-style-type: none;
}

div.wrapper div.content_wrapper ul li {
	margin: 10px 0 0 0;
}

div.wrapper div.content_wrapper ul.tight {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

div.wrapper div.content_wrapper ul.tight li {
	margin: 0 0 0 0;
}

div.wrapper div.content_wrapper div.news-box {
	height: 130px;
}

div.wrapper div.content_wrapper div.news-box h3 {
	padding: 0 0 5px 0;
	margin: 0;
	color: #00492c;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}

	div.wrapper div.content_wrapper div.news-box h3 span {
		font-weight: bold;
	}

div.wrapper div.content_wrapper div.news-box p {
	color: #666666;
	border: none;
	margin: 0 0 10px 0;
}

div.wrapper div.content_wrapper div.news-box .right-image {
	float: right;
	margin-right: -10px;
}

div.wrapper div.header ul.icons {
	margin: 0 0 0 0;
	float: right;
}

div.wrapper div.header ul.icons li {
	display: inline-block;
	list-style-type: none;
	padding-left: 4px;
}

div.footer {
	width: 810px;
	text-align: left;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
	font-size: 90%;
	background: url('../Active/images/common/footer-bg.gif') left bottom no-repeat;
	height: 45px;
}

div.footer p {
	line-height: 45px;
	color: #eee;
	font-size: 90%;
}

div.footer p.image-right {
	line-height: 1em;
	margin-top: 6px;
	float: right;
}

div.footer a {
	color: #eee;

	border-right: #eee 1px solid;
	padding-right: 4px;
	margin-right: 2px;
}

a {
	color: #00492c;
	text-decoration: none;
}

a.current {
	color: #6bc742;
}

h1, h2, h3, h4, h5, h6 {
	color: #00492c;
	margin: 0 0 5px 0;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 0;
	/*
	text-shadow: 1px 1px 1px #fff, 1px 1px 2px #888;   
	text-shadow: 1px 1px 0px #fff, 2px 2px 2px #888;   
	text-shadow: 1px 1px 0px #fff;
	text-shadow: 1px 1px 1px #fff;
    */
}

th, td {
	text-align: left;
}

span.hilight {
	color: #00492c;
	font-weight: bold;
	font-size: 120%;
	display: block;
}
/*
 * Table for layout - ugh, but there are some parts which just cannot be
 * done (or are very difficult) using pure CSS.
 */
table.layout {
	width: 100%;
	border-collapse: collapse;
}

table.layout td {
	vertical-align: top;
	padding: 0;
	border: none;
}

table.layout td.c1of4 {
	width: 25%;
}

table.layout td.c2of4 {
	width: 50%;
}

table.layout td.c3of4 {
	width: 75%;
	overflow: hidden;
}

table.layout td.c1of3 {
	width: 33.3%;
}

table.layout td.border-on-right {
	border-right: 1px solid #ccc;
}

table.layout td.border-on-left {
	border-left: 1px solid #ccc;
}

table.layout td.indented {
	padding-left: 10px;
	padding-right: 10px;
}

.indented-on-right,
table.layout td.indented-on-right {
	padding-right: 10px;
}
/*
 * Data tables.
 */
table.HighlightRows tr:hover td {
	background: #f4fff4;
	background: #f8fff8;
}

table.data {
	border-spacing: 0px;
	border-collapse: collapse;
	border-right: 2px solid white;
}

table.data th,
table.data td {
	vertical-align: top;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	padding: 5px 5px 5px 5px;
	border-collapse: collapse;
	margin: 0 0 0 0;

	border-right: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-right: 1px solid #ccc;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.data th {
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid #00492c;
	border-bottom: 1px solid #ccc;
}

table.data td.border-bottom {
	border-bottom: 1px solid #ccc;
}

input[type="submit"].aslink,
table.data th input[type="submit"],
table.summary input[type="submit"] {
	border: none;
	background-color: transparent;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	/*    font-size:12px;   */
	cursor: pointer;
	cursor: hand;
	color: #6bc742;
	color: #00492c;
	white-space: normal;
}

input[type="submit"].aslink {
	font-weight: normal;
}

table.data td.last {
	border-right: none;
}

td.number,
table.layout td.number,
table.data td.number {
	text-align: right;
	padding-left: 0.5em;
	padding-right: 0.5em;
	white-space: nowrap;
	/*
    padding: 0 0.5em 0 0.5em;
    font-family: monaco, monospace;
*/
}

table.data td {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

th.number {
	text-align: right;
}
/*
 * table.data td.formattedNumber
 * {
 *     text-align: center;
 *     vertical-align: top;
 *     white-space: nowrap;
 * }
 */
table.data td.text {
	text-align: left;
}

table.data td.date {
	text-align: right;
}

table.data tr.shaded {
	background-color: #eef8ec;
}

table.data tr.lastShaded {
	background-color: #eef8ec;
	border-bottom: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-bottom: 1px solid #eee;
}

table.data th {
	background: #eef8ec;
	vertical-align: top;
}

div.indented {
	padding-left: 10px;
	padding-right: 10px;
}

.gap-above {
	margin-top: 10px;
}

.gap-left {
	margin-left: 10px;
}

.gap-above2 {
	margin-top: 20px;
}

div.shaded-box {
	background-color: #eef8ec;
	color: #70ae52;
	color: #222222; /* Easier for visually impaired */
	padding: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	/*
    border: 10px;
    margin: 10px 0 0 0;
    margin: 10px;
    */
	padding: 10px;
	box-shadow: 1px 1px 0px #888;
	margin: 0 0 1px 0;
}

div.old-record{
	background-color: #ffbb80 !important;
}
div.compact p,
div.shaded-box p {
	margin: 0 0 0 0;
	text-align: left;
}

div.spaced-out p {
	line-height: 150%;
	margin: 10px 0 0 0;
}

hr {
	display: none;
}

.accessibility {
	display: none;
}

a.active_logo {
	width: 197px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 25px;
	background: #fff url('../Active/images/common/logo.gif') top left no-repeat;
}
/*
 * Breadcrumb.
 */
div.wrapper div.content_wrapper ul.breadcrumb {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	white-space: nowrap;
	overflow: hidden;
}

div.wrapper div.content_wrapper ul.breadcrumb li {
	display: inline;
	background: url('../Active/images/common/breadcrumb-arrow.gif') no-repeat left center;
	padding-left: 15px;
	margin-left: 10px;
	color: #666666;
}

div.wrapper div.content_wrapper ul.breadcrumb li a {
	color: #666666;
}

div.wrapper div.content_wrapper ul.breadcrumb li.first {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
/*
 * Input form elements.
 */
input[type='text'],
input[type='password'],
input[type='file'],
textarea {
	background: #fff url('../Active/images/common/field.gif') no-repeat;
	border: 1px solid #999;
	padding: 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	input[type='text'][disabled="disabled"],
	textarea[disabled="disabled"] {
		background: #eeeeee url('../Active/images/common/field.disabled.gif') no-repeat;
		background: #d4d0c8;
		background: #d4d0c8 url('../Active/images/common/field.disabled.gif') no-repeat;
		color: #101010;
		text-shadow: 1px 1px 1px #FFFFFF;
	}

	textarea:hover,
	input[type='text']:hover,
	input[type='password']:hover {
		border-color: #666666;
	}
/*
 * Miscellaneous.
 */
.nowrap {
	white-space: nowrap;
}

.indent1 {
	padding-left: 16px;
}
table.indent1 
{
	border-left: 16px solid transparent;
	padding-left: 0;
}

.indent1p2 {
	padding-left: 19px;
}

.clear-both {
	clear: both;
}
/*
 * Simplistic roll-over box.
 */
.roll.normal {
	display: block;
	background: url('../active/images/common/roll.jpg');
	width: 217px;
	height: 137px;
	text-decoration: none;
	padding: 20px 20px 20px 20px;
	width: 177px;
	height: 97px;
}

.roll.high {
	display: block;
	background: url('../active/images/common/roll_high_b.png');
	width: 217px;
	height: 300px;
	text-decoration: none;
}

.roll:hover {
	background-position: -217px 0;
}
/*
 * Banner text.
 */
div.banner-image {
	position: relative;
	text-shadow: 1px 1px 1px #808080, -1px -1px 1px #808080;
	text-shadow: -1px -1px 1px #808080;
	text-shadow: 1px 1px 1px rgba(128,128,128,0.5);
}

div.banner-image div.text-box {
	position: absolute;
	left: 450px;
	top: 40px;
	background-color: #000000;
	background-color: #ffffff;
	background-color: #808080;
	background-color: #404040;
	background-color: #000000;
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-weight: bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	font-size: 150%;
	font-size: 125%;
	/* Partially transparent, to emphasise its a pop-over. */
	xopacity: 0.95;
	xfilter: alpha(opacity=95); /* For IE8 and earlier */
	xopacity: 0.5;
	xfilter: alpha(opacity=50); /* For IE8 and earlier */
	xopacity: 0.6;
	xfilter: alpha(opacity=60); /* For IE8 and earlier */
	padding-left: 1em;
	padding-right: 0.5em;
	margin-right: 1em;
}

	div.banner-image div.text-box span {
		font-size: 75%;
	}

div.banner-image div#major-title {
	position: absolute;
	left: 25px;
	left: 40px;
	top: 0px;
	color: white;
	width: 800px;
	font-size: 60px;
	font-size: 48px;
}

div.banner-image div#minor-title {
	position: absolute;
	left: 25px;
	left: 40px;
	top: 180px;
	top: 150px;
	top: 100px;
	color: white;
	width: 400px;
	font-size: 32px;

}
div.banner-image div#minor-title span {
	font-size: larger;
	font-size: 60px;
}
div .banner-image div#narrative {
	position: absolute;
	left: 450px;
	left: 465px;
	top: 40px;
	top: 170px;
	width: 360px;
	text-align: center;
	background-color: rgba(255,255,255,0.25);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	color: white;
	font-size: 16px;
}

div.banner-image div#narrative a {
	color: white;
}
/*
 * Style for any element to use the active dark green colour.
 */
.activeDark {
	color: #00492c;
}

.bold {
	font-weight: bold;
}
