/*================================================================*/
/* Warrington Access Guide                                        */
/*================================================================*/
body
  {
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
  background: white;
  }

a.skiplink
  {
  position: absolute;
  top: 0;
  left: -999px;
  }

a, a:visited
  {
  color: navy;
  }

a:active, a:hover
  {
  color: red;
  }

/*----------------------------------------------------------------*/
/* Page Header and layout                                         */
/*----------------------------------------------------------------*/
div.header
  {
  background: #1F8EFF url(/topbar.background.jpg) top left repeat-y;
  font-family: 'trebuchet MS', arial, helvetica, sans-serif;
  font-size: 36pt;
  font-weight: bold;
  padding: 6px 10px 10px 166px;
  border-bottom: solid #1f8eff 1px;
  margin: 0;
  }

table.mainlayout
  {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  }

table.mainlayout td
  {
  vertical-align: top;
  }

/*----------------------------------------------------------------*/
/* Menu Bar and Find Box                                          */
/*----------------------------------------------------------------*/
td.menu
  {
  width: 150px;
  background: #efce39 url(/menu.background.gif) top left no-repeat;
  padding-top: 50px;
  padding-right: 0;
  margin-right: 0;
  border-right: solid #efce39 1px;
  text-align: center;
  font-family: Arial, Helvetica;
  font-size: smaller;
  color: black;
  }

div.findbox
  {
  padding-bottom: 8px;
  text-align: center;
  }

input.findbox
  {
  width: 90%;
  border: solid #cfae19 1px;
  margin-bottom: 4px;
  }

input.findbutton
  {
  width: 90%;
  }

td.menu a, td.menu a:visited
  {
  display: block;
  color: black;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid #efce39 1px;
  }

td.menu a:active, td.menu a:hover
  {
  color: white;
  background: #666666;
  border-bottom: solid #333333 1px;
  }

div.menuheader
  {
  font-weight: bold;
  background: #cfae29;
  margin-top: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  }

div.copyright
  {
  padding-top: 48px;
  padding-bottom: 4px;
  font-size: x-small;
  }

/*----------------------------------------------------------------*/
/* Main information panel                                         */
/*----------------------------------------------------------------*/
td.main
  {
  padding: 10px 10px 20px 20px;
  font-family: arial, helvetica;
  font-size: medium;
  line-height: 150%;
  }

h1
  {
  padding-top: 0;
  margin-top: 0;
  line-height: normal;
  font-weight: normal;
  }

h2
  {
  font-weight: normal;
  line-height: normal;
  color: #2288ff;
  }

td.main ul a, td.main ul a:visited
  {
  text-decoration: none ;
  }

td.main ul a:active, td.main ul a:hover
  {
  text-decoration: underline ;
  }

/*----------------------------------------------------------------*/
/* Catalogue Listings                                             */
/*----------------------------------------------------------------*/
table.catlisting
  {
  border-collapse: collapse;
  empty-cells: show;
  width: 100%;
  }

table.catlisting td
  {
  font-size: medium;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: solid #1f8eff 1px;
  vertical-align: top;
  }

table.catlisting td.small
  {
  font-size: small ;
  }

table.catlisting td.divider
  {
  background: #e0e7ff;
  }

table.catlisting a, table.catlisting a:visited
  {
  text-decoration: none;
  }

table.catlisting a:active, table.catlisting a:hover
  {
  text-decoration: underline;
  }


/*----------------------------------------------------------------*/
/* Feedback Form                                                  */
/*----------------------------------------------------------------*/
input.feedback, textarea.feedback
  {
  width: 80%;
  border: solid black 1px;
  }

input.feedback:focus, textarea.feedback:focus
  {
  background: #e0e7ff;
  }

/*----------------------------------------------------------------*/
/* WDP branding logo                                              */
/*----------------------------------------------------------------*/
div.wdplogo
  {
  position: absolute;
  top: 0;
  left: 0;
  }

/*----------------------------------------------------------------*/
/* Print Settings                                                 */
/*----------------------------------------------------------------*/
@media print
  {
  div.header
    {
    padding-left: 0;
    padding-right: 0;
    }

  td.menu
    {
    display: none;
    }

  td.main
    {
    font-size: small;
    padding-left: 0;
    }

  div.wdplogo
    {
    display: none;
    }
  }
