/*================================================================*/
/* Warrington Disability Partnership 2009                         */
/*================================================================*/
body, table
  {
  font-size: 100%;
  }

body
  {
  padding: 0;
  margin: 0;
  border: 0;
  color: black;
  background: white;
  font-family: arial, helvetica, sans-serif;
  }

a, a:visited
  {
  color: navy;
  }

a:active, a:hover
  {
  color: red;
  }

input.modern, textarea.modern
  {
  border: solid black 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  width: 80%;
  }

div.fixed
  {
  width: 100%;
  position: fixed;
  z-index: 2;
  border-bottom: solid white 4px;
  }

div.scrolling
  {
  width: 100%;
  position: absolute;
  top: 90px;
  z-index: 1;
  }

hr
  {
  width: 100%;
  color: #5795FB;
  background-color: #5795FB;
  height: 2px;
  padding-top: 0px;
  }

/*================================================================*/
/* Top colour bar in header                                       */
/*================================================================*/
div.topcolour
  {
  background: #5795FB;
  padding-top: 8px;
  padding-bottom: 8px;
  }

span.maintitle
  {
  font-size: 22pt;
  color: black;
  font-weight: bold;
  }

span.subtitle
  {
  font-size: 14pt;
  color: black;
  line-height: 24pt;
  font-weight: bold;
  }

/*================================================================*/
/* Lower colour bar in header                                     */
/*================================================================*/
div.mainmenu
  {
  background: #ffff33;
  border-top: solid navy 1px;
  border-bottom: solid navy 1px;
  padding-left: 200px;
  }

div.mainmenu a, div.mainmenu a:visited
  {
  text-decoration: none;
  font-size: 11pt;
  font-weight: bold;
  color: black;
  display: inline-block;
  padding: 4px 10px 4px 10px;
  }

div.mainmenu a:active, div.mainmenu a:hover
  {
  background: #dddd00;
  color: black;
  }

/*================================================================*/
/* Front page left column                                         */
/*================================================================*/
p.volunteerhours
  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  color: black;
  }

div.submenu h2
  {
  background: #B8D6F4;
  color: black;
  text-align: center;
  padding-top: 5px;
  margin-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  border-bottom: solid navy 1px;
  border-top: solid navy 1px;
  width: 160px;
  display: block;
  font-weight: bold;
  }

/*================================================================*/
/* Submenus                                                       */
/*================================================================*/
div.submenu
  {
  width: 160px;
  min-height: 475px;
  background: #bad3fe;
  float: left;
  left: 0;
  margin: 32px 10px 16px 10px;
  padding: 0px 0px 10px 0px;
  text-align: center;
  font-size: smaller;
  line-height: 150%;
  }

div.submenuheader
  {
  font-weight: bold;
  margin-bottom: 6px;
  text-transform: uppercase;
  }

div.submenu a, div.submenu a:visited
  {
  display: block;
  color: #034bc2;
  text-decoration: none;
  margin-bottom: 4px;
  }

div.submenu a:active, div.submenu a:hover
  {
  color: #034bc2;
  text-decoration: underline;
  }

/*================================================================*/
/* News Panel                                                     */
/*================================================================*/
td.news
  {
  width: 255px;
  min-height: 450px;
  background: #bad3fe;
  font-size: 90%;
  float: left;
  left: 0;
  padding: 0px 0px 0px 0px;
  line-height: 150%;
  }

td.news h2
  {
  background: #B8D6F4;
  color: black;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-bottom: solid navy 1px;
  border-top: solid navy 1px;
  width: 255px;
  display: block;
  font-weight: bold;
  }

td.news img
  {
  display: block;
  border-bottom: solid navy 1px;
  }

div.newstext
  {
  padding-left: 10px;
  padding-bottom: 10px;
  }

td.news a, td.news a:visited
  {
  color: black;
  text-decoration: underline;
  }

td.news a:hover, a:active
  {
  color: red;
  text-decoration: underline;
  }

td.news p
  {
  padding-left: 10px;
  padding-right: 6px;
  }

/*================================================================*/
/* Main Body Styles                                               */
/*================================================================*/
h1
  {
  font-size: 175%;
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  padding: 0;
  }

h2
  {
  font-size: 125%;
  font-weight: normal;
  line-height: 100%;
  padding-bottom: 2px;
  margin-bottom: 2px;
  }

div.main
  {
  margin: 32px 16px 16px 210px;
  padding: 0px;
  line-height: 150%;
  }

body.padded div.main
  {
  padding-right: 210px;
  }

td.spacer
  {
  width: 16px;
  }

td.rightcolumn
  {
  width: 255px;
  text-align: right;
  }

/*================================================================*/
/* Diary                                                          */
/*================================================================*/
table.diary td
  {
  border-bottom: solid #406486 1px;
  }

h2.eventsheader
  {
  font-size: 150%;
  font-weight: normal;
  line-height: 100%;
  border-bottom: solid #5795FB 1px;
  padding: 4px;
  }

/*================================================================*/
/* Jobs                                                           */
/*================================================================*/
div.joblist
  {
  padding-bottom: 10px;
  border-bottom: dotted black 1px;
  margin-bottom: 10px;
  }

td.joblist-title
  {
  font-weight: bold;
  font-size: 12pt;
  color: black;
  }

span.joblist-salary
  {
  font-weight: bold;
  font-size: 12pt;
  color: black;
  }

/*================================================================*/
/* Page Footer                                                    */
/*================================================================*/
div.footer
  {
  clear: left;
  padding: 16px;
  border-top: solid navy 1px;
  }

div.footer td
  {
  font-size: smaller;
  line-height: 170%;
  }

div.footer a, div.footer a:visited
  {
  color: black;
  text-decoration: none;
  }

div.footer a:active, div.footer a:hover
  {
  color: red;
  text-decoration: underline;
  }

/*----------------------------------------------------------------*/
/* Designer Labelling                                             */
/*----------------------------------------------------------------*/
div.designerlabel
  {
  display: none;
  }

/*----------------------------------------------------------------*/
/* FONT SIZER                                                     */
/*----------------------------------------------------------------*/
div.fontsizer a, div.fontsizer a:visited
  {
  color: #003399;
  text-decoration: none;
  }

div.fontsizer a:active, div.fontsizer a:hover
  {
  color: red;
  }

