#documentContent .captionWannaB {
    width: 100% !important;
}

#documentContent .figuresBox {
    margin: auto !important;
}

#documentContent CAPTION, #documentContent TD, #documentContent TH {
    padding: inherit !important;
}

#documentContent p.citeDetail, #documentContent p.Signature {
    margin-right: inherit !important;
}

#pnlDocumentContent {
    width: 85%;
}

table {
    background-color: #f2f2f2;
}

#wrapper {
    display: flex;
}

.hide {
    display: none;
}

/* Style definition for a Subclass .SEARCH; mainly used for the links in search results*/
.search {
	font-size : small;
	text-decoration : underline;
	color : #000099;
}

A:Visited.search {
	font-size : small;
	text-decoration : underline;
	color : #000099;
}

A:Hover.search {
	font-size : small;
	text-decoration : underline;
	color : brown;
}

SPAN.L2graphic {
	margin-left : 10px;
}

/* Style definition for the link subclass linkbullet for My Intraparl items  */
.linkbullet-MIP {
	font-size : x-small;
	text-decoration : none;
	background-repeat : no-repeat;
	height : 16px;
	padding-left: 0px;
	margin-left : 3px;
	padding-bottom : 2px;
}

A:Visited.linkbullet-MIP  {
	font-size : x-small;
	color : #000099;
	text-decoration : none;
	background-repeat : no-repeat;
	height : 16px;
	padding-left: 0px;
	margin-left : 3px;
	padding-bottom : 2px;
}

A:Hover.linkbullet-MIP  {
	font-size : x-small;
	color : brown;
	text-decoration : underline;
	background-repeat : no-repeat;
	height : 16px;
	padding-left: 0px;
	margin-left : 3px;
	padding-bottom : 2px;
}

.unavailableLink {
	font-size : x-small;
	text-decoration : none;
	color : #7A7A7A;
	background-repeat : no-repeat;
}

.notAvailable {
	font-size : xx-small;
	color : black;
	margin-left : 0px;	
	padding-bottom : 0px;
}

.unavailableLink-M3 {
	font-size : x-small;
	color : #7A7A7A;
	text-decoration : none;
	background-repeat : no-repeat;
	height : 16px;
	padding-left: 0px;
	margin-left : 26px;
	padding-bottom : 2px;
}

.unavailableLink-M4 {
	font-size : x-small;
	margin-top: 0px;
	color : #7A7A7A;
	text-decoration : none;
	background-position : top;
	background-repeat : no-repeat;
	height : 16px;
	margin-left : 52px;
	padding-bottom : 0px;	
	padding-left: 0px;
}

.unavailableLink-M5 {
	font-size : x-small;
	color : #7A7A7A;
	margin-top: 3px;
	text-decoration : none;
	background-position : top;
	background-repeat : no-repeat;
	height : 0px;
	margin-left : 78px;
	padding-bottom : 2px;	
	padding-left: 0px;
}
/* Remote Acess Styles - ENDS */

/* Style definition for the +/-M (My Intraparl menu button items) Level 1 - 3 */
.MIP-L1 {
	font-size : x-small;
	float: left;
	margin-top: 3px;
	text-decoration : none;
	background-position : top;
	background-repeat : no-repeat;
	height : 0px;
	margin-left : 0px;
	padding-bottom : 2px;
}

.MIP-L2 {
	font-size : x-small;
	float: left;
	margin-top: 3px;
	text-decoration : none;
	background-position : top;
	background-repeat : no-repeat;
	height : 0px;
	margin-left : 26px;
	padding-bottom : 2px;
}

.MIP-L3 {
	font-size : x-small;
	float: left;
	margin-top: 3px;
	text-decoration : none;
	background-position : top; 
	background-repeat : no-repeat;
	height : 0px;
	padding-left: 13px;
	margin-left : 38px;
	padding-bottom : 2px;
}

/* Style definition for Sub-Heading titles in the body pages */
.subsectiontitle {
	font-size : 10pt;
	color : #333333;
	text-transform : uppercase;
	text-align : center;
	font-weight : 700;
	background-color : #F2E7CC;
	padding : 2px;
	margin-bottom : 3px;
	margin-top : 3px;
	height : 5px;
}

/* Style definition for introduction paragraphs in the index pages */
.introduction {
	font-size : 10pt;
	color : #000000;
	padding : 3px;
	margin-bottom : 6px;
	margin-top : 3px;
	margin-left : 5px;
}

.introduction-MIP {
	font-size : 10pt;
	color : #000000;
	padding-left : 3px;
	margin-bottom : 2px;
	margin-top : 0px;
	margin-left : 3px;
	height : 0px;
}

.sub-cat {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-transform : uppercase;
	height : 22px;
}

P.box-rose {
	background-color : #EBDEDE;
	margin-left : 10%;
	margin-right : 10%;
	padding : 5px 10px 5px 10px;
	border : thin solid #990000;
	font-size : xx-small;
}

P.box-silver {
	background-color : #EDEDED;
	margin-left : 10%;
	margin-right : 10%;
	padding : 5px 10px 5px 10px;
	border : thin solid Gray;
	font-size : xx-small;
}

P.box-green {
	background-color : #CCCC99;
	margin-left : 10%;
	margin-right : 10%;
	padding : 5px 10px 5px 10px;
	border : thin solid Olive;
	font-size : xx-small;
}

P.box-blueoutline {
	background-color : White;
	margin-left : 10%;
	margin-right : 10%;
	padding : 5px 10px 5px 10px;
	border : thin solid #0033CC;
	font-size : xx-small;
}

P.footer {
	font-style : italic;
	font-size : xx-small;
	border-top-color : Gray;
	border-top-width : thin;
	border-top-style : solid;
	margin-right : 50px;
	margin-left : 50px;
	text-align : center;
	padding-top : 5px;
}

.PROVISIO
{
	font-size : x-small;
	font-style : italic;
	color : gray;
}

/* Style definitions for the TABLES */
TABLE.content {
	width : 520px;
}

TD {
	font-size : x-small;
}

th {
    text-align: center;
}

TD.index-leftcol {
	width : 256px;
	padding : 2px;
	vertical-align : top;
}

TD.index-rightcol {
	width : 255px;
	padding : 2px;	
	vertical-align : top;
}

STRONG {
	font-weight : bold;
}

OL {
	font-size : x-small;
}

OL.roman {
	font-size : x-small;
	list-style-type : lower-roman;
}

.viewer UL {
	font-size : x-small;
	margin-top: 3px;
	margin-left: 51px;
}

blockquote {
	font-weight : normal;
	font-size : x-small;
}

.JSMSG {
	font-size : 11px;
	float: left;
	margin-top: 10px;
	text-decoration : none;
	background-position : top; 
	background-repeat : no-repeat;
	height : 0px;
	padding-left: 5px;
	margin-left : 0px;
	padding-bottom : 2px;
}

.Topic {
	font-size : x-small;
	text-decoration : none;
	color : black;
}

.Topic2 {
	font-size : x-small;
	text-decoration : none;
	color : gray;
}