﻿/*GridViewCSS White Chrome Style*/
.GridViewStyle
{
	font-size: small;
	table-layout: auto;
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

/*Header and Pager styles*/
.HeaderStyle th
{
	color: #333;
	background: #DF0078;
	border: 0;
}

span.HeaderStyle
{
	color: #333;
	background: #DF0078;
	padding: 5px;
	color: White;
}

.PagerStyle td
{
	color: #333;
	background: #DF0078;
	border: 0;
}


.HeaderStyle th
{
	padding: 5px;
	font-size: 1em;
	border-left: 1px solid #C0C0C0;
}

	.HeaderStyle th:first-child
	{
		border-left: 0;
	}

.HeaderStyle a
{
	text-decoration: none;
	font-size: 1em;
	color: #333;
	display: block;
	text-align: left;
	font-weight: normal;
}

.PagerStyle table
{
	text-align: right;
	margin: auto;
	border: 0px;
}

	.PagerStyle table td
	{
		border: 0px;
		padding: 5px;
	}

.PagerStyle a
{
	color: #333;
	border: 1px solid #C0C0C0;
	background-color: #EFEFEF;
	text-decoration: none;
	padding: 2px 10px 3px 10px;
	display: inline-block;
	text-align: center;
	vertical-align: central;
}

	.PagerStyle a:hover
	{
		color: #333;
		border: 1px solid #DF0078;
		background-color: #E0E0E0;
		text-decoration: none;
		padding: 2px 10px 2px 10px;
	}

.PagerStyle span.Records
{
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td, .FooterStyle td /*Common Styles*/
{
	padding: 5px;
	border: 0 !important;
	border-left: 1px solid #C0C0C0;
	cursor: default;
}

	.RowStyle td:first-child, .AltRowStyle td:first-child, .SelectedRowStyle td:first-child, .EditRowStyle td:first-child, .FooterStyle td:first-child
	{
		border-left: 0 !important;
	}

.FooterStyle td
{
	border-bottom: 3px solid green;
	border-top: 3px solid green;
	background-color: #DF0078;
}

.RowStyle td
{
	background-color: #E4E4E4;
}

.AltRowStyle td
{
	background-color: #fff;
}

.SelectedRowStyle td
{
	background-color: #FF9;
}

.RowStyle
{
	background-color: #E4E4E4;
}

.AltRowStyle
{
	background-color: #fff;
}

.EmptyRowStyle
{
	background-color: #E4E4E4;
	font-weight: bold;
	height: 40px;
}

	.EmptyRowStyle td
	{
		padding-left: 8px;
	}