/*
 *  Contains styles specific to RCMP documents.
 */

div.document.rcmp { }
div.document.rcmp > div.agency_logo {
	text-align: center;
}

div.document.rcmp > div.docheader_blk {  }
div.document.rcmp > div.docheader_blk > img.rcmp_logo { float: left; }

div.document.rcmp > div.title { display: block; }
/* div.desc has been replaced with div.title.  Remove when it is no longer referenced. */
div.document.rcmp > div.desc { display: block; }
div.document.rcmp > div.incident { display: table; }
div.document.rcmp > div.incident > div.label { display: table-cell; width: 120px; }
div.document.rcmp > div.incident > div.content { display: table-cell; }
div.document.rcmp > div.date { display: table; }
div.document.rcmp > div.date > div.label { display: table-cell; width: 120px; }
div.document.rcmp > div.date > div.content { display: table-cell; }
div.document.rcmp > div.time { display: table; }
div.document.rcmp > div.time > div.label { display: table-cell; width: 120px; }
div.document.rcmp > div.time > div.content { display: table-cell; }

div.document.rcmp > ul.participants {
	list-style-type: none;
	margin: 10px 0px;
	padding: 0px;
}
div.document.rcmp > ul.participants > li { display: table; margin: 0px; padding: 0px; }
div.document.rcmp > ul.participants > li > div.label { display: table-cell; width: 90px; }
div.document.rcmp > ul.participants > li > div.content { display: table-cell; }

div.document.rcmp  audio { width: 100%; }

div.document.rcmp > div.rtcc_cover_page {
	text-align: center;
}
div.document.rcmp > div.rtcc_cover_page > img.rcmp_logo {
	margin: 20px 0px 40px 0px;
}


/*
 *	RCMP witness interview transcripts are laid out slightly differently than the VPD transcripts.
 *	So, override some of the default transcript formatting here.
 */
div.document.rcmp > div.transcript_blk {  }
div.document.rcmp > div.transcript_blk div.tr_entry > div.stmt_num { }
div.document.rcmp > div.transcript_blk div.tr_entry > div.spkr {  }
div.document.rcmp > div.transcript_blk div.tr_entry > div.stmt {  }

div.document.rcmp > div.transcript_blk div.tr_entry > div.event_notice {
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}
