/* CSS Document */

.DataGrid {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	background-color: white;
	border: 0px solid whitesmoke; /* Tirei a borda */
}

.DataGrid a{
	color: #052439;
	text-decoration: none;
}
.DataGrid a:visited{
	color: #052439;
	text-decoration: none;
}

.DataGrid a:hover {
	color: #666;
	text-decoration:underline;
}

.DataGrid th {
	
	border: gainsboro 1px solid;
	color: #666;
	font-size:10px;
	height: 20px;
	background: #f4f4f4;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='white', endColorStr='gainsboro', gradientType='0');
}

.DataGrid th a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.DataGrid th a:visited {
	color: #666;
	text-decoration: none;
}

.DataGrid th a:hover {
	color: #666;
	text-decoration: underline;
}

.DataGrid form {
	padding: 0px;
	margin: 0px;
}

.DataGrid input {
	/* width: 140px; /*/
	/* height: 20px; */
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
}

.DataGrid button {
	width: 70px;
}

.DataGrid .tr_1 {
	background-color: white;
	cursor: pointer;
}

.DataGrid .tr_2 {
	/*background-color: whitesmoke;*/
	background-color:white;
	cursor: pointer;
}

.DataGrid .tr_move {
	background-color: gainsboro;
	cursor: pointer;
}
