

#agenda table
{
/*   width: 467px; */
   margin:  0px;
   padding: 0px;
   border-spacing: 0px 0px;
   border: 0px solid #777;
}

#agenda th
{
   width: 100%;
   margin:  0px;
   padding: 3px 3px 3px 5px;
   border-top: 2px solid #777;
   font-size: 0.32cm;
   font-family: verdana, arial, sans-serif;
   font-weight: bold;
   color: #000;
   background: #fbeed7;
}

#agenda td
{
   vertical-align: top;   
   padding:  2px 0px 2px 5px;
   border-bottom: 1px solid #777;
   font-size: 0.27cm;
   font-family: verdana, arial, sans-serif;
   color: #333;
   background: #fbf9f6;
}

#agenda td img
{
  visibility: hidden;
}

/*
#agenda tr>td
{
   width: 30%;
}
*/

#agenda .agenda-category
{
   font-weight: normal;
   font-style: normal;
}

#agenda .agenda-date
{
   font-weight: bold;
   font-style: normal;
}

#agenda .agenda-time
{
   font-weight: bold;
   font-style: normal;
}

#agenda .agenda-room
{
   font-weight: normal;
   font-style: normal;
}

#agenda .agenda-title
{
   font-weight: bold;
   font-style: normal;
}

#agenda .agenda-speaker
{
   font-weight: normal;
   font-style: italic;
}

#agenda .agenda-affiliation
{
   font-weight: normal;
   font-style: italic;
}




