/*  A comment since style sheet actions on the first line do not always work */
/*  Style sheet developed by GLB in January 2009 */
/*  The following is a list of columns which would not be displayed on handheld equipment */

  th.codriver      { display : none }
  td.codriver      { display : none }
  th.nat           { display : none }
  td.nat           { display : none }
  th.ctown         { display : none }
  td.ctown         { display : none }
  th.entrant       { display : none }
  td.entrant       { display : none }
/* this list may need modified after any changes in webmake.e */


/* header table */
  table.header     { display : none }
/* footer button table */
  table.footerb    { display : none }

/* footer pda table */
  table.footerp    { background-color : #ffffff ;
                     width : 100% ;
                     text-align : center ;
                     font-size : x-small ;
                     vertical-align : middle ;
                     border-style : none }

  td.foot_pda      { text-align : center ;
                     font-size : x-small ;
                     font-weight : bold ;
                     vertical-align : middle ;
                     border-style : solid ;
                     border-width : 0px 0px 0px 0px ;
                     border-color : #000000 #000000 #000000 #000000 }

