@charset "UTF-8";

/**
 * <projectname>
 *
 * Contains declarations for table related XHTML elements.
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 */

/* redefine table specific xhtml selectors
---------------------------------------------------------- */

table {
	border: none;
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

caption {

}

tr {
}

th {
	border-bottom: 1px solid #addfff;
	color: #addfff;
	font-size: 1.143em;
	font-weight: normal;
	padding: 0 0 7px 0;
	text-align: left;
}

td {
	border-bottom: 1px solid #3479bd;
	padding: 4px 0 6px;
}

td.ralign, th.ralign {
	text-align: right;
}

thead {

}

tbody {

}

tfoot {

}

