/* style/print.css CONTROLLING APPEARANCE OF PRINTED VERSION ONLY   */

/*DEFAULT IMAGES DISPLAYED WITHOUT BORDERS*/
img              {border: 0;
                  vertical-align: top; }

/*TEXT FOR OTHER PARAGRAPHS*/
p.normal, p.screen-hide
                 {font:  10pt Arial, sans-serif;
                  color: black;
                  background-color: white;
                  vertical-align: bottom; }

/*XHTML STRICT UNDERLINING (instead of using deprecated <u> tag*/
span.u          {color: black;
                 background-color: white;
		     text-decoration: underline}

/*MIMICS LOWER NUMBER IN A FRACTION*/
span.fract      {color: black;
                 background-color: white;
                 font: 6pt Arial, sans-serif;}

/* PARAGRAPH WITH A RED FONT FOR THUMB CAPTIONS - HIDDEN FOR PRINTING*/
/*CENTRED HEADING 3 WITH BROWN FONT - HIDDEN FOR PRINTING */
p.red, h3.middle {visibility: hidden; }

/*HEADING PARAGRAPHS AT TOP OF SECTIONS*/
p.large, p.warning, p.black
                 {font: 14pt Arial, sans-serif; }

/*HEADING PARAGRAPHS BLACK COLOUR CENTRED*/
p.centre          {text-align: center;
                  font: 14pt Arial, sans-serif;
                  margin-right: 5%;
                  margin-left: 5%;}

/*HEADING PARAGRAPHS TO HIDE IN PRINT VIEW*/
p.hide, h3.hide, p.large-hide, p.centre-red, p.black-hide
                {display: none;  }

/*THIS INSERTS A PAGE BREAK TO AVOID SPLITTING OF GRAPHICS*/
p.page-break    {page-break-after: always; }


/*TEXT FOR UN-ORDERED LISTS*/
ul.normal       {text-align: left;
                 font: 10pt Arial, sans-serif;
                 font-weight: bold; }

/*TEXT FOR UN-ORDERED LISTS NO BOLD*/
ul.light        {text-align: left;
                 font: 10pt Arial, sans-serif;
                 color: black;
                 background-color: white; }

ul.large       {text-align: left;
                 font: 14pt Arial, sans-serif;
                 font-weight: bold;
                 color: black;
                 background-color: white;}

/*TEXT FOR ORDERED LISTS*/
ol.normal       {text-align: left;
                 font: 10pt Arial, sans-serif;
                 font-weight: bold; }


/*DEFAULT SIZED MAIN HEADINGS*/
h1.normal       {font: 15pt Arial, sans-serif;
                 font-weight: bold;
                 text-align: center; }

h1.underline    {font: 15pt Arial, sans-serif;
                 font-weight: bold;
                 text-align: center;
                 border-bottom: 3px double black;
                 padding-bottom: 5px; }


/*HEADING ON THE WHAT'S NEW PAGE*/
h1.splash       {font: 25pt Arial, sans-serif;
                 font-weight: bold;
                 text-align: center; }

/*HEADING 3 WITH BROWN FONT */
h3              {font-family: Arial, sans-serif;
                 text-align: left;
                 margin-right: 5%; }

/*THIS IS THE LEFT LAYOUT 'FRAME' AREA FOR THE CONTENT LINKS - OMITTED IN PRINT VERSION*/

#links-fixed, #links
                {display: none; }


/*THIS IS THE RIGHT LAYOUT 'FRAME' AREA FOR THE CONTENT PAGES */
#right-column   {position: relative;
                 left: 0;
	           top: 0;
	           padding: 0 !important;
	           margin: 0 !important;
	           width: 100%; }


/* CENTRED LARGE PICTURE */
div.picture     {text-align: center; }

/*THIS REMOVES FORMATTING FROM ALL HYPERLINKS */
a               {text-decoration: none; }

/*THIS DEFINES FORMATTING FOR ALL HYPERLINKS */
a:link          {color: black;
                 font-weight: bold;
                 background-color: white; }
a:visited       {color: black;
                 font-weight: bold;
                 background-color: white; }
a:active        {color: black;
                 font-weight: bold;
                 background-color: white; }


/*THIS HIDES ARROW NAVIGATION IMAGES AT BOTTOM OF SECTIONS*/
* img#arrowleft, img#arrowright
                {display: none; }



/*THIS DEFINES THE APPEARANCE OF THE VARIOUS TABLE ELEMENTS */
td, th          {padding: 7px;
                 font: 10pt Arial, sans-serif;
                 color: black;
                 border: 1px black solid; 
                 background-color: white;}