/* Material Copyright 2006, P.C.S (Bournemouth) Ltd */

@media screen {
  /* Main Tag Settings */

  body {
    background: #F3FAFF;  /* light blue */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
/* zero margin & padding removes container border */
/*    margin: 0px;
    padding: 0px;
*/
  }

  h2 {
    font-size: 14pt;
    text-align: center;
    vertical-align: middle;
  }

  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }


  /* Class Settings */

  h1.pcsheader {
    font-size: 23pt;
    vertical-align: middle;
  }

 
  img.logoborder {
    border-style: outset;
    border-color: black;
    border-width: 1px;
  }

  img.noborder {
    border-style: outset;
    border-color: black;
    border-width: 0px;
  }

  li.activebtn {
    height: 32px;
    text-align: left; 
    text-decoration: none;
    height: 24px;
    background: url(../images/leftmenuactive.gif);
    color: #ffffff;  /* white font */
    padding: 8px 0 0 28px;   
  }

  p.bestview {
    font-size: 8px;
    font-style: italic;
/*    font-weight: bolder;
*/    height: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: right;
  }

  p.center {
    text-align: center; 
  }

  p.copyright {
    font-size: 10px;
    font-style: italic;
/*    font-weight: bolder;
*/    height: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
  }

  p.disclaimer {
    font-size: 10px;
    font-style: italic;
/*    font-weight: bolder;
*/    height: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: right;
  }

  p.leftaddr {
    text-align: center;
/*    background: #bbbbbb;
*/    border: none; 
    color: black; 
    font-size: 75%; 
    line-height: 16px;
    margin-left: -8%; 
    margin-right: 8%;
    padding: 0.5em; 
  }

  p.links {
    margin-bottom: -5px;
    margin-top: 0px;
    text-align: justify; 
  }

  p.main {
    text-align: justify; 
  }

  p.note {
    font-size: 8px;
    font-style: italic;
/*    font-weight: bolder;
*/    height: 12px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
  }

  p.right {
    text-align: right; 
  }

  p.smallfont {
    font-size: 11px; 
  }

  td.width25 {
    width: 25%;
  }

  td.width30 {
    width: 30%;
  }

  td.width33 {
    width: 33%;
  }

  td.width50 {
    width: 50%;
  }

  tr.rowcol1 {
    background-color: #eeeeee;
  }


  tr.rowcol2 {
    background-color: #f3faff;
  }

  /* ID/Name Settings */

  #container {
    background-color: #eeeeee;  /* #ffffff white background */
    border: 1px solid gray;
    color: #333333;
    line-height: 130%;
    margin: 0px auto;
    width: 99%;
  }

  #footer {
    background-color: #dddddd;  /* light grey background */
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid gray;
    clear: both;
    color: #333333;
    height: 15px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
  }

  #footnote {
    background-color: #F3FAFF;  /* light grey background */
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    clear: both;
    color: #333333;
    height: 25px; 
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
  }

  #header {
    background-color: #dddddd;  /* light grey background */
    border-bottom: 1px solid gray;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
  }
  #header h1 {
    color: black;
    margin: 0;
    padding: 0;
  }

  /* border-right is vertical line between left nav and main */
  /* margin = top right bottom left */
  #leftnav {
/*    border-right: 1px solid gray;  
*/    float: left;
    font-weight: bold;
    margin: 0px 0px 0px -3px;  
    padding: 5px;
  }
  #leftnav p { margin: 0 0 1em 0; }

  #leftmenu {
    margin-left: 5px;
    margin-top: 10px;
    width: 126px;
  }
  #leftmenu li a {
    height: 32px;
    text-align: left; 
    text-decoration: none;
    height: 24px;
  }
  #leftmenu li a:link, #leftmenu li a:visited {
    background: url(../images/leftmenustd.gif);
    color: #777777;
    display: block;
    padding: 8px 0 0 23px;
  }
  #leftmenu li a:hover {
    background: url(../images/leftmenuhover.gif);
    color: #257EB7;
    padding: 8px 0 0 28px;
  }
  #leftmenu li a:active {
    background: url(../images/leftmenuactive.gif);
    color: #ffffff;  /* white font */
    padding: 8px 0 0 28px;
  }

  #main {
    border-left: 1px solid gray;  /* vertical line between left nav and main */
    margin-left: 140px;
/*    max-width: 36em;*/
    padding: 1em;
  }
  #main h2 { margin: 0 0 .5em 0; }

  #pcslogo {
    border-width: 1px;
    vertical-align: middle;
  }

  #width149 {
    width: 149px
  }
}


/* print all elements as black on white */
/* handle printed elements differently to when they are shown on screen */
@media print {
  body {
    background-color: #ffffff;
    color: #000000;
  }
}