﻿/* –––––––––––––––––––––––––––––––––––––––––––––––––––––––––---------------––––––––––––- */
/*		                 STYLE SHEET FOR TRANSCRIPTIONS ON SOUTHHAMS WEB SITE          	 */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––---------------–––––––––––––––- */

/* Call this style sheet using the following link command:                               */
/*     <link rel="stylesheet" type="text/css" href="../../transcript.css">               */
/* along with the "common" stylesheet link, changing the number of ../ as appropriate    */

/* ===================================================================================== */


/* tables */
table 		{ border-width: 1px; max-width:960px; border-collapse: collapse; }
table.w40	{ width: 40%; margin-top:18pt; background-color: #e1e1e1; border-width: 2px; border-color: #e1e1e1; }
table.w60	{ width: 60%; margin-top:18pt; background-color: #e1e1e1; border-width: 2px; border-color: #e1e1e1; }
table.w80	{ width: 80%; margin-top:18pt; background-color: #e1e1e1; border-width: 2px; border-color: #e1e1e1; }
table.w100	{ width: 100%; margin-top:18pt; background-color: #e1e1e1; border-width: 2px; border-color: #e1e1e1; }

td, th  	{ font-size: 11pt; text-align: left; border: 2px solid grey; padding: 2px 3px; }
th 			{ font-weight : bold; }

/* faint text -- used in indexes to indicate initial not present */
mark.no 	{ color:#888888; background: none; }

/* red text -- used in some trannies to indicate difference between register and BT */
mark.red	{ color:#FF0000; background: none; }
