/**
 * <projectname>
 *
 * Contains all declarations for table elements.
 *
 * @author 			Davy De Pauw (davy@marlon.be)
 * @copyright		Marlon BVBA <http://www.marlon.be>
 * @date 			2010-04-19
 */

/* redefine xhtml selectors
---------------------------------------------------------- */

table {
	margin: 10px 0 25px 0;
    width: 100%;
	border-collapse: collapse;
}

caption {
	height: 0px;
	line-height: 0px;
	text-indent: -999em;
}

thead {

}

th {
}

tbody {

}

th {
    font-style: italic;
    color: #3e9ada;
    text-align: left;
}

td {
	padding: 5px 0;
    border-bottom: 1px solid #e3e9ef;
}

table .last { text-align: right; }
