/* CSS for pages with additional right side only */

.tableRight {
	width: 250px;
}

/* CSS for specific situations w/ and w/o borders */

.withLeftBorder {
	border-left-style: solid;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}

.woLeftBorder {
	border-style: none;
}