/*====================== table */

table{
	display:table;
	border-collapse: collapse;
}

table tbody{
	display:table-row-group;
}

table * tr td, 
table * tr th{
	color:#333;
	font-size:80%;
	padding:5px;
	line-height:160%;
	border:1px solid #ccc;
}

table * tr td * *, 
table * tr th * *{
	color:#333;
	font-size:100%;
	padding:5px;
	line-height:160%;
}

table * tr th{
	white-space:nowrap;
	text-align:right;
}

table tbody tr td{
	text-align:left;
}

table tbody tr td a:link,
table tbody tr td a:visited,
table tbody tr td * * a:link,
table tbody tr td * * a:visited{
	font-size:100%;
	text-decoration:underline;
}

table tbody tr th span.small{
	font-size:0.9em;
}

table * tr.odd th,
table * tr.odd td{
	color:#222;
	background:#eee;
}

table * tr.over th,
table * tr.over td{
	background:#ffffcc;
}
