* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 76%;
}


#skipnav,
.textNav,
.searchBox,
.mainNav,
.breadcrumbWrap,
.layoutNav,
#slideNav,
.footerWrap,
.mapLinks,
.mapInfoLink,
.tabs,
.jumpLinks,
.noprint,
.backToTop,
.chartOptions
{
	display: none;
}


.pageWrapOuter, .pageWrapInner {
	width: 100%;
}

.headerWrap {
	overflow: hidden;
	height: 1%;
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 12px;
	margin-bottom: 24px;
}


.logo { float: left; }
#title {
	font-size: 0.92em;
	float: left;
	padding-left: 24px;
	font-weight: bold;
	padding-top: 12px;
}

#slideOuter { padding-bottom: 24px; }
.slide {
	position: relative !important;
	left: 0 !important;
	height: auto !important;
	width: 100% !important;
}

.slideInfo {
	padding-bottom: 12px;
}

.slideInfo p { margin-bottom: 6px; }

.matchHeight {
	height: auto !important;
}

h1 {
	font-size: 1.85em;
	color: #003466;
	margin-bottom: 0.65em;
}

h2 {
	font-size: 1.45em;
	color: #003466;
	margin-bottom: 0.65em;
}

h3 {
	font-size: 1.1em;
	margin-bottom: 0.45em;
	font-weight: bold;
}

h1.homeSub {
	font-size: 1.45em;
}

p, ul.standardList {
	margin-bottom: 1.26em;
}

p.intro {
	font-weight: bold;
	line-height: 1.2em;
}

.homeInfoBox {
	overflow: hidden;
	padding-bottom: 24px;
}

.homeInfoBox .homeInfoPic {
	float: left;
	width: 186px;
}

.homeInfoBox .homeInfoContent {
	float: left;
}

.homeInfoBox h2 { font-size: 1em; font-weight: bold; margin-bottom: 6px; }
.homeInfoBox p { margin-bottom: 6px; }


.homeInfoPerformance { margin-bottom: 24px; }
.homeInfoPerformance ul, ul.standardList, ul.links, ul.mapAreas {
	list-style: disc;
	margin-left: 23px;
}

ul.standardList li {
	margin-bottom: 0.65em;
}

.homeInfoQuotePic {
	border-bottom: 5px solid #e8e8e8;
	margin-bottom: 6px;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #585858;
	margin-bottom: 6px;
}
.homeInfoContent blockquote a { text-decoration: none; }


.sectionIntroImage { margin-bottom: 12px; }
.sectionIntroContent p { font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.1em; color: #003466; }

.sectionInfo {
	border-top: 3px solid #e8e8e8;
	padding-top: 6px;
}

.sectionInfoBox {
	overflow: hidden;
	padding-bottom: 24px;
}

.sectionInfoBox .sectionInfoPic {
	float: left;
	width: 160px;
}

.sectionInfoBox .sectionInfoContent {
	float: left;
}

.sectionInfoBox h2 { font-size: 1em; font-weight: bold; margin-bottom: 6px; }
.sectionInfoBox p { margin-bottom: 6px; }


.sideBar {
	border-top: 5px solid #e8e8e8;
	padding-top: 6px;
}

.ceoWrap {
	position: relative;
	height: 1%;
	overflow: hidden;
	margin-bottom: 24px;
}
.ceoWrap .prop {
	float: left;
	width: 1px;
	height: 193px;
}

.ceoPic {
	position: absolute;
	left: 0;
	bottom: 0;
}

.ceoIntro {
	padding-top: 24px;
	padding-left: 255px;
}

.mapInfo h2 {
	font-size: 1em;
	margin-bottom: 6px;
}
.mapInfoContent {
	margin-bottom: 8px;
}

#india, #energy {
	visibility:visible !important;
	display:block !important;
	height: auto !important;
}

.mapWrap .map {
	padding-bottom: 12px;
}




/* ============================================================================= */

