/* table
----------------------------------------------- */
/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:;
	text-decoration: none;
}
a:hover {
	color:#333;
}

table {
	width:100%;
	margin-bottom:0px;
	border-spacing:4px;
	border-collapse:collapse;


}
col.colC {
	width:0em;
}
th, td {
	text-align:left;
	border:1px solid #888;
	padding:5px;	
}

thead th {
	border-bottom:0px solid #888;
	background:#fff;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	/*background:#555;*/
	border:0px solid #555;
}
tbody td {
	background:#eee;
	vertical-align:top;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#000;
}
tfoot th,
tfoot td {
	border-top:0px solid #666;
	background:#fff;
}
tfoot tr.total th,
tfoot tr.total td {
	border-top:0px double #666;
}
tfoot tr.total th {
	text-transform:uppercase;
}
th.currency,
td.currency {
	text-align:right;
}



