/**
 *	Contains styles specific to the "legal" section of the website.
 */


/**
 *	Tables - This is primarily for the tables of filed court documents.
 */
table.legal_file {
	table-layout: fixed;
	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.legal_file tr {
}
table.legal_file th, table.legal_file td {
	border-style: solid;
	border-width: 1px;
	padding: 1px 5px;
}
table.legal_file th {
}
table.legal_file td {
}

/* The styles of each table column */
th.legal_date {
	width:	65px;
}
th.legal_filed_by {
	width:	60px;
}
th.legal_desc {
	width:	125px;
}
th.legal_comment {

}
table.legal_file th.media {
	width: 100px;
}
table.legal_file th.party {
	width: 150px;
}

span.party_role {
	font-size: 110%;
	vertical-align: top;
}
span.party_employer {
	font-size: 105%;
	vertical-align: top;
}
