table.datagrid {
	width:100%;
	font-size: 11px;
}

table.datagrid th {
	height:22px;
	padding:4px;
	border-bottom: 1px dotted #ccc;

}
table.datagrid th a {
	height:22px;
	text-decoration: underline;
}


table.datagrid img {
	margin:5px;
}

table.datagrid a:hover {
	border: 1px;
}
table.datagrid td {
	padding:4px;
	border-bottom: 1px dotted #ccc;
}

