body { 
	margin:0; 
	padding:20px; 
	font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	}
	
/* ---- 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:12px;
		padding-bottom:5px;
		}
	
	table td,
	table th {
		padding:5px;
		border:1px solid #fff;
		border-width:0 1px 1px 0;
		vertical-align: center;
		}
		
	thead th {
		background:#e25d5d;
		}
			
		thead th[colspan],
		thead th[rowspan] {
			background:#ce3737;
			color: #ffffff;
			}
		
	tbody th,
	tfoot th {
		text-align:left;
		background:#e25d5d;
		}
		
	tbody td,
	tfoot td {
		text-align:center;
		background:#ffd4d4;
		}
		
	tfoot th {
		background:#b0cc7f;
		}
		
	tfoot td {
		background:#d7e1c5;
		font-weight:bold;
		}
			
	tbody tr.odd td { 
		background:#f8bcbc;		cursor: pointer;
		}
		
		a { color:#e25d5d;}
a:hover { color: #da2e2e;
text-decoration:none;}