/**
 * Base template for the Print-friendly version.
 *
 * This is also the CSS that should be used by the printer.
 *
 * o Intended for paged media.
 *
 * @author Christophe Lauret (Allette Systems)
 * @version 18 May 2007
 * @Modified font-size pt to ems - Kirrily Walker (Allette Systems) 22 June 2009
 */

/* Default rules for HTML elements ------------------------------------------------------------- */

/* TODO: Restrict the overall size to 1024px; but allow the screen to slide... ah forget it */
body {font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; margin: 1cm;}
p  {font-family: Arial, Helvetica, sans-serif; font-size: 1em;}
td {font-family: Arial, Helvetica, sans-serif; font-size: 1.1em;}

/* All default titles */
h1, .h1 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.85em; color: #00448B; margin:0; text-decoration: none; } /* aka H1 Heading */
h2, .h2 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.45em; color: #000000; margin:0; text-decoration: none; } /* aka H2 Heading */
h3, .h3 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.35em; color: #008FD4; margin:0; text-decoration: none; } /* aka H3 Heading */
h4, .h4 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.25em; color: #000000; margin:0; text-decoration: none; } /* aka H4 Heading */
h5, .h5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.15em; color: #00448B; margin:0; text-decoration: none; } /* aka H5 A Heading */
h6, .h6 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.15em; color: #005859; margin:0; text-decoration: none; } /* aka H5 B Heading */

.capitals {text-transform:uppercase;}
.italics {font-style:italic;}
.bold {font-weight: bold;}

a {color: #029AD6; }

/* Header -------------------------------------------------------------------------------------- */

#pbs-department-logo {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 1.35em; color: #008FD4; margin:0; text-decoration: none;}
#pbs-masthead        {}

/* Main body ----------------------------------------------------------------------------------- */

#pbs-main {margin-top: .2cm; padding-top: .2cm; border-top: 1pt solid #D8D8D9;}
#pbs-skip-to-contents    			{display: none}
#pbs-content .title                {border-bottom: 1pt solid #D8D8D9; margin-bottom: .5cm; padding-bottom: .2cm;}
#pbs-content .secondary-navigation {border-bottom: 1pt solid #D8D8D9; margin-bottom: .5cm; padding-bottom: .2cm}

/* Footer -------------------------------------------------------------------------------------- */

#pbs-footer .footlinks {display: none;}

/* Search results ------------------------------------------------------------------------------ */

.searchedfor_term {font-weight: bold}
.group-title span {font-weight: bold}

#pbs-main table {padding: 3px; border-collapse: collapse; border: 1pt solid #999999; font-size: 0.9em; margin: 1em 0em}
#pbs-main .table, #pbs-main .table td {border-collapse: collapse; border: 1pt solid #999999; padding: .2cm;}
#pbs-main .table th {border-collapse: collapse; border: 1px solid #999999; font-weight: bold;}
#pbs-main .cell_watch {display:none}
#pbs-main .hcell_watch {display: none}
#pbs-main .addchecked {display: none}
#pbs-main .searchtips {display: none}
#pbs-main .print_restrictions {display: none}

/* Stuff that aren't printable ----------------------------------------------------------------- */

#pbs-simple-search {display: none}
.page-options  {display: none}
.print         {display: none}
.print_table   {display: none}
.infoicon      {display: none}
.reorderby     {display: none}
.az-navigation {display: none}

