
/**** Borders ****/

table.ticketinfo,
table.infotable,
#ticketnotes,
#ticketthread { padding: 0.4em; border: 1px solid gray; }

#ticketnotes table,
#ticketthread table { padding-top: 1em; border-top: 1px solid black; }

#ticketnotes table:first-child,
#ticketthread table:first-child { padding-top: 0; border-top: 0; }

/**** Miscellaneous ****/

a { color: navy; text-decoration: underline; }
th { text-align: left; }

/**** Ticket lists ****/

/* Borders in ticket lists */
#content div > table table td
{ padding: 0.2em; border-bottom: 1px solid gray; padding-top: 0.4em; }
#content div > table table th
{ padding: 0.3em; border-bottom: 2px solid black;
  border-top: 1px solid black; padding-top: 0.5em;
}

#content div > table table a { color: black; text-decoration: none; }
