/* 

TABLES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 9. tables	--------- */

table {
	border:1px solid #e4e2e2;
	border:1px solid #e4e2e2;
	border-right:none;
	background:#fff;
}
tr.header td{
	text-align:center;
	font-size:2em;
	color:#757575;
}
table tr td {
1	border:1px solid #fff;
1	border-bottom:1px solid #ccc;
	border-right:1px solid #e4e2e2;
	padding:0em 1.5em;
}
tr.border-bottom td{
	border-bottom:1px solid #e4e2e2;
}

tr.green-back{
	background:#f2f2f2;
}
tr.cream-back{
	background:#fcfcf2;
}

