.gridView {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

.gridView thead th {
	border-bottom: 1px solid #5b8fbe;
	padding: 5px 2px 5px 2px;
}

.gridView tr {
	height: 30px;
}

.gridView tr.odd {

}

.gridView tr.even {
	background-color: #eeeeee;
}

.gridView tr td {
	border-bottom: 1px solid #5b8fbe;
	padding: 5px 5px 5px 2px;
}

.gridView td.controls {
	text-align: right;
}

.gridView td.controls a {
	font-style: normal;
	font-weight: normal;
}

.gridView tr.newitem td.controls a {
	color: black;
}

.gridView tr.edititem td.controls a {
	color: black;
}

.gridView tr.newitem {
	background-color: #88DF89;
	vertical-align: top;
}

.gridView tr.edititem {
	background-color: #E27474;
	vertical-align: top;
}

.gridView tr.newitem td {
	border-bottom: 1px solid #5b8fbe;
	padding: 5px 5px 5px 2px;
}

.gridView tfoot tr td {
	border-bottom: none;
}

.gridView .pager {
	margin-top: 5px;	
}

.gridView .pager span a {
	font-style: normal;
	font-weight: normal;
	border: 1px solid #eeeeee;
	padding: 3px 6px;
	margin: 0px 2px;
	text-align: center;
}

.gridView .pager span a:hover {
	text-decoration: none;
	background-color: #5b8fbe;
	border-color: black;
	color: white;
}

.gridView .pager span span {
	color: #da0000;
	padding: 3px 4px;
	font-weight: bold;
}