body {
  padding:0px;
  border:0px;
  margin:0px;
  font-family:"URW Gothic L","AvantGarde","Avant Garde","AvantGarde Bk BT","AvantGarde-Book","ITC Avant Garde Gothic Std","ITC Avant Garde Gothic",sans-serif;
  background-color:black;
  color:#d0d0d0;
  }

a {
  color:#20c020;
  text-decoration:underline;
  }

a:hover {
  color:#20ff20;
  text-decoration:underline;
  }

a.box, div.box, a.boxline, div.boxline {
  display:block;
  clear:both;
  color:#d0d0d0;
  border:1px solid black;
  padding:3px 3px 0em 3px;
  margin:0.5em 0px 0.8em 0px;
  text-decoration:none;
  }

div.box {
  margin:0px 0px 1em 0px;
  }

a.box:hover, a.boxline:hover {
  border:1px solid #20c020;
  background-image:url("/img/fade-darkgreen150.png");
  background-position:left;
  background-repeat:repeat-y;
  text-decoration:none;
  }

a.boxline, div.boxline {
  border-bottom:1px dashed gray;
  }

*.box h3, *.boxline h3 {
  font-style:normal;
  font-size:medium;
  font-weight:bold;
  text-decoration:none;
  margin:0px;
  padding:0px;
  }

a.box h3, a.boxline h3 { color:#20c020; }
div.box h3, div.boxline h3 { color:#e8e8e8; }

a.box:hover h3, a.boxline:hover h3 {
  text-decoration:underline;
  }

*.box h4, *.boxline h4 {
  font-style:normal;
  font-size:small;
  font-weight:bold;
  text-decoration:none;
  margin:0px;
  padding:0px;
  }

*.box p, *.boxline p {
  color:#d0d0d0;
  text-decoration:none;
  margin:0px 0px 1em 0px;
  }

div.summary p {
  font-weight:bold;
  }

span.publishdate {
  font-size:small;
  font-weight:normal;
  color:gray;
  }

*.boxline span {
  color:#d0d0d0;
  font-size:x-small;
  font-weight:normal;
  }


/*
 * Header
 * ----------------------------------------
 */
div#header {
  position:fixed;
  z-index:9;
  left:0px;
  top:0px;
  width:100%;
  height:140px;
  border:0px;
  margin:0px 0px 10px 0px;
  padding:0px;
  }

div#header img { display:block; }

div#header table {
  width:100%;
  padding:0px;
  margin:0px;
  border:0px;
  border-collapse:collapse;
  }

div#header th {
  text-align:left;
  vertical-align:bottom;
  padding:25px 0px 25px 25px;
  white-space:nowrap;
  }

img {
  border:0px none;
  padding:0px;
  }

img.left {
  margin:0.3em 1em 0.3em 0px;
  }

img.iconleft {
  float:left;
  position:relative;
  display:block;
  border:0px solid gray;
  padding:0px;
  margin:0px 5px 1px 0px;
  }
* html img.iconleft { position:static; } /* IE6 */

img.wraptopleft00 {
  float:left;
  position:relative;
  display:block;
  border:0px;
  padding:0px;
  margin:0px 1em 1em 0px;
  }
* html img.wraptopright00 { position:static; } /* IE6 */

img.wraptopright00 {
  float:right;
  position:relative;
  display:block;
  border:0px;
  padding:0px;
  margin:0px 0px 1em 1em;
  }
* html img.wraptopright00 { position:static; } /* IE6 */

img.wraptopright0 {
  float:right;
  position:relative;
  display:block;
  border:1px solid gray;
  padding:0px;
  margin:0px 0px 1em 1em;
  }
* html img.wraptopright0 { position:static; } /* IE6 */

img.wraptopright {
  float:right;
  position:relative;
  display:block;
  border:1px solid gray;
  padding:5px;
  margin:0px 0px 1em 1em;
  }
* html img.wraptopright { position:static; } /* IE6 */

