/**
 * 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: 100%;
	border-collapse: collapse;
}

caption {
	height: 0px;
	line-height: 0px;
	text-indent: -999em;
}

thead {

}

th {
}

tbody {

}

th {
	padding: 7px 8px;
    font-size: 1.077em;
    text-align: left;
    text-transform: lowercase;
	color: #fff;
    border-left: 1px solid #009bdd;
	background: #00ace4;
}

td {
	padding: 2px 10px 3px;
    border-left: 1px solid #a7e1f4;
}

td img {
	float: left;
	margin: 0 0 0 10px;
}

.odd td { background: #eff9fc; }
.even td { background: #fff; }

table .first { border-left: none; }
table.borderless td,
table.borderless th { border: none;}