
/* WorkSafeBC.com */
/* Updated: November 2005 */

/* RATE APP  */

/* Adjust the content widths to compensate for legacy content with explicit widths */


/* layout changes */
#leftColumn {
	width: 115px; /* was 170px */
}
#columnFrame {
	width: 625px; /* was 570px */
}
#sectionHeader { background-color:#fff; text-align: right;}
#navBreadcrumb {
	width:595px; /* was 545px */
}
#contentColumn {
	padding: 15px 5px 20px 10px;
}


/* nav changes */
ul#navSection li a {
	width: 115px;  /* was 170px - for ie5 - desired width */
	w\idth: 95px;  /* was 150px - ie6 and others - desired width minus padding */
}
ul#navSection li ul li a {	
	width: 115px;  /* was 170px - for ie5 - desired width */
	w\idth: 95px;  /* was 150px - ie6 and others - desired width minus padding */
}

/* Handles legacy trend information table formatting */

.trendInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.trendInfo td {
	padding: 3px;
	font-size: 1.0em;
}
.trendInfo td.black-text-bold {
	font-weight: bold;
}
.trendInfo td.content_bold {
	font-weight: bold;
	font-size: 1.3em;
}

/* Handles legacy subsector table formatting */

.subsector td.tableheading {
	font-weight: bold;
}
