/* Toll Road print stylesheet */

.borderless td {
	font-size: 1.2em;
	margin: 0;
	padding: 0 20px 10px 20px;
	line-height: 1.2;
}	

.borderlessul {
	color: #333;
	font-size: .8em;
	margin: 0;
	padding: 3px 0 7px 72px;
	line-height: 1.0;
	
	}
	
.borderlessul li
{
    list-style-type: square;	
	background: none;
}	

.borderless {
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-left:0px solid #ccc;
	padding: 6px 10px 9px 10px;
	color: #333;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 1.2;
	width:900px;
	}	
						


body {
	background: white;
	font-size: 62.5%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	}

#container {
	font-size: 90% !important;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
	}
	
/* ---------- header ---------- */	

#header #logo {
	display: none;
	}
	
#logo-print {
	display: block;
	margin: 0 0 10px 0;
	}		
	
#header ul {
	display: none;
	}	

/* ---------- page structure ---------- */		
	
#intro-block img {	
	display: none;
	}		
	
/* ---------- content column ---------- */	

h1 {
	color: #00456A;
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding: 20px 0 13px 0;
	line-height: 1;
	}
	
h2 {
	color: #00456A;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 20px 0 8px 0;
	line-height: 1;
	}	
	
h3 {
	color: #00456A;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 20px 0 8px 0;
	line-height: 1;
	}	
	
h4 {
	color: #00456A;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 20px 0 8px 0;
	line-height: 1;
	}						
	
/* paragraphs */

#content-block p {
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
	}
	
#intro-block p {
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
	font-size: 14px;
	}
	
#content-block p.intro-text {
	font-size: 14px;
	}			
	
/* links */	

#content-block a:link, 
#content-block a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #1A6395;
	}
	
/* tabular data */	

table {
	width: 100%;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
table caption {
	display: none;
	}	
	
table th {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px 10px;
	color: #fff;
	vertical-align: top;
	font-size: 11px;
	line-height: 1;
	text-align: left;
	font-weight: bold;
	}
	
table td {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 10px 9px 10px;
	color: #333;
	vertical-align: top;
	font-size: 11px;
	line-height: 1;
	}			
	
	
/* ----- blocks of content ----- */		
	
/* highlight box */	

#content-block .highlight-box {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 0 15px;
	}
	
#content-block .highlight-box img {	
	display: none;
	}	
	
/* question box */	
	
#content-block .question-box img {
	border: none;
	padding: 0 10px 0 0;
	}	
	
/* manage your account box 		
*/	

#manage-your-account-block .manage-your-account-box {
	display: none;
	}

/* captioned images */				
	
#content-block .image-caption-landscape	p, 
#content-block .image-caption-portrait	p {
	font-size: 11px;
	margin: 0;
	padding: 11px 0 4px 0;
	line-height: 1.2;
	}	
	
#content-block .image-caption-landscape	p.note, 
#content-block .image-caption-portrait	p.note {
	font-size: 9px;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2;
	color: #70705b;
	}	
	
/* section blocks (section homepage) */	

.section-blocks img	{
	display: none;
	}		
			
/* payments and account block (homepage top row) */	

#pay-account-block img {
	display: none;
	}	
	
#account-box .manage-your-account-box {
	display: none;
	}	
		
#account-box h2 span {
	font-weight: normal;
	font-size: 12px;
	}
	
#account-box h2 a {
	display: none;
	}
	
#tariffs-box .row div {
	display: inline;
	}	
		
/* ---------- footer ---------- */
	
#footer  {
	border-top: 1px solid #999;
	margin: 16px 0 0 0;
	padding: 8px 0 0 0;
	clear: both;
	}	
	
#footer #utility-links {
	display: none;
	}
	
#footer ul.subfooter {
	margin: 0;
	padding: 0;
	}	

#footer ul.subfooter li {
	display: none;
	}
	
#footer ul.subfooter li.copyright {
	display: block;
	margin: 0;
	padding: 0;
	}	
	
#footer img {
	display: none;
	}		
	
	
/* ---------- accessibility ---------- */	

/* skip link */
	
.hiddenStructure {
    display: none;
	}	
			
