@CHARSET "UTF-8";
.gridHeader {
	color: #fff;
	background-color: #114b22;
	font-size: 13px;
}

.gridHeader a{
	color: #fff;
	text-decoration: none;
}

.gridPaginator {
	color: #fff;
	background-color: #114b22;
	font-weight: bold;
}

.gridRowPar {
	background-color: #8cb535;
}

.gridRowNon {
	background-color: #d1e31e;
}

.gridPaginator a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.gridPaginator a:hover {
	text-decoration: underline;
}

.disabled {
	font-weight: normal;
}

.form_element {
	float: left;
}