
/* Style sheet for the P&PMB web site */

/* Pre 2009 :The  styles for body, td and font were used for the pre-2009 pages.
               They worked for Internet explorer with our own pages and with photothumb pages 
               BUT
               - with Opera, headings and additions in photothumb were green 
               - with firefox, photothumb headings and additions were black  
               - with HP organiser heading is black but additions were red 

 The remainder were introduced in 2009 to improve the new pages, and make them changeable,  and to correct the inter-browser errors.
*/




body       {font-size: 90%;background-color: #ffffaa;color: #000090;font-family: sans-serif;padding-left:5px;padding-right:5px;}

table.main  {font-size: 90%;width: 100%}
                                                 /* used for the overall table on the main pages  */

td.wide    {width:23%;}                                                          /*for main tables*/
td.narrow  {width:2%;}

td         {font-size: 85%; background-color: #ffffaa;padding-left:5px;padding-right:5px;}            /* Background colour needed for old photothumb; 80% fits text into link boxes */

td.index1  {width: 6%; text-align:center;font-size:larger;}
td.index3  {width: 4%; text-align:center;font-size:larger;font-style:italic;color:#ff0000;}

div.navi     {text-align: center;}                                           /*  to centre navigation bar for IE*/
span.navi    {border: thin outset; padding-left:5px;padding-right:5px; font-size: 75%;}  

  .tab_5   {margin-left: 5%;}
  .center  {text-align:center;}
  .right   {text-align:right;}
  .left    {text-align:left;}
  
  .red     {color:#ff0000;}
  .blue     {color:#0000ff;}
   
  .italic  {font-style:italic;}
  
  .larger   {font-size:130%;}
  .smaller  {font-size:80%;}
  .bolder   {font-weight:bolder;}
  
  .size_sb    {font-size:75%;}                    /* For side bar and family tables */
  
  .size_wn    {font-size:90%;}                      /* For What's New table*/
 
 image      {border-style:none;}                            /* ensures absence of image border*/
                                                              /* does not work with firefox browser*/



span.head      {color:#ff0000;}                                    /* used for headings on text paragraphs   */

span.ihead      {color:#ff0000;font-style:italic;font-size:130%;}  /*Used for text/date headings on main table pages   */



h1,h3,h4,h5    {color: #ff0000;font-family: sans-serif; font-weight:normal;}      /*h4 used on family pages & for sub headings in photothumb; h5 used in sidebar*/

h2             {color: #ff0000;font-family: sans-serif;font-weight:normal;text-align:center;}    /*main heading for all pages*/


a:link     {color: #0000ff;text-decoration:none;}

a:visited  {color: #800080;text-decoration:none;}                                /* visited link only operative after link*/

a:hover    {color: #ff00ff;font-weight:bold;}                                 /* hover link only operative after link*/


a.head:link 	 {color: #ff0000;font-weight:normal;text-decoration:none;}    /* Text; for links as colored heading for text paragraphs*/

a.head:visited   {color: #ff0000;font-weight:normal;text-decoration:none;}

a.head:hover     {color: #ff00ff;font-weight:bold;}


a.midhead:link 	 {color: #000090;font-weight:normal;text-decoration:none;font-size:120%;}    /* Main table pages for links as colored heading for text paragraphs*/

a.midhead:visited   {color: #000090;font-weight:normal;text-decoration:none;font-size:120%;}

a.midhead:hover     {color: #ff00ff;font-weight:bold;font-size:120%;} 


a.bighead:link 	 {color: #ff0000;font-weight:normal;text-decoration:none;font-size:150%;}    /* Main table pages for links as colored heading for text paragraphs*/

a.bighead:visited   {color: #ff0000;font-weight:normal;text-decoration:none;font-size:150%;}

a.bighead:hover     {color: #ff00ff;font-weight:bold;font-size:150%;} 




/* specifically for text items in photothumb  */

p.pth   {text-align: center; font-size: 100%; color: #ff0000;}  /*heading*/

p.ptc	{text-align: center; font-size: 100%; color: #000090;}  /*first text*/

p.ptr	{text-align: right; font-size: 75%; color: #000090;}    /*second text*/

div.ptr	{text-align: right; font-size: 75%; color: #000090;}    /*second text*/

font       {font-family: sans-serif;}                      /*Required for font in pre-2009 photothumb */
                                                           /*  putting an illegal color statement in font,    */
                                                           /*      allows one to colour the picture captions; */
                                                           /*        this produces a lot of color elsewhere in photothumb */


/******************************unused***************************/

/*



p.textfl     {color: #000090;font-size: 100%;font-family: sans-serif}

p.textfl:first-line {color: #ff0000; font-weight=normal;}

*/





