@charset "utf-8";

/* JB: Need to understand better */

#shellcontent {
	margin-top: 5px;
	background-color:#FFFFFF;
}
#simplenav #left {
	width: 40%;
	float: left;
	text-align: left;
	padding: 0.5em;
}
#simplenav #right {
	width: 40%;
	float: right;
	text-align: right;
	padding: 0.5em;
}
.greenBox {
	padding: 10px;
	margin: 5px;
	border: #00833f 2px solid;
}
._idGenBNMarker-4, .ParaNumbers {
	padding-right: 20px;
}

h4 {
	margin-top: 15px;
}

/********************Paragraph Styles*******************/
p {
	line-height: 120%;
}

.ParaContinued {
	margin-top: 10px;	
}

.Para2 {
	padding-left: 1em;
}

.Para3 {
	padding-left: 2em;
}

.FMParaRightAligned {
	text-align:right;
}

.FMParaCentreAligned {
	text-align:center;
}

.FMPara{
	line-height: 1.2em;
}

/*****************************Classes**********************/
.ToC1 {
	padding-left: 20px;
	font-weight: bold;
}
.ToC2 {
	padding-left: 40px;
}
.ToC3 {
	padding-left: 60px;
}

ul.UnorderedList1 {
	padding-left: 3em;
	list-style-type: disc;
}
ul.UnorderedList2 {
	padding-left: 6em;
	list-style-type: circle;
}

.Para1Span, .Strong-Frutiger, .ChapterHeading1Span, .Para2Span, .Para3Span, .OrderedList1Span, .AppendixPara1Span, .AppendixHeading1Span, .AppendixPara2Span, .AppendixPara3Span, .AppendixOrderedList1Span, .BoxPara1Span, .BoxPara2Span, .BoxPara3Span, .BoxOrderedList1Span, .CRPara1Span, .EvidenceList1Span {
	padding-right: 1em;
}

.FootnoteText {
	font-size: .8em;
}

.Recommendation {
	font-weight:bold;
	font-style:italic;
}
.Quote {
	padding-left: 6em;
	padding-right: 3em;
}

.jcsi-ol{
	list-style-type: lower-roman;
}

.jcsi-ol li {
                padding: .5em;  
}


/* Images */
img {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.QuestionNumber {
	text-align:right;
}


/* JB: Probably no longer active*/

.Subscript {
	font-variant: small-caps;
	vertical-align: sub;
	font-size: 50%;
}
._idFootnote {
	margin: 0px;
}
._idFootnoteLink {
	font-variant: small-caps;
	/*vertical-align: super;*/
	font-size: 60%;
	color:#707070;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
	line-height: 0;
}


/*******************Special Reports*************************/


.SpecialReport {
	list-style-type:none;
}

.SpecialReport li {
	padding: 5px;
}

/********************TABLE STYLES*****************************************/

/********************Table Caption/ Source*************************/
.Caption{
	font-size: .85em;
	font-weight: bold;
	color: #333;
	margin-top: 15px;
}

.Source{
	margin-top: 10px;
	font-size: .9em;
	line-height: 1.4em;
}

/********************No-Table-Style*******************************/
.No-Table-Style{
	padding: 5px;
	border: 2px solid #00632F;
	margin-bottom: 20px;	
}

.No-Table-Style td{
	font-size: 1em;	
	border:none;
}

.No-Table-Style tr{
	border: none;	
}

/**********************Borderless Table****************************/
.Borderless-Table, .ESC-tables_ESC-Chapter-Table, .ESC-tables_ESC-Not-important-table {
	border:none;
	margin-bottom: 20px;
	font-size: 1em;	
}

.Borderless-Table tr, .Borderless-Table td {
	border:none;	
}

.Main-Body-Table-Cells_Borderless-Cell {
	border:none;
	padding: .5em;
	font-size: 1em;
}

/*********************European Scrutiny Tables*******************************/
.ESC-tables_ESC-Chapter-Table td, .ESC-tables_ESC-Not-important-table td {
	padding: 5px;
	border: none;	
}

.ESC-tables_ESC-Not-important-table td, .ESC-tables_ESC-Chapter-Table td {
	vertical-align: top;	
}

/*********************Bordered-Table / Normal-Table******************************/
.Bordered-Table, .Normal-Table {
	border: 2px solid #00632F;
	border-collapse: collapse;
	margin-bottom: 15px;
}

.Main-Body-Table-Cells_Bordered-Header-Cell, .Normal-Table-Cells_Normal-Header-Cell {
	font-weight: bold;
	color:#fff;
	background:	#00632F;
	padding: .5em;
}

.Main-Body-Table-Cells_Bordered-Header-Cell p, .Normal-Table-Cells_Normal-Header-Cell, .TableHeading {
 	display: table-cell;
	vertical-align: middle;
	padding-top: .5em;
	padding-bottom: .5em;
}

.Bordered-Table td, .Bordered-Table tr, .Normal-Table, .Normal-Table tr {
	border: 1px solid #000;
	
}

.Bordered-Table td, .Normal-Table td {
	font-size: 1em;
	padding: .5em;
}

/*Optional Styling: verticaly aligns cell contents to middle - might not work with certain tables**/
/*.Bordered-Table td p{
	display:table-cell;
	vertical-align:middle;	
}*/


/*********************Witness-Table********************************/
.Witness-Table {
	margin: 5px 5px 5px 0px;
}

.Witness-Table td{
	font-size: 1em;	
}

.Witness-Table-Cells_Left-Witness-Cell {
	float: left;
	width: 850px;
	
}

.Witness-Table-Cells_Right-Witness-Cell {
	float: left;
	white-space: nowrap;
}

.Witness-Table:after{
	content: ' ';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

/*********************Formal Minutes Table**************************/
.FM-Table {
	margin: 20px auto;
	border: none;
}

.FM-Table td {
        padding: .9em;  
        font-size: 1em;
        border:none;
        vertical-align:top;
}


.FM-Table Formal-Minute-Table-Cell{
	border:none;	
}

.FMTitle {
	text-align:center;
}

/***********************Past Reports Table***************************/
.Past-Report-Table {
	border: none;
	font-size: 1em;
	width: 100%;
}

.Past-Report-Table-Cells_Left-Past-Report-Cells, .Past-Report-Table-Cells_Middle-Past-Report-Cells, .Past-Report-Table-Cells_Right-Past-Report-Cells {
	vertical-align: top;	
}

.Past-Report-Table-Cells_Left-Past-Report-Cells {
	width: 15%;
}

.Past-Report-Table-Cells_Middle-Past-Report-Cells {
	width: 65%;
} 

.Past-Report-Table-Cells_Right-Past-Report-Cells {
	width: 10%;
}

/*********************Paragraph-styles-for-tables********************************/
.Table_Frutiger-Table-Body-Right {
	text-align:right;
}


/*FOOTNOTE LINK*/

._idFootnoteLink {
	font-size: .8em;
	position: relative;
	top: -0.4em;
}