@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #404047;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 8px 0px 12px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	margin: 0px;
	padding: 4px 0px 0px 0px;
}
.articleTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
}
.articleDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
p {
	color: #323233;
}

.thrColFixHdr #mainContent p {
	margin: 4px 0px 12px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.thrColFixHdr #mainContent p.standfirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
	margin-bottom: 20px;
	margin-top: 8px;
}
.thrColFixHdr #mainContent li {
	margin: 4px 0px 16px 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.homePageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #1A5A99;
	font-weight: normal;
}
.homePageStandfirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636466;
}

.homePageSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 24px;
	color: #1A5A99;
	font-weight: normal;
	display: inline;
}


.callOutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323233;
	margin: 4px 0px 0px 0px;
}

.testimonialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323233;
	padding: 0;
}
.testimonialFrom {
	font-size: 12px;
	font-weight: bold;
	color: #1A5A99;
}
#testimonial #testimonialButton {
	margin-right: 32px;
	margin-left: 40px;
	height: 24px;
}
#testimonial #testimonialButton a.footerTextRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #9E2211;
	float:right;
}

#container #header #topRight .topText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	float: left;
	padding-left: 16px;
	padding-top: 4px;
}
#container #header #topRight #telephoneBox .topText {
	padding-left: 0px;
}
#container #header #topRight .topTextRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #323233;
	margin: 0px 8px 0 0;
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 4px;
	font-weight: bold;
}

.topTextRightLogin {
	background-image: url(/images/id_button_bg.gif);
	width: 48px;
	border:1px solid #fff;
	height: 20px;
	vertical-align:middle;
}
a.topTextLink {
	height: 18px;
	width: 48px;
	display:block;
	border:1px solid #fff;
	background-image: url(/images/id_button_bg.gif);
	line-height:18px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	float: right;
	margin: 2px 8px 0 0;
}
a.topTextLink:hover {
	text-decoration: none;
}
#container #footer span.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px;
	float: left;
	padding-left: 8px;
}
#container #footer a.footerTextRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
	padding: 4px 8px;
	float:right
}


.purpleBG {
	background-color: #693D99;
}
.blueBG {
	background-color: #2164A6;
}
.greenBG {
	background-color: #348C31;
}
.idPurple {
	color: #5C318C;
}
.idBlue {
	color: #1A5A99;
}
.idGreen {
	color: #277325;
}
.idRed {
	color: #9E2211;
}

/* Migrate colour allocations from HTML to CSS - Colours dictated by subject */
.idbrand {
	color: #5C318C;
}
.idfinance {
	color: #1A5A99;
}
.idgovernance {
	color: #277325;
}
.idother {
	color: #9E2211;
}

.callOutList {
	margin: 4px;
	padding: 0px;
	color: #323233;
	list-style-position: inside;
}
.callOutListItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9E2211;
}


.callOutLeft {
	background-image: url(/images/id_callout_left_bg.gif);
	width: 192px;
	float: left;
}
.callOutLeftHeaderId {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(/images/id_callout_left_head.gif);
	height: 32px;
	width: 192px;
	text-indent: 8px;
	line-height: 28px;
}
.callOutLeftHeaderBrand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(/images/id_callout_left_brand.gif);
	height: 32px;
	width: 192px;
	text-indent: 8px;
	line-height: 28px;
}
.callOutLeftHeaderFinance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(/images/id_callout_left_finance.gif);
	height: 32px;
	width: 192px;
	text-indent: 8px;
	line-height: 28px;
}
.callOutLeftHeaderGovernance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(/images/id_callout_left_governance.gif);
	height: 32px;
	width: 192px;
	text-indent: 8px;
	line-height: 28px;
}
.callOutLeftContent {
	width: 176px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.callOutKey {
	font-size: 12px;
	font-weight: bold;
	color: #323233;
	margin-top: 4px;
	margin-bottom: 8px;
}
.callOutLeftButton {
	background-image: url(/images/id_callout_left_button.gif);
	height: 20px;
	width: 192px;
	text-align: right;
}
.callOutLeftButtonLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	height: 18px;
	width: 184px;
	padding-right: 8px;
	padding-top: 2px;
	line-height: 16px;
}
.backToNewsButton {
	background-image: url(/images/id_back_to_news_bg.gif);
	height: 20px;
	width: 136px;
	text-align: left;
	margin-bottom: 16px;
}
.backToNewsButtonLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	height: 18px;
	width: 128px;
	padding-left: 8px;
	padding-top: 2px;
	line-height: 16px;
}
.clearLeft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.backToTheTop {
	clear:both;
	float: right;
	margin: 8px 0 32px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.callOutSpacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	height: 16px;
	float: left;
	width: 150px;
	clear: both;
}
#table_news TD.TDnewsDate {
	color: #636466;
	width: 80px;
}
#table_news TD.TDnewsHeadline {
	width: 368px;
}

