body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #7F8384;
}

/* zebra */

table.zebra {
	width: 100%;
}

table.zebra th {
	font-size: 14px;
	font-weight: normal;
}

table.zebra th, table.zebra td {
	padding: 5px;
	border-bottom: 1px solid #dcdcdc;
}

table.zebra tbody {
	font-size: 11px;
}

table.zebra tbody tr.odd {
	background: #f7f7f7;
}

table.zebra tbody tr:nth-of-type(odd) {
	background: #f7f7f7;
}

table.zebra tbody tr.even {}

table.zebra tbody tr:nth-of-type(even) {}

table.zebra .bold {
	font-weight: bold;
}

table.zebra td * {
	vertical-align: middle;
}
