
/*
	Copyright (c) 2008, Luca Cervone (cervoneluca@gmail.com)

	All rights reserved.

	Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

	Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
	Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
	Neither the name of the University of Bologna nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
	IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.	
*/
body{
}

#maincontainer{
    width:1200px;
}

pre{
    font-size:9pt;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:Arial;
}


.xmlcode {
    font-size:9pt;
	padding-top:10px;
	word-wrap:normal;

}

.xmlcode ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.xmlcode ul li{
	margin-left:22px;
}

.expander{
    cursor:pointer;
    font-size:9pt;
    color:green;
    z-index:1;
    font-family:arial;
}

.codetag{
    color:#040498;
}

.close{
}

pre.c{
    color:#040498;
}

.codename{
    cursor:pointer;
    background-color:transparent;
    z-index:2;
}

.codecontainer{
	margin-left:10px;
}

.over{
    cursor:pointer;
    background-color:gold;
}

.clicked{
    background-color:yellow;
}

.codeattname{
    color:#F7A278;
}

.codeattvalue{
    color:#9A3503;
}

#doc_select_text{
        background-color:#FFFFFF;
	color:#000000;
	font-family:Verdana,sans-serif;
        font-size:10pt;
        text-align:center;
}

#doc_select_text #oSelect{
	width:9%;
}

#doc_select_text select{
	margin-left:5px;
	width:30%;
}

#midtext{
text-align:center;
}

#doc_select{
	border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
	background-color:#CB1508;
	color:#ffffff;
	font-family:Helvetica;
	padding-left:5px;
	padding-top:3px;
	width:574px;
	height:23px;
}

#doc_select a{
	font-size:10pt;
	color:#ffffff;
	font-family:Helvetica;
}

.related-sites {
font-size:9pt;
text-align:left;
margin-left:80px;
margin-bottom:5px;
padding-right:0px;
}

.io_label_1{
	font-size:10pt;
        font-weight:bold;
	margin-left:10px;
}

#doc_select #oSelect{
	width:9%;
}

#doc_select select{
	margin-left:5px;
	width:30%;
}

#doc_select_text .smallprint{
        font-family:Verdana,sans-serif;
        font-size:8pt;
        margin-bottom:2px;
}

#outline_loader{
	margin-left:5px;
}
#left{
	float:left;
        width:580px;
	height:550px;
	min-width:580px;
	font-family:Verdana,sans-serif;
}

#intro_xml{
	border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
	background-color:#FFFFFF;
	color:#000000;
	padding-left:1px;
        width:578px;
	height:93px;
        font-family:Verdana,sans-serif;
        font-size:9pt;	
}

#intro_xml ul{
margin-left:-15px;
}


#xml_doc{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height:550px; 
    width:579px;
    overflow:auto;
}

#loader_div{
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height:550px;
	width:580px;
	overflow:auto;
	displaY:none;
}

#right{
	float:left;
        width:580px;
	height:580px;
	margin-left:10px;
	padding-top:0px;
	min-width:600px;
	font-size:9pt;
	font-family:Verdana,sans-serif;
	position:relative;
	z-index:2;
}

#intro_html{
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color:#FFFFFF;
    color:#000000;
    height:93px;
    font-family:Verdana,sans-serif;
    font-size:9pt;	
    min-width: 620px;
    padding-left:1px;

}

#intro_html ul{
margin-left:-15px;
}


div#tab_switch_container{
	position:absolute;
	z-index:3;
	height:25px;
	font-family:helvetica;
	font-size:11pt;
}

ul#tab_switch_list{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:3;
	height:25px;
}

ul#tab_switch_list li.selected{
	display:block;
	float:left;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	padding-left:2px;
	padding-right:10px;
	background-color:#CB1508;
	color:#ffffff;
	cursor:pointer;
	font-weight:bold;
	font-size:10pt;
	padding-top:3px;
	height:23px;
	position:relative;
	z-index:3;
}

