/* Monthly Planner Styles created 05-06-2010 by Mel Knoyle*/

    /* tag rules */
      body {font-family: helvetica, sans-serif;color:#000000;text-align: center; margin:auto auto;}
      table {font-weight: 400;border:1px solid #000000;border-collapse:collapse;width:660px;margin-top: 16px;}
      td {font-size:1em; font-weight:500; border:1px solid #000000;height: 31px;}
      tr.cal { font-size: 0.6em;}

   /* id rules */
      #wrapper  {width:660px;font-size:12px; text-align:center;margin: auto auto;}
      #title {font-weight: 900; font-size: 36px; padding-top:10px;}
      #month {font-size: 26px;} 
      #picture {padding-top: 50px;padding-bottom: 10px;}
      #who, #dte, #edte, #wait1 {font-size:18px;font-weight:300;}
      #hide { font-size:1.5em; color: #ff0000;font-weight:bold;}
      
    /* class rules */
      .header {font-size:1.4em;font-weight:400;}
      .frm {width: 640px;background-color: #e0e0e0; color: #000000; border:6px groove #fff8bf;text-align:center; margin:auto auto;}
      .small {font-size: 1em;font-weight: bold;} 
      .today {color: #ef0000;}
      .calendar {width:320px; border: 6px ridge #fff8bf; text-align:center; margin: 28px  auto 8px auto; font-size: 26px;}
      .center {text-align: center; margin: auto auto;}
      .button {font-size:16px;font-weight:900;background-color:#c0c0c0;color:#000000;border:2px outset #f0f0f0;}
      .button {text-align: center; margin:auto auto; text-decoration: none;}
      .col1 {width:2%;}
      .col2 {width:60%;}
      .col3 {width:30%;}
      .col4 {width:8%;}
      .pagebreak {page-break-before: always;}  /* Define hard page breaks for printer.  */

