table.dataTable {
	width: 100%;
	font-size: 0.7em;
}

table.dataTable tr {
	
}

table.dataTable tr td {
	background-color: #fff;
}

table.dataTable tr td a {
	text-decoration: underline;
}

table.dataTable tr.titleRow {
	
}

table.dataTable tr.titleRow td {
	font-weight: bold;
	background-color: #350;
	color: #fff;
}

table.dataTable tr.even td {
	background-color: #fff;
}

table.dataTable tr.odd td {
	background-color: #DFF7B8;
}

table.dataTable td.title {
	background-color: #DFF7B8;
}

table.dataTable input {
	font-size: 1.0em;
}

img.imgButton {
	float: left;
	padding-left: 5px;
}
