/* Set link colour and remove underlines when printed */

a, a:link, a:visited,
a.field-value, a.field-value:link, a.field-value:visited,
a.field-title, a.field-title:link, a.field-title:visited,
a.link-action, a.link-action:link, a.link-action:visited
{
    color: rgb(73, 0, 106);
	text-decoration: none;
}

/* Move the footer to the left to avoid it looking
 isolated when printed in portrait
*/

#ftr {
	text-align: left;
}

/* Ensure there is a gap between the myICC logo and
 the page title
*/

.section-title {
	padding-top: 20px;
}

/* In printed reports, space out the lines slightly more
 than on screen
*/

.report-text {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Attempt to list out the entire prefs tree -
 under development
*/

.favouritesTreeLeftRight {
    overflow: none;
}

#navwide {
	overflow: none;
}

.expandTable100WidthOnPrint {
    width: 100%;
}

.expandTableWidthOnPrint {
    width: 600px;
}

/*hide unnessery parts of the page*/
#logoActions, #header, .navTabs, #navOptions {display:none;}
#contentMain .navTabs {display:block;}
#contentWrapper, #contentMain, #contentWrapper table, #contentMain table {width:auto !important;margin:0;padding:0;float:none !important;clear:both;}
#contentPanel .expandWidthOnPrint {width:auto;}


/*#reportMatrixTable table tr td span.true {display: list-item;list-style-image: url(../../../images/framework/myicc/report/icons/true.gif);list-style-position: inside;width:15px; height:15px;  border:0;margin-left:20px;}*/
#reportMatrixTable table tr td span.true {text-indent:0;line-height:12pt;height:12px;margin:0;padding:0;border:0;margin-left:20px}
#reportMatrixTable table tr td span.true {background:transparent url(../../../images/framework/myicc/report/icons/false.gif) no-repeat top;}

