/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt/mt-static/themes/base-weblog.css);
@import url(/mt/mt-static/themes/themes.css);
@import url(/mt/mt-static/themes/books.css);
/* end StyleCatcher imports */

.table_mag {
	border-collapse: collapse;
	border-style:none;
	border: #8675AA 1px solid;
	margin: 5px 0 10px 0;
	width: 100%;
}
.table_mag caption {
	caption-side: top;
	text-align: left;
	font-weight:bold;
}
.table_mag th {
	text-align:center;
	background:#CBB3D9;
	border-bottom: #8675AA 1px solid;
	font-weight:normal;
}
.table_mag td {
	border-bottom:#8675AA 1px solid;
	padding: 2px 4px 1px 4px;
	margin:0px;
}
.nowrap {
	white-space: nowrap;
}