
.gridTable
{
	border: solid 1px #CECCCF;
	padding: 2px 2px 2px 2px;
	background-color:#EBEAEC;

}

.headerCell
{
	border: solid 1px #c0c0c0;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	background-color: #c0c0c0;
}

.pageCell
{
	border: solid 1px #CECCCF;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	background-color: #EBEAEC;
}

.headerCellBtn
{
	
	font-size: 14px;
	font-family: verdana;
	color: #EBEAEC;
	font-weight: bold;
	background-color: #c0c0c0;
	cursor: hand;
	
}

.headerCellSortedAsc
{
	border: solid 1px #c0c0c0;
	font-size: 14px;
	font-family: verdana;
	color: #EBEAEC;
	font-weight: bold;
	background-color: #c0c0c0;
}

.headerBtnSortedAsc
{
	font-size: 14px;
	font-family: verdana;
	color: #EBEAEC;
	font-weight: bold;
	background-color: #c0c0c0;
	cursor: hand;
}

.headerCellSortedDesc
{
	border: solid 1px #c0c0c0;
	font-size: 14px;
	font-family: verdana;
	color: #EBEAEC;
	font-weight: bold;
	background-color: #c0c0c0;
}

.headerBtnSortedDesc
{
	font-size: 14px;
	font-family: verdana;
	color: #EBEAEC;
	font-weight: bold;
	background-color: #c0c0c0;
	cursor: hand;
}

.regularCell
{
	border: solid 1px #CECCCF;
	font-size: 11px;
	font-family: verdana;
	color: #000000;
	background-color:#EBEAEC;
}

.regularCellLink
{
	text-decoration:none;
	font-size: 11px;
	font-family: verdana;
	color: #000000;
	background-color:#EBEAEC;
}

.pageBtn
{
	
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	background-color: #EBEAEC;
	cursor: hand;
}

.pageBtnCurrentPage
{
	
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	background-color: #CECCCF;
	cursor: hand;
}


.filterTextBox
{
	border: solid 1px #CECCCF;
	font-size: 10px;
	font-family: verdana;
	color: #CECCCF;
	background-color: white;
	width: 90%;
}

.filterBtn
{
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	background-color: #EBEAEC;
	cursor: hand;
	width: 10%;
}

.filterTextBoxFixed
{
	border: solid 1px #CECCCF;
	font-size: 10px;
	font-family: verdana;
	color: #CECCCF;
	background-color: white;
	width: 300;
}

.filterBtnFixed
{
	font-size: 10px;
	font-family: verdana;
	color: #CECCCF;
	background-color: #EBEAEC;
	cursor: hand;
	width: 50;
}

.viewBtn
{
	
	font-size: 8px;
	font-family: verdana;
	color: #000000;
	background-color: #EBEAEC;
	cursor: hand;
	height: 17px;
}
.editBtn
{
	
	font-size: 8px;
	font-family: verdana;
	color: #000000;
	background-color: #EBEAEC;
	cursor: hand;
	height: 17px;
}

.delBtn
{
	
	font-size: 8px;
	font-family: verdana;
	color: #000000;
	background-color: #EBEAEC;
	cursor: hand;
	height: 17px;
}
.PageSizeTextBox
{
	border: solid 1px #CECCCF;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	background-color: white;
	width: 90%;
}

.ImageThumbnail
{
	border: none 1px #CECCCF;
}