div#header td {
  text-align:right;
  vertical-align:middle;
  padding:25px 25px 25px 0px;
  font-size:x-small;
  white-space:nowrap;
  }

div#header td a, div#header td em {
  text-decoration:none;
  font-weight:normal;
  font-size:x-small;
  font-style:normal;
  border-width:1px;
  border-style:solid;
  padding:1px 0.5em 1px 0.5em;
  margin:0px 0px 0px 0.5em;
  }

div#header td a {
  color:white;
  border-color:#007000;
  background-color:#007000;
  }

div#header td a:hover {
  color:black;
  border-color:#b3dbb3;
  background-color:#b3dbb3;
  }

div#header td em {
  color:white;
  border-color:black;
  background-color:black;
  }


/*
 * Table of Contents
 * ----------------------------------------
 */
div#toc {
  position:fixed;
  z-index:2;
  float:right;
  right:0px;
  width:9em;
  border:0px;
  margin:0px;
  padding:165px 25px 0px 0.5em;
  }

div#toc a {
  display:block;
  color:white;
  padding:0px 15px 0px 15px;
  margin:0.5em 0px 0.5em 0px;
  border:1px solid #007000;
  background-color:#007000;
  background-image:url("/img/fade-green.png");
  background-position:left;
  background-repeat:repeat-y;
  font-style:normal;
  text-align:center;
  text-decoration:none;
  }

div#toc a:hover {
  color:black;
  border:1px solid #b3dbb3;
  background-color:#b3dbb3;
  background-image:url("/img/fade-lightgreen.png");
  background-position:left;
  background-repeat:repeat-y;
  text-decoration:none;
  }

div#toc em {
  display:block;
  padding:0px 15px 0px 15px;
  margin:0.5em 0px 0.5em 0px;
  color:white;
  border:1px solid black;
  background-color:black;
  background-image:url("/img/fade-black.png");
  background-position:left;
  background-repeat:repeat-y;
  font-style:normal;
  text-align:center;
  text-decoration:none;
  }

div#toc p { /* copyright */
  background-color:black;
  font-size:x-small;
  font-style:normal;
  text-align:right;
  text-decoration:none;
  margin:5em 0px 0.5em 0px;
  border:0px;
  border-top:1px solid #007000;
  padding:0px;
  }



/*
 * Body
 * ----------------------------------------
 */
div#body {
  position:relative;
  left:0px;
  z-index:1;
  padding:165px 14em 5px 21px;
  border:0px;
  margin:0px;
  }

.centre {
  text-align:center;
  }

h1 {
  color:white;
  font-size:x-large;
  font-weight:bold;
  margin:0px 0px 1em 0px;
  border:0px;
  /* border-bottom:1px solid #007000; */
  padding:0px;
  clear:both;
  }
.secondary h1 { font-size:large; }

h2 {
  color:white;
  font-size:large;
  font-weight:bold;
  margin:2.5em 0px 0.5em 0px;
  border:0px;
  border-bottom:1px dashed gray;
  padding:0px;
  clear:both;
  }
.secondary h2 { font-size:medium; }

h2.subtitle {
  font-size:medium;
  color:gray;
  margin:-0.5em 0px 0.5em 0px;
  border:0px;
  }
.secondary h2.subtitle { font-size:small; }

h3 {
  color:white;
  font-size:medium;
  font-weight:bold;
  margin:1em 0px 0em 0px;
  border:0px;
  padding:0px;
  clear:both;
  }
.secondary h3 { font-size:small; }

h4 {
  font-size:small;
  font-variant:small-caps;
  clear:both;
  margin:1em 0px 0px 0px;
  }
.secondary h4 { font-size:small; }


em {
  font-weight:bold;
  font-style:normal;
  font-variant:normal;
  }

li, ol, ul {
  font-size:medium;
  }
.secondary li, .secondary ol, .secondary ul { font-size:small; }

ul.long li, ol.long li, li.long {
  margin-bottom:0.5em;
  }

