/*******************************************************************
*             David's green CSS layout for www.pjort.com.          *
*                                                                  *
*  Items starting with "t_" like for instance "t_color: #00b000;"  *
*  are not in use.                                                 *
********************************************************************/


  body { background: #ffffea; 
         background-image: url("bg_rand3.gif") 
  }

  body, table { font: 10pt  verdana, arial, sans-serif; 
  }


  /* Page heading. */
  h1 { color: #00c000; 
       text-align: center;
       font-family: tahoma, verdana, arial, sans-serif; 
       font-style: italic;
       font-weight: 800;
       font-size: 24pt;
  }

  /* Green subheading for page "elallergi". */
  h2 { color: #00c000; 
       text-align: center;
       font-family: tahoma, verdana, arial, sans-serif; 
       font-style: italic;
       font-weight: 800;
       font-size: 18pt;
  }

  /* Section heading when no columns. */
  h3 { font-family: verdana, arial, sans-serif; 
       font-weight: 700;
       font-size: 13pt;
  }

  /* Column section heading. */
  h4 { font-family: verdana, arial, sans-serif; 
       font-weight: 700;
       font-size: 12pt;
  }


  div { border-style: dashed;
        border-style: none;
        border-width: 1px;
        border-color: #00c000;
  }


  .menubox { position: absolute;
             top: 10px;
             left: 8px;
  }

  .mainbox {  position: absolute;
              top: 10px;
              left: 143px;
              right: 8px;
  }



/* Note, these only work in IE 5.5 if no columns are used 
   inside the nocol_mainbox. These are used on page "daem". */

  .nocol_menubox { width: 115px;
                   float: left;
  }
  .nocol_mainbox { margin-left: 137px;
  }
  .t_allbox { clear: both;
  }
  .t_allbox { position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
  }
  .imagetitle { font-family: verdana, arial, sans-serif; 
                font-weight: 700;
                text-align: center;
                font-size: 13pt;
  }



  .titlebox { text-align: center;
  }

  .columnbox1 { width: 48%;
                float: left;
  }

  .columnbox2 { width: 48%;
                float: right;
  }

  .columnboxall { clear: both;
  }

  .col_research_right { width: 130px;
                        float: right;
                        text-align: center;
  }

  .col_research_left { margin-right: 150px;
  }


  


  .infobox { padding: 8px;
             background: #bbFFbb;

             color: #008000;
             font: 10pt  tahoma, verdana, arial, sans-serif;
             
             /* t_white-space: nowrap; */     /* Nifty, but I prefer to use <nobr>. */
  }
  .infoboxtitle { font-size: 12pt;
  }


  .footerbox { clear: both;

               border-top-style: solid;
               border-top-width: 2px;
               border-color: #00c000;

               font-size: 8pt;
               color: #00c000;

               padding: 4px;
               padding-bottom: 7px;
  }
  .datebox { float: left;
             margin-left: 8px;
             margin-right: 10px;
             padding: 4px;
             white-space: nowrap;
             width: 12%;
  }
  .counterbox { float: right;
                margin-left: 10px;
                margin-right: 13px;
                width: 10%;
                text-align: right;
  }
  .copyrightbox { padding: 4px;
                  text-align: center;
  }
