﻿table.Data.Custom
{
	/*display: inline-block;*/
	
	border: 1px solid #003399;
	_border-top: 0px none transparent;
	
	border-collapse: separate !important;
	border-spacing: 0px !important;
}

	table.Data.Custom > caption
	{
		_border-top: 1px solid #003399;
		_border-left: 1px solid #003399;
		_border-right: 1px solid #003399;

		font-weight: bold;
	}
	
	table.Data.Custom > tbody > tr > td
	{
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #D8DFEA;
		padding: 1px 4px 1px 4px;
		vertical-align: top;
	}
	table.Data.Custom > tbody > tr > td:first-child
	{
		border-left: 0px none transparent;
	}
	table.Data.Custom > tbody > tr:first-child td
	{
		border-top: 1px solid #ffffff;
	}








table.GridView.Custom
{
	border-color: #003399;
	background-color: #EFF2F7;
}

	table.GridView.Custom > caption
	{
		padding: 5px;

		background-color: #627AAD;
		color: #FFFFFF;
	}
	
	
	
	
	
		table.GridView.Custom > thead > tr > th,
		table.GridView.Custom > thead > tr > th   a
		{
			text-align: center;
			font-size: 13px;
			color: #3B5998;
			font-weight: bold;
		}
		table.GridView.Custom > thead > tr > th
		{
			border-left-color: #F7F7F7;
			background-color: #D8DFEA;
		}
		table.GridView.Custom > thead > tr > th   a
		{
			text-decoration: none;
			cursor: pointer;
		}
		table.GridView.Custom > thead > tr > th   a:hover
		{
			color: inherit;
			text-decoration: underline;
		}





		table.GridView.Custom > tbody > tr > td,
		table.GridView.Custom > tbody > tr > td   a
		{
			/*text-align: inherit;*/
		}
		table.GridView.Custom > tbody > tr > td
		{
			background-color: #EFF2F7;
			border-left-color: #D8DFEA;
			
			font-weight: normal;
		}
		table.GridView.Custom > tbody > tr:hover > td
		{
			background-color: #D8DFEA;
		}
		table.GridView.Custom > tbody > tr > td   a
		{
			color: #3B5998;
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			cursor: pointer;
		}
		table.GridView.Custom > tbody > tr > td   a:hover
		{
			color: #3B5998;
			text-decoration: underline;
		}





		table.GridView.Custom > tfoot > tr > td
		/*table.GridView.Custom > tfoot > tr > td   a*/
		{
			/*text-align: inherit;*/
			color: #3B5998;
		}
		table.GridView.Custom > tfoot > tr > td
		{
			border-left-color: transparent;
			background-color: #D8DFEA;
			
			font-weight: normal;
		}
		/*table.GridView.Custom > tfoot > tr > td   a
		{
			font-size: 13px;
			font-weight: bold;
			text-decoration: none;
			cursor: pointer;
		}
		table.GridView.Custom > tfoot > tr > td   a:hover
		{
			color: inherit;
			text-decoration: underline;
		}*/
		
		
		
		
		
		table.GridView.Custom > thead > tr > th   label.Layer[for],
		table.GridView.Custom > tfoot > tr > td   label.Layer[for]
		{
			color: #333333;
		}





					table.GridView.Custom   tr.Pager > td > ul > li   a,
					table.GridView.Custom   tr.Pager > td > ol > li   a
					{
						border-style: outset;
						border-width: 1px;
						border-color: #D9DFEA #0E1F5B #0E1F5B #D9DFEA;

						background-color: #617AAC;
						color: #ffffff;
						text-decoration: none;
					}

					table.GridView.Custom   tr.Pager > td > ul > li   a:hover,
					table.GridView.Custom   tr.Pager > td > ol > li   a:hover
					{
						border-style: solid;
						border-color: #3B5998;
						background-color: #627AAD;
						color: #ffffff;
						text-decoration: none;
					}

					table.GridView.Custom   tr.Pager > td > ul > li   a[disabled="disabled"],
					table.GridView.Custom   tr.Pager > td > ul > li   a[disabled="disabled"]:hover,
					table.GridView.Custom   tr.Pager > td > ol > li   a[disabled="disabled"],
					table.GridView.Custom   tr.Pager > td > ol > li   a[disabled="disabled"]:hover
					{
						border-style: outset;
						background-color: #cccccc;
						border-color: #D9DFEA #BBBABB #BBBABB #D9DFEA;
						color: #aaaaaa;
						cursor: not-allowed;
					}