/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

.quick-nav #email		{ background: url(images/email.png) no-repeat; }

/* TABLE STYLES */
table.structural, table.structural td, table.structural th {
	width: 0;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}
table.structural th {
	font-weight: bold;
}
table.structural td.centre, table.structural th.centre {
	text-align: center;
}
table.structural td.left, table.structural th.left {
	text-align: left;
}
table.structural td.right, table.structural th.right {
	text-align: right;
}
table.structural td.top, table.structural th.top {
	vertical-align: top;
}
table.structural td.middle, table.structural th.middle {
	vertical-align: middle;
}
table.structural td.icon, table.structural th.icon {
	text-align: left;
	vertical-align: middle;
	width: 40px;
}
table.structural td.px350, table.structural th.px350 {
	width: 350px;
}

/* DIV LAYOUT STYLES */
div.content-left {
	float: left;
	width: 520px;
	margin: 0;
	padding: 0;
}
div.content-right-narrow {
	float: right;
	width: 350px;
	margin: 0;
	padding: 0;
}