/* Heart of Texas Bears web stylesheet for the newsletter table in the content area (screen/printer). */

div#content table {
   text-align: center;
   background: #F8E6BE;
   border: 3px solid #BD6317;
   border-collapse: collapse;
   border-spacing: 0;
   empty-cells: show;
   table-layout: auto;
   width: auto;
   margin: 1em auto 0 auto;
}

div#content col.colOdd {
   width: 6em;
}

div#content col.colEven {
   width: 6em;
   background: #FFEFCF;
   border-left: 1px solid #BD6317;
   border-right: 1px solid #BD6317;
}

div#content th {
   border-bottom: 3px solid #BD6317;
   padding: .3em;
   font-size: 1.2em;
}

div#content td {
   padding: .3em;
   border-bottom: 1px solid #BD6317;
}
div#content td a {
   text-decoration: none;
}
div#content td.notYetPublished {
   color: #C4C4C4;
   font-style: italic;
}

div#content caption {
   caption-side: top;
   text-align: center;
   font: medium Tahoma, Arial, sans-serif;
   margin-left: auto;
   margin-right: auto;
}

div#content table.newsletters caption {
   font-weight: bold;
}

div#content hr.tableSpacing {
   margin-top: 2em;
   margin-bottom: 1em;
}

