/* Style A */
.TableCellA {
	overflow: hidden;
	position: relative;
	width: 341px;
	height: 72px;
	float: left;
}
.TableCellA[class] {
	display: table;
	position: static;
}
*:first-child+html .TableCellA {
	position: relative;
}
.TableCellA .TableCellContent {
	width: 341px;
}
/* General */
.TableCellWrap {
	position: absolute;
	top: 50%;
	left: 0;
}
.TableCellWrap[class] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
*:first-child+html .TableCellWrap {
	position: absolute;
	display: block;
	vertical-align: inherit;
	top: 50%;
}
.TableCellContent {
	position: relative;
	top: -50%;
	margin: 0 auto;
}