
table, caption, td, tr, th {
	margin:0;
	padding:0;
	font-weight:normal;
	}


/* ---- Table ---- */

table {
	border-collapse:collapse;
	margin-bottom:15px;
	width:100%;
	}
	
	caption {
		text-align:left;
		font-size:15px;
		padding-bottom:10px;
		}
	
	table td,
	table th {
		padding:10px 5px;
		border:1px solid #ccc;
		border-width:0 1px 1px 0;
		}
		
	thead th {
		background:#d3eec5;
		}
			
		thead th[colspan],
		thead th[rowspan] {
			background:#b3e09c;
			font-weight:bold;
			color:#000;
			}
		
	tbody th,
	tfoot th {
		text-align:left;
		background:#B3E09C;
		}
		
	tbody td,
	tfoot td {
		/*background:#d5eaf0;*/
		}
		
	tfoot th {
		background:#b0cc7f;
		}
		
	tfoot td {
		background:#d7e1c5;
		font-weight:bold;
		}
			
	tbody tr.odd td { 
		background:#bcd9e1;
		}