ul#tab_switch_list li.nselected{
	display:block;
	float:left;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	background-color:#EFEFEF;
	padding-left:2px;
	padding-right:10px;
	cursor:pointer;
	font-size:10pt;
	padding-top:3px;
	height:20px;
	position:relative;
	top:2px;
	z-index:3;
}

ul#tab_switch_list li#sem .selected{
	border-left:none;
}

ul#tab_switch_list li#tec .selected{
	border-left:none;
}

#html_doc{
	clear:both;
 	overflow:auto;
	border:1px solid black;
	text-align:justify;
	width:100%;
	height:550px;
	z-index:2;
	position:absolute;
	margin-top:26px;
}

#sem_doc{
	clear:both;
 	overflow:auto;
	border:1px solid black;
	text-align:justify;
	width:100%;
	height:550px;
	display:none;
	z-index:2;
	position:absolute;
	margin-top:26px;
}

#tec_doc{
	padding-top:0px;
	clear:both;
 	overflow:auto;
	border:1px solid black;
	text-align:justify;
	width:100%;
	height:550px;
	padding-left:10px;
	padding-right:20px;
	display:none;
	z-index:2;
	position:absolute;
	margin-top:26px;
}

#sem_doc a{
	color:#463229;
	border-bottom:1px solid #463229;
	text-decoration:none;
}

#tec_doc a{
	color:#463229;
	border-bottom:1px solid #463229;
	text-decoration:none;
}

#html_doc a{
	color:#463229;
	border-bottom:1px solid #463229;
	text-decoration:none;
}

#sem_doc ul{
	list-style-image:url('../loader/bullet.gif');
	list-style-type:square;
}

#tec_doc ul{
	list-style-image:url('../loader/bullet.gif');
	list-style-type:square;
}


#loader{
    width:50%;
    position:relative;
    left:42%;
    top:2%;
}

#loader_div img{
    position:relative;
    left:42%;
    top:42%;
}

.loader{
	display:inline;
	padding-left:3px;
}

.loader img{
	vertical-align:middle;
    border:none;
}

br.cb{
	clear:both;
}

#loader img{
    border:none;
}


/** HTML CSS **/
#html_doc {
	padding-left:10px;
	padding-right:10px;
}

#html_doc ol{
	list-style:none;
	margin:0px;
	padding:0px;
}


span.num{
    display:block;
    float:left;
	padding-right:5px;
	font-weight:bold;
}

span.heading{
    
	font-weight:bold;
	padding-right:5px;
}

div.preamble{
	text-align:justify;
}

div.preamble .preambleEnacted{
    padding-top:25px;
    padding-bottom:25px;
	text-align:center;
}

div.preface{
	text-align:center;
}

div.toc{
	text-align:left;
}

span.ActTitle{
	font-weight:bold;
}

span.ActDate{
	font-weight:bold;
}

span.ActType{
	font-weight:bold;
}

span.ActNumber{
	font-weight:bold;
}

span.ActProponente{
	font-weight:bold;
}

span.ActPurpose{
	font-weight:bold;
}

li p{
    margin-left:25px;
}

.from{
    font-weight:bold;
}

span.modification{
    display:block;
}

.bill .preamble{
    text-align:left;
}

.bill .preamble .toc{
    text-align:center;
}

.maincontent ol{
    margin:0px;
    padding:0px; 
}

div.bodyWithSidenotes
{
}

div.bodyWithSidenotes .hierarchy
{
    border-top: none;
    border-left: none;
}

div.bodyWithSidenotes .hierarchy .heirarchy_content
{
}

div.bodyWithSidenotes .hierarchy .num
{
}

div.bodyWithSidenotes .section
{
    border-top:none;
    padding-left:0px;
}

div.bodyWithSidenotes .part
{
    border-top:none;
    border-left:none;
    margin-left:0;
    padding-left:0px;
}

