
/****************************************************************
   Name:		Journals.css
   Description: Default style sheet for the Journals publication.
   Used by:     Journals-PE.xsl, Journals-web.xsl
****************************************************************/

/* Set base font size */
.publication-container-content {
    font-size: 10pt;
}

.publication-container-content > * {
    font-size: 1.05em;
}

/* START: MATCHING OLD STYLE*/
.publication-container-content {
    font-family: 'Roboto',sans-serif;
}
.publication-container-content h1{
    font-weight:bold;
}
.publication-container-content table{
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    width: 100%;
    border-spacing: 5px;
    
    border-collapse: separate;
    border-color: grey;
}
.publication-container-content td {
    width: 50%;
    padding: 0 10px;
    vertical-align: top;
}
/* END: MATCHING OLD STYLE*/

/* Global styles. */

.publication-container-content ul {
    margin-left: 10px;
}

.Bullet {
	font-size: 8.0pt;
	font-family: Wingdings;
	mso-char-type: symbol;
	mso-symbol-font-family: Wingdings;
}

/* Journals specific styles. */

td.Institution, td.DocumentName {
	/*text-align: center;*/
}

.Recommendation > .Title {
    font-size: 0.9em;
    line-height: 1.6em;
    font-style: italic;
    text-align: center;
}

.Recommendation > .Pursuant {
    font-size: 0.9em;
    line-height: 1.6em;
    font-style: italic;
    text-align: center;
    margin-bottom: 3pt;
}

.QuotePara{
    margin-left:17pt;
}

td.MemberProvince {
    text-align: justify;
    padding-top: 12pt;
    padding-bottom: 6pt;
    font-weight: bold;
    font-size: 0.85em;
    line-height: 1.1em;
}

.Constituency, .Affiliation {
    font-size: 0.85em;
    line-height: 1.1em;
}

td.LineSeparator {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

td.LineSeparator > hr {
    border-color: #427a26;
    border-width: 2px;
}

td.OrderOfBusiness, td.Rubric {
    text-align: left;
}

td.Para, td.ItemNote, td.SpeakersGroupingNote, td.DivisionPara {
    font-size: 0.85em;
    line-height: 1.1em;
    text-align: justify;
}

td.MotionGroupNumber {
	vertical-align: bottom;
	font-style: italic;
}

td.MotionNumber {
	text-indent: 0;
}

td.DivisionNumber {
	text-align: center;
    font-size:0.85em;
    line-height:1.1em;
    padding-bottom:6pt;
}

td.DivisionHeader {
    padding-bottom: 12pt;
}

td.DivisionHeader, p.DivisionType {
    font-family: Martel, Georgia, "Times New Roman", Times, serif;
    color: #427a26;
    font-size: 0.85em;
    line-height: 1.6em;
    text-transform: uppercase;
}

td.DivisionHeader, td.ItemLineAbove {
	text-align: center;
}

td.DivisionNil, td.DivisionTotal, td.DivisionType, td.DivisionTypeTitle {
	width: 100%;
	text-align: center;
}

td.DivisionItem {
    width: 25%;
    text-align: left;
    font-size: 0.85em;
    line-height: 0.9em;
}

td.AmendmentPara {
	padding-top: 10px;
}

.OrderOfBusiness {
    font-family: Martel, Georgia, "Times New Roman", Times, serif;
    color: #427a26;
    text-transform: uppercase;
    font-size: 1.1em;
    line-height: 1.6em;
}

.Rubric {
    font-size: 0.85em;
    font-family: Martel, Georgia, "Times New Roman", Times, serif;
    color: #427a26;
    text-transform: uppercase;
    line-height: 1.6em;
}

.publication-container td.Rubric {
    padding-bottom: 2px;
}

p.graphic {
	text-align: center;
}

span.NoIndent {
	text-indent: 0; 
	text-align: justify;
}

span.DivisionNil, span.DivisionItem {
    font-size: 0.85em;
    line-height:0.9em;
}

/* Committee Member List */
td.CommitteeName, td.ListOfMembers, td.SingleColumnMemberListStriking, td.SingleColumnMemberListChange {
	text-align: center;
}

td.TwoColumnMemberListStriking {
	width: 50%;
}

td.TwoColumnMemberListChange {
	width: 100%;
	margin-left: 40%;
	text-align: left;
}

p.CommitteeName {
	font-size:.85em;
    line-height:1.8em;
    font-weight:bold;
}

p.ListOfMembers {
	font-style: italic;
}