/* table
----------------------------------------------- */
/* anchors
----------------------------------------------- */
a {
	/* color: #3399ff; */
	color: #000000;
	font-weight:;
	text-decoration: none;
}
a:hover {
	color:#3333333;
}

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


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

thead th {
	border-bottom:0px solid #888888;
	background:#ccccdd;
	padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#cccccc;
	border:0px solid #555555;
}
tbody td {
	/* background:#EBEAFC; */
	background:#F3F1ED;
	vertical-align:top;
}
tbody tr.odd th,
tbody tr.odd td {
	background:#000;
}
tfoot th,
tfoot td {
	border-top:0px solid #666;
	background:#ffffff;
}
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;
}