p {
  font-size:medium;
  margin:0px 0px 1em 0px;
  border:0px;
  padding:0px;
  text-align:left;
  }
.secondary p { font-size:small; }

p.imgwide {
  display:block;
  text-align:center;
  border:1px solid black;
  margin:0px;
  width:100%;
  }

a.more {
  padding:1px 15px 1px 15px;
  text-decoration:none;
  color:white;
  border:1px solid #007000;
  background-color:#007000;
  background-image:url("/img/fade-green.png");
  background-position:left;
  background-repeat:repeat-y;
  }

a.more:hover {
  text-decoration:none;
  color:black;
  border:1px solid #b3dbb3;
  background-color:#b3dbb3;
  background-image:url("/img/fade-lightgreen.png");
  }


noscript {
  font-size:small;
  font-style:italic;
  }


/* Footer */
table#footer {
  position:absolute;
  visibility:hidden;
  margin:1em 0px 0px 0px;
  border:0px;
  border-top:1px solid #007000;
  padding:0px 0px 0px 0px;
  color:black;
  font-size:small;
  width:100%;
  }

table#footer th {
  color:black;
  font-size:small;
  font-style:normal;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  }

table#footer td {
  color:black;
  font-size:small;
  font-style:normal;
  font-weight:normal;
  text-align:right;
  vertical-align:top;
  }


table.none {
  border:0px;
  margin:0px;
  padding:0px;
  border-collapse:collapse;
  }

table.none td {
  border:0px;
  margin:0px;
  padding:0px;
  vertical-align:top;
  text-align:left;
  }
  
table.none-centre-wide {
  border:0px;
  margin:0px;
  padding:0px;
  width:100%;
  border-collapse:collapse;
  }

table.none-centre-wide td {
  border:0px;
  margin:0px;
  padding:0px;
  vertical-align:middle;
  }

table.textcolumns {
  border:0px;
  margin:0px 0px 1em 0px;
  padding:0px;
  width:100%;
  border-collapse:collapse;
  clear:both;
  }

table.textcolumns td {
  font-style:normal;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding:0px 0px 0px 5em;
  }

/* If it were not for IE6, this would be td:first-child */
table.textcolumns th {
  font-style:normal;
  font-weight:normal;
  text-align:left;
  vertical-align:top;
  padding:0px 0px 0px 0px;
  }

div.textcolumn {
    margin:0px;
    border:0px none;
    padding:0px;
    vertical-align:top;
    text-align:left;
    max-width:45em;
    }

.secondary {
    font-size:small;
    }

/* Forms */

table.form {
	border-collapse:collapse;
	margin:0px 0px 1.5em 0px;
	}

table.form th {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:medium;
	padding:0px 1em 0px 0px;
	white-space:nowrap;
	}

table.form td {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	font-size:medium;
	padding:0px;
	}

table.form p {
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	padding:0.5em 0px 0.5em 0px;
	margin:0px;
	}

td.none { vertical-align:top; }

table.form td.error {
	color:#700000;
	padding-bottom:0.5em;
	}

table.form td span {
	font-size:small;
	}

table.form span.error a {
	text-decoration:underline;
	}

table.form span.error a:hover {
        color:black;
	text-decoration:underline;
	}

table.list, table.reportlist, table.webstats {
	border-collapse:collapse;
	margin:0px 0px 1.5em 0px;
	}

table.list th, table.reportlist th {
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	font-size:small;
	border:1px solid gray;
	padding:0px 0.5em 0px 0.5em;
	white-space:nowrap;
	}

table.list td, table.reportlist td {
	vertical-align:top;
	text-align:left;
	font-size:small;
	border:1px solid gray;
	padding:0px 0.5em 0px 0.5em;
	}

table.list a { text-decoration:none; }
table.list a:hover { text-decoration:underline; }

table.reportlist td, table.reportlist th { text-align:right; }
table.reportlist td.left, table.reportlist th.left { text-align:left; }
table.reportlist tr.other { font-style:italic; }
table.reportlist tr.total { font-weight:bold; }


