/* dtax_x6_TRC.css v.04oct06                  */
/* adds block of members in midCol1 (sidebar) */
/*    plus define table col widths            */
/* links in a9_2trc.htm and a9_2trc_doc.htm   */

#link_lists              { width: 100%; }
#link_lists form.minutes { float: left; width: 50%; }
#link_lists form.agendas { float: left; }

#TRCmidCol1 { float: left; clear: left;
   background-color: white; font-size: 0.7em;
   margin-top: 1.5em; margin-left: 0.2em;
   padding: 0 0.2em;
   border: 1px solid #AD3C4A;                /* =solid */
   width: 20%; }

#TRCsideBar {
   margin: 0.3em 0.2em;                      /* [x] */
   padding-bottom: 0.2em;                    /* [x] */
   border: 1px none #00F; }                  /* [x] */
					     /* none | solid */
   /* [x] - shared w/ #sideBar, #left, #right, #center */

#TRCsideBar dt { margin-bottom: 0; }
#TRCsideBar dd { margin-top: 0; margin-left: 1.0em; }


table.recent th.date,
table.prior th.date    { width: 25%; }
table.recent th.title,
table.prior th.title   { width: 75%; }