table.tbl {
	width: 100%;
	font-size: 0.92em;
	border-bottom: 2px solid #E0DFD5;
	margin-bottom: 24px;
	line-height: 1.35em;
}

.iss table.tbl { border-bottom-color: #9A3360; }
.env table.tbl { border-bottom-color: #827D55; }
.ppl table.tbl { border-bottom-color: #64753E; }
.com table.tbl { border-bottom-color: #687D9C; }

table.tbl thead th, table.tbl tbody th, table.tbl tbody td, table.tbl tfoot th, table.tbl tfoot td { padding: 4px 6px; }
table.tbl thead th { font-weight: bold; background-color: #E5EAEF; color: #003466; }
table.tbl tbody td.currentYear, table.tbl tfoot td.currentYear { color: #003466; font-weight: bold; }
table.tbl tbody th, table.tbl tbody td, table.tbl tfoot th, table.tbl tfoot td { border-top: 1px solid #E0DFD5; }
table.tbl thead th.tblTitle { text-align: left !important; }
table.tbl tfoot th, table.tbl tfoot td { font-weight: bold; border-top-width: 2px; }
table.tbl th, table.tbl td { vertical-align: top; }

table.tbl thead tr.colspanned th {
	padding-left: 30px;
	text-align: center;
}


/* data tables */
table.dataTable thead th, table.dataTable tbody td, table.dataTable tfoot td { text-align: right; }
table.dataTable tbody td { width: 14%; }


/* colours */
.iss table.tbl thead th { background-color: #F1E3E9; color: #9A3360; }
.env table.tbl thead th { background-color: #EFEFEA; color: #827D55; }
.ppl table.tbl thead th { background-color: #EEF0EA; color: #64753E; }
.com table.tbl thead th { background-color: #EEF1F5; color: #687D9C; }

.iss table.tbl tbody td.currentYear, .iss table.tbl tfoot td.currentYear { color: #9A3360; }
.env table.tbl tbody td.currentYear, .env table.tbl tfoot td.currentYear { color: #827D55; }
.ppl table.tbl tbody td.currentYear, .ppl table.tbl tfoot td.currentYear { color: #64753E; }
.com table.tbl tbody td.currentYear, .com table.tbl tfoot td.currentYear { color: #687D9C; }

/* centered cells */
table.cellsCenter thead th, table.cellsCenter tbody td { text-align: center; }

/* widths */
table.cells10p tbody td { width: 10%; }
table.cells12p tbody td { width: 12%; }
table.cells15p tbody td { width: 15%; }
table.cells20p tbody td { width: 20%; }
table.cells40p tbody td { width: 40%; }
table.cells45p tbody td { width: 45%; }
table.cells50p tbody td { width: 50%; }

table.tbl tbody tr.indent th { padding-left: 24px; }
table.tbl a.fn { text-decoration: none; }
table.tbl a.fn:hover { text-decoration: underline; }
table.tbl a.fn sup { font-weight: normal; }

table.tbl tbody tr.padTop th, table.tbl tbody tr.padTop td { padding-top: 24px; }
table.tbl tbody tr.boldRow th, table.tbl tbody tr.boldRow td { font-weight: bold; }
table.tbl tbody tr.notBoldRow th, table.tbl tbody tr.notBoldRow td { font-weight: normal; }


table.notRight tbody td, table.notRight thead th, table.notRight tfoot td { text-align: left; }
table.autoWidth tbody td, table.autoWidth thead th, table.autoWidth tfoot td { width: auto; }


.paLink {
	display: block;
}
.paInfo, .paInfo h2 {
	visibility:visible !important;
	display:block !important;
	height: auto !important;
}

.paItem { padding-bottom: 12px; }
.paInfo h2, .paItem h2 { margin-bottom: 6px !important; }

.paSupported, { margin-bottom: 6px; margin-top: 6px; font-weight: bold; }
.paUnderpinned { margin-bottom: 24px; font-weight: bold; }



table.perf { width: 100%; font-size: 0.92em; border-bottom: 1px solid #003466; margin-bottom: 12px; }
table.perf th, table.perf td { padding: 6px; vertical-align: top; }
table.perf thead th { padding: 8px 6px; vertical-align: bottom; font-weight: bold; color: #fff; background: #003466 url(../images/perf_th.jpg) top left repeat-x; }

.iss table.perf { border-color: #9A3360; background-color: #fea; }
.iss table.perf thead th { background: #9A3360 url(../images/perf_th_iss.jpg) bottom left repeat-x; }
.iss table.tint { background-color: #FAF5F7; }

table.perf .rt { text-align: right; }
table.perf .wKPI { width: 20%; }
table.perf .wMet { width: 15%; }
table.perf .wNum { width: 10%; }
table.perf .wObj { width: 40%; }
table.perf .wSta { width: 15%; font-weight: bold; color: #003466; }
table.perf .wInt { width: 40%; }
table.perf .w50 { width: 50%; }

table.perf tbody th, table.perf tbody td { border-top: 1px solid #ccc; }
table.perf tbody tr.dottedLine th, table.perf tbody tr.dottedLine td { border-top: 1px dotted #999; }
table.perf tbody p.fauxSpan { border-top: 1px dotted #999; padding-top: 6px; }

table.perf tr.perfSection th { background-color: #E5EAEF; color: #003466; }
table.perf ul.standardList { margin:0; }

table.boldRowHeadings tbody th { font-weight: bold; }

.tblFootnotes {
	font-size: 0.92em;
	color: #585858;
	padding-top: 8px;
	margin-bottom: 24px;
	border-top: 1px solid #E4E4E4;
}

.tblFootnotes ol { margin-left: 23px; color: #585858; margin-bottom: 12px; }
.tblFootnotes ol li { margin-bottom: 0.4em; }

.sideBox {
/*	border-bottom: 2px solid #E4E4E4; */
	font-size: 0.92em;
	margin-bottom: 12px;
/*	padding-bottom: 12px; */
}

.sideBox ul { margin-bottom: 12px; }

.caseStudy {
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 1.35em;
	padding: 15px;
	background:url(../images/bg_casestudy.jpg) bottom left repeat-x;
}


.caseStudyPic {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-right: 12px;
	margin-bottom: 12px;
}

.rtCaseStudyPic {
	float: right;
	margin-right:0;
	margin-left: 12px;
}


.layoutContent ul.standardList li ul { list-style: circle; margin-left: 24px; padding-top: 0.85em; }
.layoutContent ul.standardList li ul li { background-image: none !important; padding-left: 0; }

.chartWrap h2 { margin-bottom: 6px; }
.uom { font-size: 0.92em; color: #585858; margin-bottom: 12px; }

.dataAssured {
	font-size: 0.92em;
	color: #585858;
	margin-bottom: 6px;
	padding-top: 18px;
	padding-bottom: 2px;
}

ul.assuranceList {
	list-style: upper-alpha;
	margin-left: 23px;
	line-height: 1.35em;
	margin-bottom: 1.35em;
}

ul.assuranceList li { margin-bottom: 0.4em; }

ul.assuranceList li ul {
	list-style: lower-alpha;
	margin: 0.4em 0 0.4em 18px;
}

ul.assuranceList li ul li { }

.glossaryWrap dt { font-weight: bold; }
.glossaryWrap dd { margin-bottom: 6px; }


p.griLevels { text-align: center; }




.griTable tbody th.wElem { font-weight: normal; width: 50px; }
.griTable .wDesc { }
.griTable .wStat { width: 70px; text-align: center; }
.griTable tbody .wStat { padding-top: 6px; }
.griTable .wLink { width: 40%; }
.griTable .wNote { width: 255px; }

.griTable a { text-decoration: none; }
.griTable a:hover { text-decoration: underline; }

h3.gri { font-size: 0.92em; text-transform: uppercase; }

.griTable tr.gri th, .griTable tr.gri td, .griAdd { color: #777777; }

.griTick { display: inline; vertical-align: baseline; padding-left: 4px; }


