/******************************************************************/
/* The Viewing Facilities Association UK                          */
/******************************************************************/
BODY
  {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  background: white url(/vfabackground.gif) top left repeat-y;
  color: black;
  }

BODY, TD, BLOCKQUOTE
  {
  font-size: small;
  }

A, A:VISITED
  {
  color: navy;
  text-decoration: none;
  }

A:ACTIVE, A:HOVER
  {
  color: navy;
  text-decoration: underline;
  }

H1
  {
  font-size: 200%;
  margin-top: 0px;
  padding-top: 0px;
  }

H2
  {
  font-size: 150% ;
  }

SPAN.h1strapline
  {
  font-size: 50%;
  text-transform: uppercase;
  }


/******************************************************************/
/* Site Menu                                                      */
/******************************************************************/
TD.menu
  {
  width: 200px;
  background: #0066CC;
  border-right: solid black 1px;
  text-align: center;
  }

DIV.menu
  {
  font-weight: bold;
  }

DIV.menu A, DIV.menu A:ACTIVE, DIV.menu A:HOVER, DIV.menu A:VISITED
  {
  display: block;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  color: black;
  text-decoration: none;
  }

DIV.menu A:ACTIVE, DIV.menu A:HOVER
  {
  color: black;
  background: #99ccee;
  }


/******************************************************************/
/* Banner across top of page                                      */
/******************************************************************/
DIV.vfabanner
  {
  color: black;
  background: #bbddff url(/bannershadow.gif) top left no-repeat;
  padding: 10px;
  padding-right: 28px;
  font-family: verdana, geneva, arial, helvetica, sans-serif;
  font-weight: bold;
  text-align: right;
  }


/******************************************************************/
/* Main display area                                              */
/******************************************************************/
DIV.main
  {
  padding: 20px 12px 32px 24px;
  }

DIV.main TD
  {
  line-height: 166%;
  }

H1, H2
  {
  font-weight: normal;
  line-height: normal;
  color: #0066CC;
  }

SPAN.maplink
  {
  font-weight: normal;
  font-size: 8pt;
  }

A.inline, A.inline:VISITED
  {
  text-decoration: underline;
  }

INPUT.modern, TEXTAREA.modern, INPUT.sitesearch
  {
  border: solid black 1px;
  background: #f0f8ff;
  width: 90%;
  }


/******************************************************************/
/* Sidebar                                                        */
/******************************************************************/
TD.sidebar
  {
  background: #f0f8ff;
  }

DIV.sidebarheader,
H2.sidebarheader
  {
  width: 100%;
  padding: 4px;
  background: #0066CC;
  color: white;
  font-weight: bold;
  text-align:center;
  }

H2.sidebarheader
  {
  font-size: medium;
  margin-top: 0; 
  margin-bottom: 0;
  }

DIV.sidebarbody
  {
  color: black;
  padding-left: 6px;
  padding-right: 4px;
  }

TABLE.barcharts TD
  {
  padding-bottom: 2px;
  padding-right: 2px;
  color: black;
  }

DIV.sidebarbody A:LINK, DIV.sidebarbody A:VISITED
  {
  color: black;
  }

DIV.sidebarbody A:HOVER
  {
  color: navy;
  }

DIV.sidebarpics
  {
  padding: 1px 12px 20px 12px;
  }


/******************************************************************/
/* Vertical Image Tray                                            */
/******************************************************************/
td.verticaltray img
  {
  display: block;
  margin-bottom: 8px;
  }


/******************************************************************/
/* Home Page                                                      */
/******************************************************************/
H1.homepage
  {
  font-family: tahoma, geneva, arial, helvetica, sans-serif;
  font-size: 26pt;
  font-weight: bold;
  padding-top: 16px;
  padding-bottom: 10px;
  margin: 0;
  }

H2.homepage
  {
  font-family: tahoma, geneva, arial, helvetica, sans-serif;
  font-size: 23pt;
  padding-top: 10px;
  margin: 0;
  }

P.homepage
  {
  font-weight: bold;
  line-height: 175%;
  padding-left: 6px;
  padding-right: 10px;
  }

P.homepage A
  {
  display: block;
  text-align: center;
  background: #bbddff;
  }

P.skillzone
  {
  text-align: right;
  font-size: x-small;
  padding-right: 20px;
  }


/******************************************************************/
/* Directory Listing                                              */
/******************************************************************/
TABLE.directory TD
  {
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: solid #c0c8ff 1px;
  }

UL.testimonial
  {
  margin-left: 0;
  padding-left: 0;
  }

UL.testimonial LI
  {
  list-style-position: inside;
  padding-bottom: 14px;
  }


/******************************************************************/
/* FAQs and Common Terminology                                    */
/******************************************************************/
TD.faq H2, TABLE.terminology H2
  {
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-size: 100%;
  font-weight: bold;
  color: black;
  }


/******************************************************************/
/* Modifications for graphical users                              */
/******************************************************************/
@media screen
  {
  DIV.invisible
    {
    display: none;
    }
  }

/******************************************************************/
/* Modifications for printing                                     */
/******************************************************************/
@media print
  {
  BODY
    {
    background: white;
    }

  DIV.invisible
    {
    display: none;
    }

  TD.menu, SPAN.noprint, SPAN.maplink
    {
    display: none;
    }

  DIV.main
    {
    padding-left: 0px;
    }
  }