#table_news {
	width: 448px;
	margin: 8px 0px 8px 0px;
	padding: 0;
}
#table_news td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-bottom: 12px;
}
.paginationText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #323233;
	float: right;
	font-weight: bold;
	text-align: right;
	padding-top: 4px;
}
.paginationControl {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(/images/id_pagination_bg.gif);
	float: right;
	height: 18px;
	width: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contactField {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #323233;
	width: 230px;
	height: 20px;
}
.contactTextarea {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #323233;
	width: 230px;
}

/* ---( tabs )-------------------------------------------------------------- */
#tabs { border-bottom:1px solid #ccc;margin:0;padding-bottom:19px;padding-left:10px;}
#tabs ul,#tabs li {display:inline;list-style-type:none;margin:0;padding:0;}
#tabs li.t1,li.t2,li.t3,li.t4,li.t5,li.t6,li.t7,li.t8,li.t9 {border-bottom:10px solid #000;}
#tabs a:link,#tabs a:visited {background:#eee;border:1px solid #bbb;color:#666;float:left;font-size:9pt;font-weight:normal;line-height:14px;margin-right:8px;padding:2px 10px 2px 10px;text-decoration:none;}
#tabs a:link.active,#tabs a:visited.active {background:#fff;border-bottom:1px solid #fff;color:#000;}
#tabs a:hover {color:#FF7700;}

/* ---( panel )------------------------------------------------------------- */
table.panel {
    padding:10px;
    margin:0;
    border-spacing: 0px;
    font: 9pt "Trebuchet MS", Trebuchet, Arial, sans-serif;
    text-align: center;
    color: #000;
}
table.panel th {
    color: #fff;
    border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;
    padding: 3px;
    background: #999;
}
table.panel th.column  {text-align:center;}
table.panel th.faint   {text-align:center;background:#7592ee; border-color: #fff }
table.panel th.nobg    {
    background: none;
    border: none;
    text-align: center;
    vertical-align: middle;
    border: 0px solid;
}

table.panel tr.comment th {vertical-align:top;}
table.panel tr.comment td {text-align:left;}
table.panel th input {
    padding:0;
    border:0;
    color: #fff;
    font:bold 9pt Helvetica, Arial, Verdana, "Trebuchet MS", sans-serif;
    background:inherit;
    text-align:inherit;
}
table.panel td {
    text-align: center;
	border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;
    padding: 3px;
    background: #f2f2f2;
    color: #000;
}
table.panel tr.ref-bodyrow td { text-align: left; padding-left: 5px; padding-right: 5px; vertical-align: top }
table.panel tr.alt td     {background:#e2e2e2;}
table.panel tr.divide td  {border-top: 8px solid #fff; }
table.panel td.good    {background:#6F9F36; border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
table.panel td.neutral {background:#FDC600; border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
table.panel td.bad     {background:#E4342C;border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
table.panel td.na      {background:#ddd;border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}
table.panel td input {
    padding:0;
    border:0;
    color:#444;
    font:9pt Helvetica, Arial, Verdana, "Trebuchet MS", sans-serif;
    background:inherit;
    text-align:inherit;
}
table.panel td textarea {
    padding:0;
    border:0;
    color:inherit;
    font:9pt Helvetica, Arial, Verdana, "Trebuchet MS",sans-serif;
    background:inherit;
}



table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 5px;
	cursor: pointer;
	padding-right: 15px;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
	background-color: #A2301E;
    /* background-color: #4a6cd7; */

}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
    background-color: #A2301E;

}


/* table.panel tr.total th {background: #F00 ;border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;} */
table.panel tr.total td {background: #E6E6E6;border: 0px; border-right: 1px solid #fff; border-bottom: 1px solid #fff;}

.fillin {
    color: #f00;
		font-weight: bold;
		font-size: x-large;
}

.newsToggle {
    display: none;
}

.newsReadMoreLink {
    color: #323233;
		text-align: right;
}

.story-unpublished {
  font-style: italic;
	font-weight: bold;
}

.story-spiked {
  text-decoration: line-through;
}

.story-pulled {
  text-decoration: line-through;
	color: red;
}

