@charset "utf-8";

	
/* ---- Some Resets ---- */

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

/* ---- Paragraphs ---- */

p {
	margin-bottom:15px;
	}
	
/* ---- 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:5px;
	border:1px solid #fff;
	border-width:0 1px 1px 0;
}

thead th {
	background:#ff9999;font-size:16px;text-align:center;font-weight:bold;color:#fff;
}
	
thead th[colspan],
thead th[rowspan] {
	background:#ff3333;
}

tbody th,
tfoot th {
	text-align:center;
	background:#ff6666;
}

tbody td,
tfoot td {
	text-align:left;
	background:#ffcccc;
}

.ct{text-align:center;}

tfoot th {
	background:#b0cc7f;
}

tfoot td {
	background:#d7e1c5;
	font-weight:bold;
}
	
tbody tr.odd td { 
	background:#ff9999;
}