/*
 *  Contains styles specific to Vancouver Police Dept documents.
 */

div.document.vpd {
/*	margin: 4px;
	background-color: white;*/
}
div.document.vpd > div.docheader_blk {
}
div.document.vpd > div.docheader_blk > img.vpd_logo {
	float: left;
}

div.document.vpd > div.agency_logo {
	text-align: center;
}
/*
 *	Renamed div.desc to div.title - remove div.desc when no longer referenced.
 */
div.document.vpd > div.desc {
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}
div.document.vpd > div.title {
	font-weight: bold;
	font-size: 16pt;
	text-align: center;
}
div.document.vpd > div.date {
	text-align: center;

}
div.document.vpd > div.incident {
	text-align: center;

}

div.document.vpd > ul.participants {
	list-style-type: none;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	margin: 10px 0px;
	padding: 10px 0px;
}
div.document.vpd > ul.participants > li {
	text-align: center;
}

div.document.vpd  div.transcript_blk  div.event_notice {
	font-weight: bold;
	text-align: left;
	margin: 6px 0px;
}
div.document.vpd  div.transcript_blk.v2  div.event_notice {
	margin: 6px 0px 6px 65px;
}

div.document.vpd  div.transcript_blk  div.transcriber,
div.document.vpd  div.transcript_blk  div.proofer {
	text-align: right;
}


/*
 *  RTCC cover page.
 *  The formatting on the RTCC cover pages seems to be inconsistent from one RTCC to the next
 *  so, for each one, the styles used therein are defined in the HTML file.  Only the common
 *  styles are defined here.
 */
div.document.vpd > div.rtcc_cover_page {
	text-align: center;
}
div.document.vpd > div.rtcc_cover_page > img.vpd_logo {
	margin: 20px 0px 40px 0px;
}
