﻿/* -------------------------------------------------------------- 
  
 Hartija Css Print  Framework
   * Version:   0.8 (2008-03-10)
    * Modified by Line Industries
	 
-------------------------------------------------------------- */

body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 14pt; 
font-family: Helvetica, Arial, sans-serif; 
color:#666; 
background: none; 
font-size: 10pt; 
}

/*Headings */
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
h1{font-size:28pt;}
h2{font-size:18pt;}
h3{font-size:14pt;}
h4,h5,h6{font-size:14pt;}

h1, 
.home_panes_lower h2,
.subContent h2 {
	position:relative;
	font-size:18pt !important;
	line-height: 18pt;
	margin:0 0 20px 0;
	padding:0 0 6px 0;
	color: #1E1C77;
	font-weight: bold;
	border-bottom: solid 4px #A39360;
	}
.mainContent h1 {
    font-size:15pt !important;
    }	
h2 {
	font-size:10pt;
    color: #1E1C77;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    }  
	
.jobtitle {
    color:  #A39360;
    font-weight: bold;
    }
.fastFacts {
    font-weight: bold;
    line-height: 10pt;
    }    
.fastFacts h3 {
	font-weight: bold;
	border-bottom: solid 4px #A39360;
	color: #666;
	position:relative;
	font-size:15pt;
	margin:0 0 5px 0;
	padding:0 0 8px 0;
	}	
.fastFacts .intro {
	font-size: 13pt;
	line-height: 14pt;
	margin-bottom: 5pt;
	display: block;
	}	
.fastFacts hr {
	border: none 0;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin:5px 0;
	border-top: solid 1px #A39360 ;/*the border*/
	}    	
.fastFacts .figure {
	display: block;
	font-size: 25pt;
	line-height: 1.0em;
	font-weight: bold;
	color:  #A39360;
	border-top: solid 4px #A39360;
	padding-top: 5px;
	}
.fastFacts .unit {
	display: block;
	font-size: 20pt;
	line-height: 1.0em;
	font-weight: bold;
	color:  #666;
	}
	
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
hr { background-color: #ccc; }

ol, ul, dl{
	margin:0;
	padding: 0;
	}
ol {
	list-style:decimal;
	margin-left:1.8em;
	}
ol li{
	margin-bottom:0.5em;
	}
ol ol {
	list-style:lower-roman;
	}
ul {
	list-style-type:disc;
	margin-left:1.3em;
	margin-top: 12px;
	}
ul li{
	margin-bottom:12px;
	}	
ol ul, ul ol, ul ul, ol ol {
	margin-top:0;
	margin-bottom: 0; 
	}


/* Images */
/* img { float: left; margin: 1em 1.5em 1.5em 0; } */
a img, img { border: none; }
.pageTitle img {
    width: 100%;
    margin: 0em 0em 1.5em 0em;
    }

/* Links */
/*
.mainContent a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
.mainContent a:link[href^="http://"]:after, 
.mainContent a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
.mainContent a[href^="http://"] {color:#000; }
*/

/* Table */
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #fff; margin-bottom:2em; text-align:left; }
thead {display: table-header-group;}
tr {page-break-inside: avoid;} 

/*hide various parts from the site */
.head .primary_sub_nav, .head .header_shares, .footer, .ui-tabs-nav, .accessibility, .subContent, #operationsMapCaption {
    display:none;
    }
.home_pane_a .slideshow {
    display: none;
    }
    
.subNavigation {
    width: 25%;
    float:left;
    }
.mainContent {
    width: 71%;
    float: right;
    border-left: solid 1px #666;
    padding: 0 0 0 10pt;
}    
    
/* Serialise some elements for a cleaner printed view */
.head, 
.home_pane_inner,
.pageTitle,
.contentBck3Col,
.breadcrumb {
    clear: both;
    }
.breadcrumb {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    color: #1E1C77;
    border-bottom: solid 1px #666;
    font-size: 9pt;
    } 
.breadcrumb a {
    text-decoration: none;
    color: #1E1C77;
}

span.intro {
    color: #666 !important;
    font-weight: bold;
    font-size: 15pt;
    line-height: 18pt;
}

span.intro a {
    color:#666 !important;
    text-decoration: none;
    }
span.small {
	font-size: 8pt;
	line-height: 1.2em;
	}     
/* Primary Nav */

/* PRIMARY NAV */

.primary_nav {
    position:relative;
    float: left;
    clear: both;
    margin: 10px 0 0 0;
    width: 946px;
    z-index: 100;
	display:inline;
	overflow: visible;
    }
.page_content {
clear: both;
padding: 0;
}
.templateWrapper{
clear: both;
}
.pageTitle .Text {
display: none;
}


/* START SUCKERFISH */  
.primary_nav ul {
    margin: 0 0 0 0;
    padding: 0 !important;
    list-style-type: none;
    float: left;
    color: #FFF;
    display: inline;
    }
.primary_nav li { 
    float: left; 
    margin:0 0 0 2px; 
    display: inline;
	line-height: 25pt;
    border-bottom: solid 2px #FFF;
    padding: 0 10pt 0 10pt;
    }
.primary_nav li a {
    color: #666;
    text-decoration: none;
    }    
.primary_nav li ul { 
    display: none !important; 
}

/* Sub Nav */

.subNavigation .subNav {
    margin-bottom: 20px;
    }

.subNavigation .subNav ul {
    list-style-type: none;
    margin:0 0 0 0;
    padding: 0;
    }
.subNavigation .subNav ul li {
    list-style-type: none;
    margin: 0;
    }
.subNavigation .subNav li a {
    text-decoration: none;
	font-size:20px;
	margin:0 0 10px 0;
	padding:5px 0 8px 0 !important;
	color: #1E1C77;
	font-weight: bold;
	border-bottom: solid 4px #A39360;
	display: block;
	clear: both;
    }
*html .subNavigation .subNav li a {
    width: 100%;
    }     
.subNavigation .subNav li a.sIFR-replaced {
    padding: 0 0 2px 0 !important;
    }   
.subNav ul li span a.sIFR-replaced {
    padding: 0;
    }	    

.subNavigation .subNav ul ul {
    margin: 0;
    padding: 0;
    }    
.subNavigation .subNav ul li li a,
.subNavigation .subNav li.active li a {
    padding: 5px 0 5px 0 !important;
    margin: 0;
    color: #1E1C77;
    font-weight: normal;
    border-bottom: solid 1px #A59364;
    font-size: 1.0em;
    }
.subNavigation .subNav ul li li li a,
.subNavigation .subNav ul li li.active li a {
    padding: 5px 0 5px 15px !important;
    }


/* Smartlists */    
ul.SmartListResults {
    margin: 0;
    padding: 0;
    }
ul.SmartListResults li {
    border-bottom: solid 1px #D8D8D9;
    clear: both !important;
    display: inline-block;
    width: 100%;
    }
ul.SmartListResults .SmartListThumbnailImage {
    position:relative;
    float: right;
    display: block;
    }
ul.SmartListResults .SmartListPageLink {
    color: #927F3E;
    font-weight: bold;
    text-decoration: none;
    padding: 0 0 5px 0 !important;
    font-size: 1.14em;
    }
ul.SmartListResults .SmartListDate {
    font-size: 0.86em;
    display: inline-block;
    }
/* Operations Tables */

.operationsTable,
.shareholdersTable {
	width: 100%;
	border-collapse:collapse;
	background-color:#EFEBE4;
	}
.operationsTable th,
.shareholdersTable th {
	background-color:#E1DACA;
	margin: 0;
	padding: 0;
	}
.operationsTable td,
.shareholdersTable td {
	border: none;
	}	
.operationsTable td.alignRight,
.shareholdersTable td.alignRight,
.operationsTable th.alignRight,
.shareholdersTable th.alignRight {
	text-align: right;
	}

.operationsTable td.border,
.operationsTable tr.border td,
.operationsTable tr.border th,
.shareholdersTable tr td,
.shareholdersTable tr th {
	border-bottom: solid 1px #A39360;
	}


.operationsTable .tableCaption {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	}
	
.smartListSubNav ul {
	margin: 10px 0 0 0;
	padding: 0;
	}
.smartListSubNav ul li {
	float: left;
	list-style-type: none;
	padding: 5px 0 3px 0;
	margin: 0 1px 0 0;
	background: #A39360 url(../../UploadedResources/cg_primarynav_button_bck.jpg) repeat-x 0 -9px;
	border-bottom: solid 1px #FFF;
	width: 70px;
	font-weight: bold;
	}
.smartListSubNav ul li.active {
	border-bottom: solid 1px #A39360;
	}	
.smartListSubNav ul li a {
	color: #FFF;
	display: block;
	padding: 0 10px 0 10px;
	font-weight: normal;
	}
.smartListSubNav ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	}
	
