table.grid {
	border-collapse : collapse;
	color : #666;
	font : normal normal 8pt Verdana;
}

table.grid caption {
	font-size : 120%;
	font-weight : bold;
	text-align : left;
}

table.grid tbody td {
	border : 1px solid #aaa;
	padding : 2px 5px;
}

table.grid thead th {
	background : url('../bg.gif') repeat-x 0 0;
	border : 1px solid #aaa;
	padding : 2px 5px;
}



table.grid a span {
	display : none;
}

table.grid a.new, table.grid a.edit, table.grid a.cancel, table.grid a.delete, table.grid a.save {
	display : block;
	height : 16px;
	width : 16px;
}
table.grid a.new {
	background : url('../images/new.gif') no-repeat;
}
table.grid a.cancel {
	background : url('../images/cancel.gif') no-repeat;
}
table.grid a.save {
	background : url('../images/save.gif') no-repeat;
}
table.grid a.edit {
	background : url('../images/edit.gif') no-repeat;
}
table.grid a.delete {
	background : url('../images/delete.gif') no-repeat;
}
table.grid a.new:hover {
	background : url('../images/new.gif') no-repeat;
}
table.grid a.edit:hover {
	background : url('../images/edit.gif') no-repeat;
}
table.grid a.delete:hover {
	background : url('../images/delete.gif') no-repeat;
}

