/* reset twentyten */
#content tr th,
#content thead th {
	color: #333;
	font-size: 1em;
	font-weight: normal;
	padding: 0;
}
#content tr td {
	border-top: none;
	padding: 0;
}
#content tr.odd td {
	background: none;
}

#content table td,
#content table th{
	font-size: 11px !important;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	padding: 5px !important;
	background: none;
}
/*
table span.spacer{
	margin-right: 23px;
}
*/

#content table td,
#content table th{
	border: 1px solid #ccc;
	line-height: 1.5em;
}

#content table th{
	font-weight: bold;
	color: #fff;
	background: #333;
}

#content table td.header{
	font-weight: bold;
}

#content table.h-zebra tr.even,
#content table.v-zebra col.even{
	background-color: #f2f2f2;
}

#content table.h-zebra tr.odd,
#content table.v-zebra col.odd{
	background-color: #e5e5e5;
}

#content table ul{
	margin-bottom: 0;
}

#content table.overview{
	table-layout:fixed;
	width: 100%;
}

#content table.overview td,
#content table.overview th{
	text-align: center;
}

#content table.overview td.header,
#content table.overview th.header{
	text-align: left;
}