

<p>/* CSS Document */
  
  *[id^=para]:before { 
  display: block; 
  content: " "; 
  margin-top: -40px; 
  height: 40px; 
  visibility: hidden; 
  }
  
  html {
  overflow-y:scroll;
  }
  
  body {
  margin: 0px;
  padding: 0px;
  font-family: Calibri, Arial, sans-serif;
  font-size:medium;
  letter-spacing: 0px;
  }
  
  html, body{
  height:100%;
  padding:0px;
  margin:0px;
  }
  
  #desktop_button, #mobile_button, #responsive_button{
  font-size:small;
  }
  #desktop_button:hover, #mobile_button:hover, #responsive_button:hover{
  cursor:pointer;
  }
  #desktop_button:focus, #mobile_button:focus, #responsive_button:focus{
  outline-style:solid;
  outline-width:2px;
  }
  
  .back_button_container{
  padding: 10px;
  width: 100%;
  position: fixed;
  top:0;
  height: 90px;
  }
  
  .back_button{
  width: 100px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-family: sans-serif;
  cursor: pointer;
  
  }
  
  .container{
  top:90px;
  width: 100%;
  bottom:50px;
  position: fixed;
  overflow: auto;
  }
  
  .image_footer{
  height: 50px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  }
  
  #cookie_bar{
  text-align:center; 
  padding:10px; 
  background-color:#999; 
  color:#fff; 
  display:none;
  }
  
  #cookie_bar a{
  color:#FFFFFF;
  }
  
  #cookie_agree{
  background-color:#FFFE8D; 
  color:#000000; 
  margin-left:10px; 
  margin-right:10px; 
  padding:3px; 
  border-radius:5px; 
  width:100px; 
  display:inline-block;
  }
  
  #cookie_agree:hover{
  cursor: pointer;
  }
  
  a {
  outline:none;
  }
  
  a:focus {
  outline-style:solid;
  outline-width:2px;
  }
  
  #menu_items ul li a{
  outline:none;
  }
  
  #menu_items ul li a:focus{
  outline:none;
  }
  
  .imagelink:focus{
  outline-style:none;
  }
  
  input#mag_glass.imagelink:focus{
  outline-style:solid;
  }
  
  .imagelink:focus img{
  outline-style:solid;
  outline-width:2px;
  }
  
  img {
  border-style:none;
  }
  
  input:focus{
  outline: solid;
  outline-width:2px;
  }
  .option_button a:focus{
  border-style: none;
  outline: none;
  background-color: red; /*add to colour page*/
  } 
  
  input[type="text"]:focus{
  border-style:solid;
  
  }
  
  #dropdown_list:focus{
  outline-width:2px;
  }
  
  #skip a { 
  position:absolute; 
  left:-10000px; 
  top:auto; 
  width:1px; 
  height:1px; 
  overflow:hidden;  
  } 
  
  #skip a:focus { 
  position:static; 
  width:auto; 
  height:auto; 
  } 
  
  fieldset {
  border: 0;
  display:inline;
  }
  
  /* header */
  
  #head_bar {
  height: 150px;
  /*height:1%; */
  /*overflow:auto;*/
  }
  
  header {
  max-width:1200px;
  padding-top: 10px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  }
  
  #grey_bar {
  border-right-style: solid;
  border-right-width: thin;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  }
  
  #logo_holder{
  }
  
  #title {
  float: left;
  clear: right;
  margin-left: 10px;
  margin-top: 2px;
  }
  
  #title h1 {
  font-size: 26px;
  padding: 0px;
  margin: 10px;
  font-weight: normal;
  font-family: Calibri, Arial, sans-serif;
  letter-spacing: 0px;
  margin-top: 25px;
  
  }
  #h1_sub{
  color: #888888;
  clear:both;  
  font-size:0.7em;
  display:block;
  }
  #access_holder {
  float: right;
  margin-left: 10px;
  margin-right: 20px;
  clear:right; 
  display:block;
  }
  
  #access_text_hold {
  float: left;
  margin-right: 5px;
  border-radius: 5px;
  padding: 5px;
  letter-spacing: 1px;
  border-style: solid;
  
  }
  
  #access_text_hold:hover {
  
  border-style: solid;
  border-radius: 10px;
  
  }
  
  #access_text_hold a{
  text-decoration:none;
  }
  #access_text_hold a :focus{
  text-decoration:none;
  }
  nav {
  height: 40px;
  clear:both;
  
  }
  
  #sticky_navigation_wrapper {
  width: 100%;
  height: 40px;
  }
  
  #sticky_navigation {
  height: 40px;
  width: 100%;
  clear: both;
  z-index:99999999999999999999999999999999;
  }
  
  #demo_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  }
  
  #menu_toggle {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
  display: none;
  visibility: hidden;
  }
  
  #menu_items {
  float: left;
  height: 40px;
  display: block;
  font-size: 0.9em;
  }
  
  #menu_items a {
  text-decoration: none;
  display:inline-block;
  font-weight:normal;
  }
  
  
  #menu_items ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 0px;
  list-style: none;
  cursor:default;
  
  }
  
  #menu_items ul li {
  
  display: inline-block;
  margin-right: -4px;
  position: relative;
  width: auto;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top:0px;
  
  }
  
  #menu_items ul li:hover {
  
  }
  
  #menu_items ul li:focus {
  
  }
  
  #menu_items ul li a:hover {
  
  }
  
  #menu_items ul li a:focus {
  border-style:none;
  }
  
  #menu_items ul a:focus li {
  
  }
  
  #menu_items ul li ul {
  padding: 0;
  position: absolute;
  top: 38px;
  left: 0;
  width: 150px;
  display: none;
  visibility: hidden;
  }
  
  #menu_items ul li ul li {
  display: block;
  clear: both;
  }
  
  #menu_items ul li ul li a:hover{
  
  }
  
  #menu_items ul li ul li:hover {
  
  }
  
  #menu_items ul li:hover ul {
  display: block;
  visibility: visible;
  }
  
  .toplink{
  
  }
  .toplink :hover {
  
  }
  .toplink :focus {
  
  }
  ul .dropdownmenu:focus .toplink{
  
  }
  
  
  .arrow {
  font-size: 10px;
  margin-left:2px;
  display:block;
  float:right;
  position:absolute;
  top:0px;
  right:3px;
  }
  
  
  #search {
  float: right;
  margin-right: 20px;
  padding-top: 8px;
  }
  
  #search_contents{
  }
  
  #input_holder {
  float: left;
  padding-right: 5px;
  }
  .search_bar {
  border-radius: 10px;
  box-shadow: none;
  padding: 5px;
  }
  input.search_bar:focus {
  outline: none;
  border-style: none;
  }
  
  #mag_holder {
  float: right;
  }
  
  #mag_holder a :focus {
  border:solid;
  }
  
  
  /* main */
  
  
  
  #main_content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  height: auto;
  }
  
  #main_content:focus {
  outline:none;
  }
  
  #print_watermark{
  font-size:20px; 
  
  padding-top:20px; 
  padding-left:20px; 
  padding-right:20px;
  display:none;
  }
  
  #chapter_title {
  clear: both;
  margin-top: 30px;
  margin-bottom: 10px;
  min-height: 30px;
  line-height: 30px;
  }
  
  #print_holder {
  float: right;
  margin-left: 10px;
  margin-right: 20px;
  }
  
  #print_holder :hover{
  cursor:pointer;
  }
  
  #tabimg_container  #print_holder {
  margin-top:0px;
  top: 0px;
  right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  }
  
  
  #tabimg_container{
  padding: 10px;
  position: relative;
  
  }
  
  .inner{
  display:block;
  text-align: center;
  padding: 10px;
  }
  
  .inner table{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  }
  
  
  
  #new_print{
  }
  
  #old_print{
  }
  
  
  #chapter_title h2 {
  padding: 0px;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-weight: bold;
  margin-top: 20px;
  font-size:1.3em;
  margin-bottom: 10px;
  }
  
  #scope_box {
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: thick;
  padding: 15px;
  clear: both;
  
  }
  
  #scope_box h3 {
  font-weight: bold;
  font-size: 1.1em;
  margin-top:10px;
  margin-bottom:5px;
  }
  
  #scope_box p {
  margin-bottom: 15px;
  padding: 0px;
  }
  
  
  
  
  p{
  margin-top: 10px;
  margin-bottom: 10px;
  }
  
  
  p a{
  font-weight:bold;
  text-decoration:none;
  
  }
  p a:hover{
  
  }
  table{
  width:100%;
  margin-top:10px;
  margin-bottom:20px;
  }
  
  .center{
  text-align:center;
  }
  
  table,tr,td{
  border-spacing: 0px;
  }
  
  th,td{
  padding:10px;
  }
  
  table.borderless{
  border-style: none;
  padding: 0px; 
  }
  
  table.borderless tbody tr td{
  border-style: none;
  padding: 0px;
  }
  
  .docs_lib{
  padding:10px;
  }
  
  .docs_lib table{
  margin-bottom:40px;
  }
  
  .docs_lib .table_header{
  font-size:18px;
  text-align:center;
  }
  
  .docs_lib .table_row_even{
  font-size:16px;
  font-weight:bold;
  text-align:center;
  }
  
  .anchor{
  padding-top: 50px;
  margin-top: -50px;
  }
  
  /*  counters for list is found in compatability.php, doesn't work in ie 7  */
  
  ol {
  margin-top: 10px;
  margin-bottom: 10px;
  }
  ol li{
  margin-top:10px;
  
  }
  
  ol a{
  text-decoration:none;
  font-weight:bold;
  }
  ol li a:hover{
  }
  ul {
  margin-top: 10px;
  margin-bottom: 10px;
  }
  ul li{
  margin-top:10px;
  }
  ul a{
  text-decoration:none;
  font-weight:bold;
  }
  
  #sections ul{
  overflow:hidden;
  }
  #sections ol{
  overflow:hidden;
  }
  
  .remove_bullet{
  
  }
  ol li.remove_bullet:before {
  content:"\a0\a0\a0";
  display: none;
  
  }
  
  
  tr, td{
  vertical-align: top;
  }
  .greybox h3.date{
  font-size:1.1em;
  border-bottom-style:none;
  margin:0px;
  margin-top:10px;
  }
  .greybox h4{
  margin:0px;
  margin-top:10px;
  }
  
  #sections table.table_contents {
  border-style: none;
  margin-top:10px;
  margin-bottom:10px;
  }
  
  table.borderless tr td {
  border-style: none;
  border-width:0px;
  }
  
  
  #sections table.borderless tr td {
  border-style: none;
  border-width:0px;
  }
  
  
  
  
  .table_contents td{
  padding:5px;
  border-style: none;
  }
  .head_table{
  line-height: normal;
  }
  
  
  #main_contents tr.head_table{
  margin:0px;
  line-height:normal;
  }
  
  
  .table_contents a{
  font-weight:bold;
  text-decoration:none;
  }
  .table_contents a:hover{
  
  }
  
  
  .table_header{
  font-weight: bold;
  }
  .table_row_even{
  }
  
  
  
  
  
  #sections {
  border-style: solid;
  border-width: thin;
  margin: 10px;
  padding-top:0px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  clear: both;
  
  }
  
  #sections_list{
  }
  
  #sections h3 {
  border-bottom-style: solid;
  border-bottom-width: thin;
  font-size:1.3em;
  margin: 0px;
  padding: 0px;
  padding-top: 60px;
  margin-top: -40px;
  clear:left;
  }
  #sections h4 {
  font-size:1.1em;
  margin: 0px;
  padding: 0px;
  padding-top: 50px;
  margin-top: -40px;
  clear:both;
  }
  #sections h5 {
  font-size:1.0em;
  margin: 0px;
  padding: 0px;
  padding-top: 45px;
  margin-top: -40px;
  clear:both;
  }
  
  
  
  .image_container_left{
  float:left; padding:10px; max-width:50%; 
  }
  .image_container_left img{
  max-width:100%; height:auto;
  }
  .image_container_right{
  float:right; padding:10px; max-width:50%;
  }
  .image_container_right img{
  max-width:100%; height:auto;
  }
  .image_container_full{
  width:100%; text-align:center;
  }
  .image_container_full img{
  max-width:100%; height:auto;
  }
  .image_caption {
  display:block;
  }
  .image_caption p{
  text-align:center; font-style:italic; margin-top:0px; padding-top:0px;
  }
  
  
  
  
  
  
  
  
  
  #desktoptest{
  display:block;
  }
  
  .whitebox{
  
  margin-top:20px; 
  margin-left:10px;
  margin-right:10px;
  border-style:solid; 
  border-width:thin;
  padding:20px; 
  height:1%; 
  overflow:auto;
  }
  .whitebox h2{
  margin:0px;
  }
  
  .greybox{
  margin: 10px;
  padding:10px;
  border-style:solid;
  border-width: thin;
  }
  
  .button_holder{
  text-align:center; 
  width:100%; 
  display:block;
  clear:both;
  height:1%;
  overflow:auto;
  }
  .big_button_inner{ 
  vertical-align:middle; 
  padding:10px; 
  display:table-cell;
  }
  
  
  
  
  .big_button a{
  width:30%; 
  clear:right; 
  float:left; 
  margin-top:5px;
  margin-bottom:5px; 
  margin-left:2.5%; 
  height:100px; 
  display:table;
  text-decoration:none;
  border-left: 1px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-top: 1px solid;
  border-radius: 10px;
  }
  .big_button :hover{
  cursor:pointer;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-radius: 10px;
  
  }
  
  
  .option_button_inner{ 
  vertical-align:middle; 
  padding:10px; 
  display:table-cell;
  }
  
  .option_button a{
  width:30%; 
  clear:right; 
  float:left; 
  margin-top:5px;
  margin-bottom:5px; 
  margin-left:2.5%; 
  height:50px; 
  display:table;
  
  text-decoration:none;
  }
  .option_button :hover{
  cursor:pointer;
  }
  
  .option_button a:focus .option_button_inner{
  text-decoration: underline;
  }
  
  /* Acessibility boxes */
  .standard_colours{
  background-color:#EEEEEE; 
  border-color:#007DBD; 
  border-style:solid; 
  color:#000000;
  }
  
  .box a:hover .standard_colours{
  background-color:#666 !important; 
  color:#FFF !important;
  }
  .box a:focus .standard_colours{
  background-color:#666 !important;
  color:#FFF !important; 
  }
  
  .highvis_colours{
  background-color:#000000; 
  color:#FFFF00; 
  border-color:#00FF00; 
  border-style:solid;
  }
  
  .box a:hover .highvis_colours{
  background-color:#FFFF00 !important; 
  color:#000000 !important;
  }
  .box a:focus .highvis_colours{
  background-color:#FFFF00 !important; 
  color:#000000 !important;
  }
  
  .light_colours{
  background-color:#F4EED9; 
  color:#000; 
  border-color:#F00; 
  border-style:solid;
  }
  
  .box a:hover .light_colours{
  background-color:#666 !important; 
  color:#FFF !important;
  }
  .box a:focus .light_colours{
  background-color:#666 !important; 
  color:#FFF !important;
  }
  
  
  
  
  
  
  
  
  
  
  
  .tiny_text{
  font-size:small;
  }
  
  /* footer */
  
  
  footer{
  max-width:1200px; 
  margin-left:auto; 
  margin-right:auto;
  }
  #trix_logo{
  position:absolute; 
  top:0px; 
  right:30px; 
  display:block; 
  clear:left; 
  width:100px;
  
  }
  #trix_logo a img{
  border:none;
  }
  
  .footer{
  text-align:center;
  position:relative;
  }
  
  .footer a:hover{
  text-decoration:underline;
  }
  
  .highlight2{
  font-style:italic;
  }
  
  .highlight { 
  
  }
  
  
  
  
  
  
  /* search */
  
  
  .searchheading { font-size: 130%; font-weight: bold; }
  .summary { font-size: 80%; font-style: italic; }
  .suggestion { font-size: 100%; }
  .results { font-size: 100%; }
  .sorting { text-align: right; }
  
  .result_title { font-size: 100%; }    
  .description { font-size: 100%;  }
  .context { font-size: 100%; }
  .infoline { font-size: 80%; font-style: normal; }
  
  .zoom_searchform { font-size: 100%; }
  .zoom_results_per_page { font-size: 80%; margin-left: 10px; }
  .zoom_match { font-size: 80%; margin-left: 10px;}       
  .zoom_categories { font-size: 80%; }
  .zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
  .zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }
  
  .cat_summary ul { margin: 0px; padding: 0px; display: inline; }
  .cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }    
  
  input.zoom_button {  }
  input.zoom_searchbox {  }   
  
  .result_image { float: left; display: block; }
  .result_image img { margin: 10px; width: 80px; border: 0px; }
  
  .result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
  .result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }
  
  .result_pages { font-size: 100%; }
  .result_pagescount { font-size: 100%; }
  
  .searchtime { font-size: 80%; }
  
  .recommended { 
  border-top: 1px dotted; 
  border-bottom: 1px dotted; 
  margin-top: 15px; 
  margin-bottom: 15px; 
  }
  .recommended_heading { float: right; font-weight: bold; }
  .recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }    
  .recommend_title { font-size: 100%; }
  .recommend_description { font-size: 100%;  }
  .recommend_infoline { font-size: 80%; font-style: normal;}
  .recommend_image { float: left; display: block; }
  .recommend_image img { margin: 10px; width: 80px; border: 0px; }
  
  
  .search_padding{
  margin-top:10px;
  }
  
  
  
  
  
  
  
  @media only screen and (max-width: 1100px) {
  #head_bar {
  height: auto;
  }
  header {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  height: auto;
  overflow: auto;
  }
  #cookie_agree{
  margin-top:10px;
  }
  #title h1 {
  font-size: 26px;
  display: block;
  }
  
  #access_holder {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  }
  #access_text_hold {
  float: left;
  text-align: center;
  margin-right: 0px;
  border-radius: 0px;
  padding: 0px;
  opacity: 0.4;
  letter-spacing: 1px;
  border-style: none;
  width: 100%;
  height: 30px;
  line-height: 30px;
  }
  #access_text_hold:hover {
  opacity: 1;
  border-style: none;
  border-radius: 0px;
  }
  #demo_container {
  width: 100%;
  }
  #menu_items {
  display: none;
  height: auto;
  width: 100%;
  clear:left;
  
  }
  .arrow {
  font-size: 10px;
  margin-left:5px;
  display:block;
  float:right;
  position:static;
  
  }
  #search {
  position:absolute;
  right:0px;
  margin-right: 20px;
  padding-top: 6px;
  }
  #main_content {
  margin-left: auto;
  margin-right: auto;
  }
  #print_holder {
  display: none;
  }
  #menu_toggle {
  display: block;
  visibility: visible;
  }
  #menu_items ul {
  display: block;
  width: 100%;
  }
  #menu_items ul li {
  height: auto;
  line-height: none;
  display: block;
  clear: both;
  visibility: visible;
  }
  #menu_items ul li:hover {
  
  }
  
  #menu_items ul li:focus {
  
  }
  #menu_items ul li a:focus {
  
  }
  
  #menu_items ul li a:hover {
  
  }
  
  
  
  
  #menu_items ul li ul {
  padding-bottom: 10px;
  position: relative;
  top: 10px;
  width: 100%;
  visibility: visible;
  }
  #menu_items ul li ul li {
  visibility: visible;
  }
  #menu_items ul li ul li:hover{
  }  
  #menu_items ul li ul li a:hover{
  }  
  
  
  
  
  
  .image_container_left{
  padding:0px; max-width:100%; width:100%;
  }
  .image_container_left img{
  max-width:100%; height:auto;
  }
  
  
  
  .image_container_right{
  padding:0px; max-width:100%; width:100%;
  }
  .image_container_right img{
  max-width:100%; height:auto;
  }
  .image_container_full{
  padding:10px; width:auto;
  }
  .image_container_full img{
  width:auto; max-width:100%;
  }
  #desktoptest{
  display:none;
  }
  
  
  
  
  #whitebox{
  margin-left:5px;
  margin-right:5px;
  
  }
  #whitebox h3{
  
  }
  #button_holder{
  
  }
  
  
  .big_button :hover{
  
  
  }
  
  
  .big_button_inner{ 
  
  }
  
  .option_button :hover{
  
  
  }
  
  
  .option_button_inner{ 
  
  }
  
  
  
  
  
  
  
  }
  
  @media only screen and (max-width: 600px) {
  
  *[id^=para]:before { 
  display: block; 
  content: " "; 
  margin-top: 0px; 
  height: 0px; 
  visibility: hidden; 
  }
  
  #head_bar {
  padding: 5px;
  }
  header {
  background-image: none;
  background-image: url("../images/mobile_back.png");
  }
  #logo_holder {
  width: 100%;
  text-align: center;
  }
  #grey_bar {
  display: block;
  border-right: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  }
  #title {
  margin-left: 0px;
  width: 100%;
  }
  #title h1 {
  display: none;
  }
  #title h2 {
  font-size: 14px;
  text-align: center;
  }
  #main_content {
  width: 100%;
  margin: 0px;
  }
  #image_container_left{
  padding:0px; width:auto;
  }
  #image_container_right{
  padding:0px; width:auto;
  }
  #image_container_full{
  padding:0px; width:auto;
  }
  
  .option_button a{
  width:100%; 
  clear:both; 
  float:left;
  margin-left:0px;
  margin-right:0px;
  }
  .big_button a{
  width:100%; 
  clear:both; 
  float:left;
  margin-left:0px;
  margin-right:0px;
  
  }
  #trix_logo{
  position: relative;
  right:0;
  top:0;
  margin-left:auto;
  margin-right:auto;
  }
  
  
  .back_button_container{
  width: 100%;
  padding: 0px;
  position: fixed;
  top:0;
  left: 0;
  height: 50px;
  }
  
  .back_button{
  width: 100%;
  margin: 0px;
  text-align: center;
  border-radius: 0px;
  font-family: sans-serif;
  cursor: pointer;
  
  }
  
  .container{
  top:52px;
  width: 100%;
  bottom:50px;
  position: fixed;
  overflow: auto;
  }
  .inner{
  display:block;
  text-align: left;
  padding: 0px;
  }
  .inner table{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  }
  
  
  
  }
  
  /*Extra CSS*/
/*bold and italics classes*/
.bold {font-weight: bold; color: #000000;}
.italic {font-style: italic;}
/*hide class (add to ant element to hide)*/
.hide {display: none;}
/*table even with bold*/
.table_row_even_bold { background-color: #E1F4FF; text-align: left; vertical-align: text-top; font-weight: bold;}