div.bodyWithSidenotes .sidenote
{
    width:10%;
    height:100%;
    position:relative;
    left:1%;
    top:2%;
    display:block;
    font-size:8pt;
}

div.bodyWithSidenotes .list
{
    margin-left:0;
}


div.bodyWithoutSidenotes
{
}

.part span.hierarchy_heading{
    display:block;
    text-align:center;
    margin-top:10px;
}

.section span.hierarchy_heading{
    display:block;
    text-align:center;
    margin-top:10px;
}

/*DOCTYPE JUDGEMENTS*/
.judgmentBody_container{
}

.judgment .header{
    height:auto;
}

.parties b{
    margin-left:270px;
}

.order b:before{
    content: " "
}

/* DOCTYPE DOC */
.doc_container .preface .heading{
    font-weight:bold;
}

.doc_container .preface .subheading{
    margin-top:30px;
}

.doc_container .preamble{
    margin-top:30px;
}

.doc_container .preamble .left{
    float:left;
    font-weight:bold;
}

.doc_container .preamble .right{
    margin-left:70%;
    font-weight:bold;
}

.doc_container .preamble .docDate{
    margin-left:80%;
    font-size:8pt;
    font-weight:normal;
}

.doc_container .preamble .docDate .ActDate{
    font-weight:normal;
}

.doc_container .preamble .heading{
    font-weight:bold;
    text-align:center;
    text-decoration:underline;
}


.doc_container .speech_hierarchy {
    margin-top:50px;
}

.doc_container .subdivision {
    margin-top:50px;
}

.doc_container .subdivision .dayperiod{
    display:block;
    font-weight:bold;
    text-decoration:underline;
    padding:10px;
}

.doc_container .subdivision .heading .left{
    display:block;
    float:left;
    font-weight:bold;
}

.doc_container .subdivision .heading .right{
    display:block;
    margin-left:20%;
    font-weight:normal;
}

.doc_container .subdivision .subheading .left{
    display:block;
    float:left;
    font-weight:bold;
}

.doc_container .subdivision .subheading .right{
    display:block;
    margin-left:20%;
    font-weight:normal;
}

.doc_container .subdivision .heading .center{
    display:block;
    text-align:center;    
}

.doc_container .subdivision .day{
    font-weight:bold;
    text-decoration:underline;
}

.doc_container .subdivision .num{
    margin-left:15%;
}

.doc_container .subdivision .other{
    margin-left:15%;
    margin-right:15%;
}

.doc_container .subdivision .date{
    font-weight:normal;
}

.doc_container .subdivision .other .heading{
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

.doc_container .indent{
    font-weight:bold;
    margin-left:5%;
}

/* DOCTYPE REPORT */
.report_container span.hierarchy_heading{
    text-align:left;
}

.report_container .heading{
    font-weight:bold;
}

.report_container table{
    border-spacing:0px;
    border-collapse:collapse;
    padding:0px;
}

.report_container table th{
    border:1px solid #000000;
}

.report_container table td{
    border:1px solid #000000;
}

.report_container .attachments ul{
    margin-left:0px;
    padding:0px;
    list-style:none;
}

/*AKOMA NTOSO PORTAL STYLES*/
div.portal-footer{
background-color:#da1509;
}

div#portaltop{
    min-width:1200px;
    width:100.2%;
    margin-bottom:5px;
}

div#portaltop img{
    min-width:1200px;
    width:100.2%;
    /*border:1px solid black;*/
}

div#portalbottom{
    min-width:1200px;
    width:100.2%;
    margin-top:20px;
}

div#portalbottom img{
    min-width:1200px;
    width:100.2%; 
    border:1px solid black;
}

div#portal-footer{
background-color:#da1509;
min-width:1240px;
}

#portal-colophon {
margin-top: 675px;
}

.colophonWrapper{
text-align:center;
font-size: 12px; 
color: #000000;
}
