table.table01 {
	border-spacing:1px;
	font-size:90%;
	margin:18px 0;
	width:100%;
	border:1px solid #bbb;
}

table.table01 caption, table.table01 .header {
	text-align: left;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	margin-bottom:-12px;
	text-transform:uppercase;
	padding:8px;
}

/*global*/
table.table01 td, table.table01 th {text-align: left; padding: 4px; vertical-align:middle; border-bottom:1px solid #bbb;}
table.table01 th{text-transform:uppercase; font-weight: bold;}

/*thead*/
table.table01 thead {border-bottom:2px solid #888;}
table.table01 thead tr th{background:#bbb;}

/*tbody*/
table.table01 tbody tr {background: #eee;}
table.table01 tbody tr.odd {background: #fff;}

/*tfoot*/
table.table01 tfoot {background:#bbb; border-top:2px solid #888;}
table.table01 tfoot tr td{background:#bbb;}
table.table01 tfoot th, table.table01 tfoot td {text-align:center; padding:10px;}



table.table01 .left {text-align:left;}
table.table01 .right {text-align:right;}
table.table01 .center {text-align:center;}
table.table01 .width1 {width:1px;}