/**
 * <project>
 *
 * Contains all declarations for table elements.
 *
 * @author 			X X (x@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2009-05-04
 * @lastmodified	2009-05-04
 */

/* redefine xhtml selectors
---------------------------------------------------------- */

table {
	margin: 0 0 20px 0;
	width: 100%;
	border: 1px solid #afc4cc;
	border-collapse: collapse;
}

thead {
	
}

tbody {
	
}

tr {
	
}

th {
	padding: 3px 5px;
	text-align: left;
	background-color: #afc4cc;
}

td {
	vertical-align: top;
	padding: 3px 5px;
}

tr.even td {
	background-color: #d7e2e6;
}

table.layout {
	width: auto;
	height: auto;
	border: none;
}