.datagrid {
	width: 100%;
	border: 1px solid #ccc!important;
	color: #6a604f;
}
.datagrid a {
	color: #6a604f;
}

.datagrid th {
	padding:5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px dotted #ccc;
	background-color: #F0CA64;
	color: #CC4B29;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.datagrid th a {
	color: #CC4B29;
}

.datagrid th:first-child { 
	border-left: none;
}
.datagrid tr td:first-child { 
	border-left: none;
}

.datagrid td {
	padding:3px 5px;
	border-left:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	/*background-color: #FAF4B7;*/
}

#pagination {
	text-align: center;
	color: #a1b436;
}
#pagination a {
	color: #6a604f;
}
