@import url("tables.css");
@import url("forms.css");

/* Allow tables to use dynamic width */
table {	
	width:auto;
	margin-top:10px;
}

/* Fix width of forms */
.contentStyleForm form {
	width:600px;
}

/* Highlight selected steptracker element without colour */
.stepTracker .selected {
	font-weight:bold;
}

/* Hide navigation and header info from page */
.ScreenReaderText,
.containerSearch form,
.containerFooter ul,
.containerLeftNav,
.contentStyleAtoZ ul,
.containerRightContent,
.mainLogo {
	display:none;
}

/* make sure containers are cleared and displayed in order down the page */
div,
hr {
	background:none!important;
	clear:both;
}

a img {
	border:none;
}