﻿/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

  * { border-width: 0px;
	margin: 0pt;
	padding: 0pt;
	text-align: left;
}

  body { font-variant: normal;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    background-image: url('');
    background-repeat: repeat;
    font-family: Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
	color: rgb(185, 145, 0);
}
a:visited {
	text-decoration: none;
	color: rgb(185,145, 0);
}
a:hover {
	color: rgb(185,145, 0);
	text-decoration: underline;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul {
	margin-left: 40px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 8px;
	list-style-image: url('image/smallSquareBullet.gif');
}
hr {
	color: #B99100;
	background-color: #B99100;
	margin-top: 12px;
	height: 2px;
	width: 100%;
}
#glossaryIndex {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: rgb(185,145, 0);
	text-align: center;
}
#glossaryBody {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	overflow: auto;
	height: 400px;
}

  #wrap {
	margin: 20px auto;
	padding: 10px;
	width: 750px;
	background-color: rgb(255, 255, 255);
}

  #header { height: 90px;
    background-color: rgb(160, 220, 248);
    text-align: center;
    }

  #header h1 { padding-left: 10px;
    padding-top: 12px;
    font-size: 25px;
    color: rgb(49, 121, 159);
    }

  #header h1 a { font-size: 25px;
    color: rgb(49, 121, 159);
    text-decoration: none;
    }

  #menu {
	border: thin none rgb(216, 227, 238);
	padding: 2px;
	background: rgb(255, 255, 255) none repeat scroll 0% 50%;
	-moz-background-clip: initial;
	-moz-background-origin: initial;
	-moz-background-inline-policy: initial;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bolder;
	font-family: Arial,Helvetica,sans-serif;
	color: #B99100;
}
#contentText {
	padding: 10px 10px 10px 0px;
	text-align: left;
	margin-top: 5px;
	font-size: 12px;
}
#fullSizeImage {
	text-align: center;
}

  #footer {
	padding: 2px;
	margin-top: 25px;
	clear: both;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: x-small;
	background-color: rgb(160, 220, 248);
}
#strapLine {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

  .meta { padding-bottom: 2px;
    font-size: 10px;
    color: rgb(153, 153, 153);
    }

  #bottom { padding: 10px 0pt 0pt;
    font-size: 11px;
    }

  #bottomleft { background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    width: 45%;
    float: left;
    padding-bottom: 10px;
    padding-left: 5px;
    }

  #bottomright { background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    width: 45%;
    float: right;
    padding-bottom: 10px;
    padding-right: 5px;
    }

  #divider { padding: 2px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    }

#content {
}
#footerArea {
	font-size: xx-small;
	color: rgb(185,145, 0);
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}
#pageHeader {
}
.colouredText {
	color: rgb(185,145, 0);
}
.emphasis {
	font-style: italic;
	font-weight: bold;
}
.glossaryKeyword {
	font-weight: bold;
	color: rgb(185,145, 0);
}

/* Cascading menu classes */

ul.makeMenu ul {
  width: 160px;                 /* sets the size of the menu blocks */
  background-color: #fff;      /* a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  margin-top: 0px; 
  margin-bottom: 0px;   
}

ul.makeMenu {
  width: 160px;                 /* sets the size of the menu blocks */
  background-color: #fff;      /* a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  margin-top: 0px; 
  margin-bottom: 0px;   
}

/* For top-level menu entry, un-hovered */

ul.makeMenu li {
	list-style-type: none; /* removes the bullet points */;
	border-style: solid;
/* border around the menu blocks */	border-width: 1px;
	border-color: rgb(255,255,255);
	margin: 0px;
/* Opera 7 puts large spacings between li elements */	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px; /* Opera 7 puts large spacings between li elements */;
	position: relative; /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */;
	color: rgb(185,145, 0);
	list-style-image: none;
}

/* First level sub-menu */

ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  width: 160px;                 /* sets the size of the menu blocks */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 18px;                    /* position slightly lower than the parent menu item */
  left: -1px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}

/* For top-level and first child menu entries, hovered */

ul.makeMenu li.CSStoHighlight {
	border-style: solid;		/* border around the menu blocks */
	border-width: 1px;
	border-color: rgb(185,145, 0);
	background-color: rgb(255, 235, 164);      /* sets the active menu item text colour */
	color: rgb(185,145,0);      /* sets the active menu item text colour */
}

ul.makeMenu li:hover {
	border-style: solid;		/* border around the menu blocks */
	border-width: 1px;
	border-color: rgb(185,145, 0);
	background-color: rgb(255, 235, 164);      /* sets the active menu item text colour */
	color: rgb(185,145,0);      /* sets the active menu item text colour */
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}

ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
  border-style: solid;		/* border around the menu blocks */
  border-width: 1px;
  border-color: rgb(185,145,0);
  background-color: #fff;      /* a bg-color MUST be included for IE to work properly! */
}

/* For all child menu items, unhovered */

ul.makeMenu li > ul > li{
	list-style-type: none; /* removes the bullet points */;
	margin: 0px;
/* Opera 7 puts large spacings between li elements */	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-style: solid;
/* border around the menu blocks */	border-width: 1px;
	border-color: rgb(255,255,255);
	position: relative; /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */;
	color: rgb(185,145,0);
	list-style-image: none;
}

/* Lower level sub-menus */

ul.makeMenu li > ul > li > ul{          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  background-color: #fff;      /* a bg-color MUST be included for IE to work properly! */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: -2px;                    /* position slightly lower than the parent menu item */
  width: 175px;                 /* sets the size of the menu blocks */
  left: 159px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}

/* For menu entry links, unhovered */

ul.makeMenu a {
	color: rgb(185,145,0);      /* sets the active menu item text colour */
}

/* For menu entry links, hovered */

ul.makeMenu a:hover {
	background-color: rgb(255, 235, 164);      /* sets the active menu item text colour */
	color: rgb(185,145,0);      /* sets the active menu item text colour */
}
.bodyTextError {
	color: #FF0000;
	font-weight: bold;
}
.highlight {
	color: #FF0000;
}

.centreDisplay {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}

