/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#ffffff;	/* white */
	min-width:450px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:100%; /* DGC */
	/* DGC additions below */
	font-family: "Gill Sans", "Gill Sans MT", "Futura", "Helvetica Neue","Trebuchet MS", Helvetica, sans-serif;
	color: #330000; /* obscure weak red */
}

a {
	color:#cc3333; /* DGC: medium faded red */
}
a:hover {
	color:#ff0000; /* DGC: red */
	text-decoration:none;
}

h1 {
	background:#990000;  /* DGC: dark dull red */
	color:#fff; /* DGC: white */
	font-size:165%; /* DGC */
}

h2,h3 {
	color: #990000; /* DGC: dark faded red */
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

img {
	margin:10px 0 5px;
}

/* Header styles */
#header { /* menu tabs header */
	clear:both;
	float:left;
	width:100%;
	background:#990000;  /* DGC: dark faded red */
}
#header {
	border-bottom:1px solid #000000; /* DGC: black */
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a { /* menu tab un-selected */
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	background:#993333; /* DGC: dark dull red */
	color:#ffffff; /* DGC: white */
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border-top:2px solid #ff99cc; /* DGC: pale dull pink */
	border-left:2px solid #ff99cc; /* DGC: pale dull pink */
	border-right:2px solid #ff99cc; /* DGC: pale dull pink */
}
#header ul li a:hover { /* menu tab hover */
	background:#cc6666; /* DGC: light dull red */
	color:#ffffff; /* DGC: white */
}
#header ul li a.active,
#header ul li a.active:hover { /* menu tab selected */
	color:#cc0000; /* DGC: dark hard red */
	background: #ffffff; /* DGC: white */
	font-weight:bold;
}
#header ul li a span {
	display:block;
}

/* sub menu */
#layoutdims {
	clear:both;
	background:#ffcccc; /* DGC: pale weak red */
	border-top:2px solid #000000; /* DGC: black */
	margin:0;
	margin-left:10%;
	padding:6px 35px !important;
	text-align:left; /* DGC: changed from right to left */
	font-size:90%; /* DGC: added */
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

/* 2 Column (right menu) settings */
.rightmenu {
	background:#ffeeee;		/* right column background colour */ /* DGC: xtra weak red */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	background:#ffffff;		/* left column background colour */ /* DGC: white */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000000; /* DGC: black */
	font-size:80%; /* DGC addition */
	text-align: center; /* DGC addition */
}
#footer p {
	padding:10px;
	margin:0;
}

/* DGC */

img.float {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.0em;
	margin-top: 0.8em;
	border-style: none;
}

th {
  color: white;
  background:#993333; /* DGC: dark dull red */
  font-size: 1em;
  font-weight: 800;
  font-family: "Gill Sans", "Gill Sans MT", Futura, "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
}
td {
  font-size: 1em;
  text-decoration:none;
  font-family: "Gill Sans", "Gill Sans MT", Futura, "Helvetica Neue", "Trebuchet MS", Helvetica, sans-serif;
}

tr.highlight td {
	background: #cccc66; /* light dull yellow */
}
tr.orgheader td {
	background: #ffeeee; /* xtra weak red */
	height:25px;
	line-height:25px;
}
tr.inactive td {
	text-decoration: line-through;
	font-style:italic;
}
tr.highlyinactive td {
	background: #cccc66; /* light dull yellow */
	text-decoration: line-through;
	font-style:italic;
}

td.inactive {
	text-decoration: line-through;
	font-style:italic;
}

span.highlight {
	background: #cccc66; /* light dull yellow */
}
span.inactive {
	text-decoration: line-through;
	font-style:italic;
}
span.expired {
	color:#999999; /* light grey */
}

p.tagline {
	font-weight:bold;
	color:#ffffff; /* white */
}

div.stickygreen {
    background: #99ff99; /* pale dull green */
    padding: 0.9em;
    border: none;
	font-family: "Palatino", "Cambria", serif;
	font-size:80%;
}
div.stickyyellow {
    background: #ffff33; /* light hard yellow */
    padding: 0.5em;
    border: none;
	font-size:80%;
}

