/* This file is the stylesheet for the archives pagegroup of the
   Action Racket Theatre web site. Among other things, it will
   control the appearance of table elements containing thumbnails
   for full-size drawings. */

/* TABLE ELEMENTS */

table {
        margin-left: auto;
        margin-right: auto;
        border-spacing: 0px;
}

table.drawing {
        border-spacing: 0px;
        margin-left: 0px;
        margin-right: 0px;
}

td {
       margin-left: auto;
       margin-right: auto;
       vertical-align: middle;
       border-bottom: 0pt;
}

td.no_border {
       border-top: 0pt;
       border-bottom: 0pt;
}

td.blue_noborder (
       border-top: 0pt;
       border-bottom: 0pt;
       background: #012595;
}

th {
       background: #012595;
       color: #ffffff;
}

p.caption {
       text-align: center;
       font-size: 9pt;
       font-weight: bold;
}

p.drawing_caption {
       text-align: center;
       font-size: 9pt;
       font-weight: bold;
       color: #012595;
}