.tableWrap {
	font-family: Arial;
	padding: 5px;
	margin-bottom: 10px;
}
.table {
	width:100%;
}
.table .th {
	color:#000;
	font-weight:bold;
	text-align:center;
}
.table .td {
	float:left;
}

/* table with borders */
.table .thb {
	color:#000;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.table .trb {
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
}
.table .tdb {
	float:left;
	border-right:1px solid #999999;
}

.vertical-outer { overflow: hidden; position:relative; display: table; position: static; }
.vertical-middle { position: absolute; top:50%; display: table-cell; vertical-align: middle; position:static;}
.vertical-inner{ position:relative; top:-50%; margin-left: auto; margin-right: auto; } /* for explorer only */