ul.SmartListResults {
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
	}
ul.SmartListResults li {
    margin: 0;
    padding: 10px 0 10px 0;
    list-style-type: none;
	}
a.SmartListPageLink:link, 
a.SmartListPageLink:visited, 
a.SmartListPageLink:hover, 
a.SmartListPageLink:active,
a.SmartListDocumentLink:link, 
a.SmartListDocumentLink:visited, 
a.SmartListDocumentLink:hover, 
a.SmartListDocumentLink:active
 {
    display: block;
    padding: 0;
    color: #1E1C77;
	}
.SmartListDescription {
    display: inline;
    margin: 0;
	}
.SmartListDate {
    margin: 5px 0 0 0;
    text-align: left;
	}
.smartListList {
	position:relative;
	float: left;
	background-color: #EFEBE4;
	border: solid 1px #A39360;
	width: 460px;
	}
.smartListList ul,
.smartListGeneral ul {
    margin: 0;
    padding: 0;
    }
.smartListList ul li,
.smartListGeneral ul li {
    border-bottom: solid 1px #C6C8CA;
    clear: both !important;
    display: inline-block;
    width: 450px;
    margin: 0 5px;
    }
.smartListList .SmartListThumbnailImage,
.smartListGeneral .SmartListThumbnailImage {
    position:relative;
    float: left;
    display: block;
    margin-right: 10px;
    }
