/**
 * Information Mapping International
 *
 * Contains all declarations for table elements.
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2009-09-18
 * @lastmodified	2009-09-18
 */

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

table {
	margin: 10px 0 15px 0;
	width: 440px;
	border-collapse: collapse;
}

caption {
	height: 0px;
	line-height: 0px;
	text-indent: -999em;
}

thead {

}

th {
}

tbody {

}

th {
	padding: 6px 8px;
	color: #339fcd;
	border-left: 1px solid #becbce;
	background: #f7f7f7;
}

td {
	padding: 4px 8px;
	font-size: 0.857em;
	border-left: 1px solid #becbce;
	border-bottom: 1px solid #e4e9ea;
}

td img {
	float: left;
	margin: 0 0 0 10px;
}

table .first { border-left: none; }
table.borderless td,
table.borderless th { border: none;}