#DataGrid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

#DataGrid th {
	background-color: #6682D8;
	border-right: 1px solid #fff;
	height: 22px;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	padding-left: 8px;
	padding-right: 10px;
	color: #fff;
	border-left: 1px solid #6682D8;
	white-space: nowrap;
}

#DataGrid th .down {
	text-decoration: underline;
}

#DataGrid th .up {
	text-decoration: underline;
}

#DataGrid th a {
	color: #fff;
	text-decoration: none;
}

#DataGrid td {
	vertical-align: top;
	padding: 3px;
	border-left: 1px solid #6682D8;
	border-right: 1px solid #6682D8;
	white-space: nowrap;
}

#DataGrid td.span {
	width: 100%;
	white-space: normal;
}

#DataGrid td a {
	color: #00f;
	text-decoration: none;
}

#DataGrid td a:hover {
	color: #00f;
	text-decoration: underline;
}

#DataGrid input, #DataGrid select, #DataGrid textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

#DataGrid input  {
}

#DataGrid .button {
	padding: 1px;
	margin-right: 5px;
	font-size: 10px;
	width: 60px;
}

#DataGrid .radio {
	width: 12px;
	height: 12px;
	margin: 0px;
	margin-right: 6px;
}

#DataGrid .text {
	background-color: transparent;
	border: 0px solid;
	padding: 1px;
	width: 95%;
}

#DataGrid textarea {
	padding: 1px;
	border: 1px inset;
	width: 400px;
	height: 100px;
}

#DataGrid td.row_alt {
	background-color: #D6DFF6;
}

#DataGrid tfoot td {
	color: #00f;
	padding: 0px;
	padding-top: 2px;
	border: 0px solid;
	border-top: 1px solid #6682D8;
	text-align: left;
}

#DataGrid tfoot td span {
	color: #00f;
	margin-left: 8px;
}

#DataGrid tfoot td a {
	color: #00f;
	margin-left: 8px;
	text-decoration: underline;
}