.smartListList .SmartListPageLink,
.smartListList .SmartListDocumentLink,
.smartListGeneral .SmartListPageLink,
.smartListGeneral .SmartListDocumentLink {
    display: none !important;
    }
.smartListList .SmartListDescription,
.smartListList .SmartListDate,
.smartListList .SmartListFileSize,
.smartListList .SmartListReadMoreLink,
.smartListList .SmartListDate,
.smartListGeneral .SmartListDescription,
.smartListGeneral .SmartListDate,
.smartListGeneral .SmartListFileSize,
.smartListGeneral .SmartListReadMoreLink,
.smartListGeneral .SmartListDate {
	display: block;
	padding: 0 !important;
	margin: 0 0 5px 0;
	}
.smartListList .SmartListDescription,
.smartListGeneral .SmartListDescription {
    font-weight: bold;
    }
.smartListList #ctl00_mainPageContent_mainContentSmartList_pnlPagingControls,
.smartListGeneral #ctl00_mainPageContent_mainContentSmartList_pnlPagingControls {
    padding: 10px 5px;
    }
.smartListList a.SmartListReadMoreLink,
.smartListGeneral a.SmartListReadMoreLink {
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    }		
	
    
/* align images */
.imgRight { 
    float: right;
    margin: 0 0 10px 10px;
    }
.imgLeft { 
    float: left;
    margin: 0 10px 10px 0;
    }