table.webstats {
    border:1px solid gray;
    }

.webstats td,
.webstats th {
    font-weight:normal;
    vertical-align:center;
    border:1px solid gray;
    }

.webstats td {
    text-align:right;
    padding:0 .3em 0 .6em;
    }

.webstats th {
    text-align:left;
    padding:0 .6em 0 .3em;
    }

.webstats thead th,
.webstats thead td {
    border-style:solid;
    border-color:gray;
    border-width:1px 1px 4px 1px;
    }

.webstats tr.other {
    font-style:italic;
    }

.webstats tr.total td,
.webstats tr.total th {
    border-top:4px solid gray;
    font-weight:bold;
    }


blockquote.client {
	font-style:italic; }

blockquote.example h3, blockquote.example p {
	font-size:x-small;
	}

p.textarea {
	border:1px solid gray;
	margin:0px 0px 0.5em 0px;
	}

p.error {
	border:1px solid #c00000;
	padding:0px 0.5em 0px 0.5em;
	color:#c00000;
	}

p.error a {
	text-decoration:underline;
	}

p.error a:hover {
	text-decoration:underline;
	}

a.action {
	color:gray;
	padding:0px 0.5em 0px 0.5em;
	margin:0.5em 0.5em 0.5em 0px;
	border:1px solid #d0d0d0;
	font-size:x-small;
	font-weight:normal;
	text-decoration:none;
	}

a.action:hover {
	color:#c00000;
	border:1px solid #c00000;
	text-decoration:none;
	}

button, a.button {
  	color:black;
	background-color:silver;
	padding:2px 0.5em 2px 0.5em;
	margin:0.5em 0.5em 0.5em 0px;
	border:1px solid black;
	text-decoration:none;
	font-size:small;
	font-weight:bold;
	}

button:hover, a.button:hover {
	color:#c00000;
  	border:1px solid #c00000;
	text-decoration:none;
	}

input, select, textarea { font-size:medium; }
* html input, * html select, * html textarea { margin:1px 0px 2px 0px; } /* IE6 */
td.error input, td.error select, td.error textarea { border:1px solid #c00000; }
input.checkbox_missingreq { border:0px; background-color:#ffff80; }

input.nb { border:0px; }

input.disabled, select.disabled, textarea.disabled { border:1px solid white; background-color:transparent; }

table.marklist, table.marklist_missingreq { border:1px solid gray; border-collapse:collapse; }
table.marklist td, table.marklist_missingreq td { border-width:0px 1px 0px 0px; border-style:solid; border-color:gray; padding-right:1em; }

p.label, p.label_optional, p.label_required { margin-bottom:0px; }

.missingreq, p.required_missingreq, table.marklist_missingreq { background-color:#ffff80; }

span.hint_ok, span.help { color:black; font-size:small; }
span.hint_truncate { color:#c00000; font-size:small; }


.nowrap { white-space:nowrap; }


/* Internet Explorer 6 hacks */
* html div#header { position:absolute; }
* html div#toc { position:absolute; }


@media screen {
  div#header table {
    border-bottom:1px solid black;
    background-color:#b3dbb3;
    /* background-image:url("/img/header-drawing2.png"); */
    background-image:url("/img/header-sunrise1b.jpg");
    background-repeat:no-repeat;
    background-position:bottom-left;
    }

}

@media print {
  div#header td a, div#header td em { position:absolute; visibility:hidden; }
  div#header th { padding:0px 0px 25px 0px; }
  table#footer { position:relative; visibility:visible; }
  div#toc { position:absolute; visibility:hidden; }
  a.more { position:absolute; visibility:hidden; }
  div#header, div#body { 
    position:relative;
    padding:0px;
    border:0px;
    margin:1em;
    }
  a { color:black; }

  .noprint { position:absolute; visibility:hidden; }

  /* Internet Explorer 6 hacks */
  * html div#header { position:relative; }

}

