﻿.gridview {
	margin-top: 20px;
	border-collapse: separate;
	padding: 2px;
}

.gridview-header {
	/*height: 20px;*/
}

.gridview-header th {
	height: 25px;		
	padding: 2px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}

.gridview-header a {
	text-transform: uppercase;
	font-weight: normal;
}

.gridview-row {
	height: 25px;	
	background-color: #ffffff;
}

.gridview-row:hover {
	background-color: #fafafa;
}

.gridview-row td {
	padding: 2px;
}

.gridview-alternaterow {
	height: 20px;	
	background-color: #f0f0f0;
}

.gridview-alternaterow:hover {
	background-color: #e5e5e5;
}

.gridview-alternaterow td {
	padding: 2px;
}