table{
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
}
thead td{
	font-weight:bold;
}
tr{
	border-bottom: 1px solid #f1f1f1;	
}
tr:hover{
	background-color:#f1f1f1;
}
td{			
	margin: 2px;
	padding: 2px 5px;
}
.loadingAjax{
	background-image: url(../images/loading_ajax.gif);
	background-repeat: no-repeat;
}
a{
	text-decoration: none;
}
a img{
	border: 0px;
}